cod2-sdk/deffiles/materials/cullface.template

18 lines
208 B
Plaintext

#if "@cullFace@" == "Back"
cull( Back );
#elif "@cullFace@" == "Front"
cull( Front );
#elif "@cullFace@" == "None"
cull( None );
#else
#error "unknown cull \"@cullFace@\""
#endif