remove shininess on transparent materials

This commit is contained in:
2025-04-11 10:45:34 +03:00
parent 750ac20a53
commit 98839ae221
3 changed files with 5 additions and 2 deletions

View File

@@ -4,3 +4,4 @@ type = "StandardMaterial"
[material]
base_color_texture = "blue-fence.png"
alpha_mode = { Mask = 0.5 }
perceptual_roughness = 1.0

View File

@@ -4,3 +4,4 @@ type = "StandardMaterial"
[material]
base_color_texture = "fence.png"
alpha_mode = { Mask = 0.5 }
perceptual_roughness = 1.0

View File

@@ -5,3 +5,4 @@ type = "StandardMaterial"
base_color_texture = "water.png"
unlit = true
alpha_mode = "Add"
perceptual_roughness = 1.0