cod5-sdk/deffiles/materials/mtl_2d.template
2008-11-20 00:00:00 +00:00

15 lines
309 B
Text

#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";
}
refImage( "$colorMap$" );