cod4-sdk/deffiles/materials/cullface.template
2008-01-19 00:00:00 +00:00

17 lines
208 B
Text

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