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

14 lines
319 B
Text

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