$texture2 blendstart: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "'''$texture2_blendstart''' & '''$texture2_blendend''' allows you to adjust the blend range in Lightmapped_4WayBlend materials. A [http://en.wikipedia.org/wiki/Smoothstep sm...")
 
(Redirected page to Lightmapped 4WayBlend)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''$texture2_blendstart''' & '''$texture2_blendend''' allows you to adjust the blend range in [[Lightmapped_4WayBlend]] materials.
#REDIRECT [[Lightmapped_4WayBlend]]
 
A [http://en.wikipedia.org/wiki/Smoothstep smoothstep] operation is performed on the blend, like so: <code>smoothstep(blendstart, blendend, blend)</code>.

Latest revision as of 14:39, 11 July 2018