4 lines
98 B
GLSL
4 lines
98 B
GLSL
smoothnessG = pow2(color.r) * 0.5;
|
|
smoothnessG = min1(smoothnessG);
|
|
smoothnessD = smoothnessG;
|