6 lines
121 B
Text
6 lines
121 B
Text
|
smoothnessG = pow2(color.r) * 0.7;
|
||
|
smoothnessD = smoothnessG;
|
||
|
|
||
|
#ifdef COATED_TEXTURES
|
||
|
noiseFactor = 0.77;
|
||
|
#endif
|