cod2-sdk/deffiles/materials/alphatest.template

22 lines
292 B
Plaintext
Raw Normal View History

2006-04-20 00:00:00 +00:00
#if "@alphaTest@" == "Always"
alphaTest( Always );
#elif "@alphaTest@" == "GE128"
alphaTest( GE128 );
#elif "@alphaTest@" == "GT0"
alphaTest( GT0 );
#elif "@alphaTest@" == "LT128"
alphaTest( LT128 );
#else
#error "unknown alphaTest \"@alphaTest@\""
#endif