WorldVertexTransition: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
* Used for displacements (terrain).  
* 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.  
* Two basetextures are vertex lit.  
* The percentage blend of each of the two textures is defined by alpha painting in Hammer.


===Basic VMT Syntax===
===Basic VMT Syntax===

Revision as of 19:04, 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.