cod2-sdk/deffiles/materials/mtl_2d.template
2006-04-20 00:00:00 +00:00

14 lines
307 B
Text

refImage( "$colorMap$" );
#include "commonsetup.template"
techniqueSet( "2d" );
textureTable
{
#if "$colorMap$" == ""
#error "colorMap may not be blank in 2d materials"
#endif
"colorMap" = map( "@tileColor@", "@filterColor@", "$colorMap$", @nopicmipColor@ ) "@formatColor@" : "2d";
}