WorldTwoTextureBlend: Difference between revisions
Jump to navigation
Jump to search
Note:Do not confuse this shader with
Craziestdan (talk | contribs) m (pointless link) |
m (Category rename) |
||
| Line 24: | Line 24: | ||
*<code>[[LightmappedGeneric]]</code> | *<code>[[LightmappedGeneric]]</code> | ||
[[Category: | [[Category:Shaders]] | ||
Revision as of 07:11, 4 October 2011
WorldTwoTextureBlend is a lightmap shader used to render two albedos at the same time with a single material. It uses the $detail command to draw the uppermost albedo (unlike the command's normal usage). $detail must have an alpha channel if $basetexture is to be seen!
WorldVertexTransition, which blends between textures but does not display one above the other.Syntax
WorldTwoTextureBlend
{
$basetexture <texture>
$detail <texture with alpha channel>
$detailscale <float> // Behaves normally
}
Supported effects
$bumpmap(will not apply to$detail)$translucentand$alpha
This shader does not support $envmap.