9 lines
267 B
Text
9 lines
267 B
Text
#if ("$colorMap$" != "" && "@tileColor@" != "tile both") || ("$normalMap$" != "" && "@tileNormal@" != "tile both") || (("$specColorMap$" != "" || "$cosinePowerMap$" != "") && "@tileSpecular@" != "tile both")
|
|
|
|
clamp( true );
|
|
|
|
#else
|
|
|
|
clamp( false );
|
|
|
|
#endif
|