$texture3 blendmode: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "<code>$texture3_blendmode</code> & <code>$texture4_blendmode</code> allow you to choose the blend mode for the 3rd and 4th textures in Lightmapped_4WayBlend. You can choose b...")
 
No edit summary
Line 1: Line 1:
<code>$texture3_blendmode</code> & <code>$texture4_blendmode</code> allow you to choose the blend mode for the 3rd and 4th textures in [[Lightmapped_4WayBlend]]. You can choose between normal blending by setting it to 0, the default, or modulate 2x by setting it to 1.
'''$texture3_blendmode''' & '''$texture4_blendmode''' allow you to choose the blend mode for the 3rd and 4th textures in [[Lightmapped_4WayBlend]] materials. You can choose between normal blending by setting it to 0, the default, or modulate 2x blending by setting it to 1.
 
[[Category:List of Shader Parameters|T]]

Revision as of 18:08, 27 January 2014

$texture3_blendmode & $texture4_blendmode allow you to choose the blend mode for the 3rd and 4th textures in Lightmapped_4WayBlend materials. You can choose between normal blending by setting it to 0, the default, or modulate 2x blending by setting it to 1.