remove shininess on transparent materials
This commit is contained in:
@@ -4,3 +4,4 @@ type = "StandardMaterial"
|
|||||||
[material]
|
[material]
|
||||||
base_color_texture = "blue-fence.png"
|
base_color_texture = "blue-fence.png"
|
||||||
alpha_mode = { Mask = 0.5 }
|
alpha_mode = { Mask = 0.5 }
|
||||||
|
perceptual_roughness = 1.0
|
||||||
|
|||||||
@@ -4,3 +4,4 @@ type = "StandardMaterial"
|
|||||||
[material]
|
[material]
|
||||||
base_color_texture = "fence.png"
|
base_color_texture = "fence.png"
|
||||||
alpha_mode = { Mask = 0.5 }
|
alpha_mode = { Mask = 0.5 }
|
||||||
|
perceptual_roughness = 1.0
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ type = "StandardMaterial"
|
|||||||
base_color_texture = "water.png"
|
base_color_texture = "water.png"
|
||||||
unlit = true
|
unlit = true
|
||||||
alpha_mode = "Add"
|
alpha_mode = "Add"
|
||||||
|
perceptual_roughness = 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user