LybOutlines/shaders/lib/materials/specificMaterials/planks/darkOakPlanks.glsl

6 lines
115 B
Text
Raw Normal View History

2024-06-25 14:45:54 +02:00
smoothnessG = color.r * 0.7;
smoothnessD = smoothnessG;
#ifdef COATED_TEXTURES
noiseFactor = 0.66;
#endif