18 lines
344 B
Text
18 lines
344 B
Text
#include "commonsetup.template"
|
|
|
|
techniqueSet( "objective" );
|
|
|
|
|
|
textureTable
|
|
{
|
|
#if "$colorMap$" != ""
|
|
"colorMap" = streamable map( "@tileColor@", "@filterColor@", "$colorMap$", @nopicmipColor@ ) "@formatColor@" : "colorMap";
|
|
#endif
|
|
}
|
|
|
|
|
|
#if "$colorMap$" != ""
|
|
refImage( "$colorMap$" );
|
|
#else
|
|
refImage( "$white" );
|
|
#endif
|