LybOutlines/shaders/lib/materials/specificMaterials/terrain/oakWood.glsl

3 lines
102 B
Text
Raw Normal View History

2024-06-25 14:45:54 +02:00
smoothnessG = pow2(pow2(color.g)) * 2.5;
smoothnessG = min1(smoothnessG);
smoothnessD = smoothnessG;