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

11 lines
229 B
Text
Raw Normal View History

2024-06-25 14:45:54 +02:00
materialMask = OSIEBCA * 5.0; // Redstone Fresnel
float factor = pow2(color.r);
smoothnessG = 0.4;
highlightMult = factor + 0.2;
smoothnessD = factor * 0.5 + 0.1;
#ifdef COATED_TEXTURES
noiseFactor = 0.77;
#endif