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

6 lines
110 B
GLSL

smoothnessG = color.r * 0.7;
smoothnessD = smoothnessG;
#ifdef COATED_TEXTURES
noiseFactor = 0.66;
#endif