6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
#ifdef ALPHATEST
|
||
|
|
||
|
if ( diffuseColor.a < ALPHATEST ) discard;
|
||
|
|
||
|
#endif
|