6 lines
143 B
GLSL
6 lines
143 B
GLSL
smoothnessG = pow(color.g, 1.5) * 0.55;
|
|
smoothnessG = smoothnessG;
|
|
smoothnessD = smoothnessG;
|
|
|
|
materialMask = OSIEBCA; // Intense Fresnel
|