Fix Making trees tutorial

replace TRANSMISSION  with SSS_TRANSMITTANCE_COLOR
This commit is contained in:
Pavel Kotlyar
2024-07-25 20:25:26 +10:00
committed by GitHub
parent d0fde25f53
commit d1e3cfeff3

View File

@@ -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.