Solara-Shaders/shaders/lib/materials/specificMaterials/terrain/netheriteBlock.glsl
2024-06-22 15:15:55 -04:00

8 lines
184 B
GLSL

smoothnessG = pow2(color.r * 2.0);
smoothnessG = min1(smoothnessG);
highlightMult = smoothnessG * 2.0;
smoothnessD = smoothnessG;
#ifdef COATED_TEXTURES
noiseFactor = 0.33;
#endif