材质颜色

This commit is contained in:
zh
2025-08-23 03:31:02 +08:00
parent 22e4652528
commit 6c84baa3c2
3 changed files with 4 additions and 4 deletions

View File

@ -238,8 +238,8 @@ function StreamWall2() {
else {
material.alpha = 1.0;
}
material.diffuse = color.rgb*0.0;
material.emission = color.rgb * 1.0;
material.diffuse = colorImage.rgb * color.rgb*0.0;
material.emission = colorImage.rgb * color.rgb * 1.0;
return material;
}`,
components: {