mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Merge pull request #9653 from paxer/create_tree
Fix Making trees tutorial
This commit is contained in:
@@ -77,7 +77,7 @@ Finally, all that's left is the fragment shader:
|
||||
ALPHA = albedo_tex.a;
|
||||
METALLIC = 0.0;
|
||||
ROUGHNESS = 1.0;
|
||||
TRANSMISSION = transmission.rgb;
|
||||
SSS_TRANSMITTANCE_COLOR = transmission.rgba;
|
||||
}
|
||||
|
||||
And this is pretty much it.
|
||||
|
||||
Reference in New Issue
Block a user