$emissiveblend: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "'''<code>$emissiveblend</code>''' is an material effect {{Note|The only example of this is in <code>episodic/materials/models/vortigaunt/vortigaunt_blue.vmt</code> found in the '...")
 
No edit summary
Line 1: Line 1:
'''<code>$emissiveblend</code>''' is an material effect
'''<code>$emissiveblend</code>''' is a material effect.
{{Note|The only example of this is in <code>episodic/materials/models/vortigaunt/vortigaunt_blue.vmt</code> found in the 'source2007 shared.gcf'.}}
{{Note|The only example of this is in <code>episodic/materials/models/vortigaunt/vortigaunt_blue.vmt</code> found in the 'source2007 shared.gcf'.}}



Revision as of 17:06, 10 July 2011

$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'.
WorldTwoTextureBlend
{
       $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]?
}