3 lines
64 B
GLSL
3 lines
64 B
GLSL
smoothnessD = pow2(color.g) * 0.7;
|
|
smoothnessG = smoothnessD;
|
smoothnessD = pow2(color.g) * 0.7;
|
|
smoothnessG = smoothnessD;
|