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

3 lines
64 B
GLSL

smoothnessD = pow2(color.g) * 0.7;
smoothnessG = smoothnessD;