cod2-sdk/deffiles/materials/mtl_objective.template

17 lines
329 B
Plaintext
Raw Permalink Normal View History

2006-04-20 00:00:00 +00:00
#if "$colorMap$" != ""
refImage( "$colorMap$" );
#else
refImage( "$white" );
#endif
#include "commonsetup.template"
techniqueSet( "objective" );
textureTable
{
#if "$colorMap$" != ""
"colorMap" = map( "@tileColor@", "@filterColor@", "$colorMap$", @nopicmipColor@ ) "@formatColor@" : "colorMap";
#endif
}