Files
2026-05-07 21:38:27 +03:00

6 lines
164 B
GLSL

materialMask = OSIEBCA; // Intense Fresnel
float factor = pow2(color.r);
smoothnessG = 0.8 - factor * 0.3;
highlightMult = factor * 3.0;
smoothnessD = factor;