$emissiveblend: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 10: Line 10:
         $emissiveBlendScrollVector <[[float]] [[float]]> //Example [0.11 0.124]?
         $emissiveBlendScrollVector <[[float]] [[float]]> //Example [0.11 0.124]?
  }
  }
[[Category:Material System]]

Revision as of 12:34, 24 May 2012

$emissiveblend is a material effect.

Note.pngNote:The only example of this is in episodic/materials/models/vortigaunt/vortigaunt_blue.vmt found in the 'source2007 shared.gcf'.
{
       $emissiveBlendEnabled     <bool> // Enables effect
       $emissiveBlendTexture    <texture> //Points to a phong exponent texture?
       $emissiveBlendBaseTexture <texture>
       $emissiveBlendFlowTexture <texture>
       $emissiveBlendTint        <RGB> //RGB 0-1
       $emissiveBlendScrollVector <float float> //Example [0.11 0.124]?
}