6 lines
No EOL
128 B
GLSL
6 lines
No EOL
128 B
GLSL
smoothnessG = pow2(pow2(color.g)) * 0.75;
|
|
smoothnessD = smoothnessG;
|
|
|
|
#ifdef COATED_TEXTURES
|
|
noiseFactor = 0.66;
|
|
#endif |