优化贴地文字、立体文字颜色

This commit is contained in:
zh
2025-08-23 02:36:17 +08:00
parent 7feab0786a
commit f8443b7f62
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: {