
Code: Select all
// colour_template plays nicely with each of the engine's renderers, forward and deferred
material white : colour_template
{
set $colour "1 1 1 1"
}
material BaseWhite : white
{
}
material BaseWhiteNoLighting : white
{
}
Code: Select all
// colour_template plays nicely with each of the engine's renderers, forward and deferred
material white : colour_template
{
set $colour "1 1 1 1"
}
material BaseWhite : white
{
}
material BaseWhiteNoLighting : white
{
}