$emissiveblend

From Valve Developer Community
Revision as of 05:42, 18 June 2016 by Fayti1703 (talk | contribs) (Undo revision 203980 by Divlokw (talk) You're not hiding that in all that spam)
Jump to navigation Jump to search

$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]?
}