WorldVertexTransition: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
* Used to blend materials on [[Displacement]] surfaces (terrain).  
* Used to blend materials on [[Displacement#Blended displacement materials (alpha channel painting)|Displacement]] surfaces (terrain).  
* The percentage blend of each of the two textures is defined by alpha painting in Hammer.  
* The percentage blend of each of the two textures is defined by alpha painting in Hammer.  
* Two basetextures are vertex lit.  
* Two basetextures are vertex lit.  

Revision as of 21:05, 8 November 2007

  • Used to blend materials on Displacement surfaces (terrain).
  • The percentage blend of each of the two textures is defined by alpha painting in Hammer.
  • Two basetextures are vertex lit.

Basic VMT Syntax

worldtwotextureblend ?


Additional Parameters

Note.pngNote: that support for using this on a non-displacement surface will go away "soon", although it should also be noted that this is in Valve Time.