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

4 lines
104 B
GLSL

smoothnessG = pow2(pow2(color.g)) * 2.5;
smoothnessG = min1(smoothnessG);
smoothnessD = smoothnessG;