Blend: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Redirected page to Blend sequence)
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
#redirect [[Blend sequence]]
{{disambig}}
 
'''Blend''' may refer to:
* [[Blend sequence]], a smooth transition between two animations of a model in the {{source|1}} engine.
* Blended materials, which use shaders such as:
:* [[WorldVertexTransition]], a shader used on displacements to blend two materials together.
:* [[Lightmapped_4WayBlend]], an upgraded displacement blend shader for {{csgo|1}}.
:* [[MultiBlend]], an upgraded displacement blend shader for {{as|1}}.
:* [[WorldTwoTextureBlend]], a brush shader that applies a texture on top of another one using {{matparam|$detail}}.
:* [[LightmappedTwoTexture]], a brush shader that multiplies a texture on top of another one.
:* [[UnlitTwoTexture]], a brush shader that multiplies a texture on top of another one.

Latest revision as of 10:34, 15 September 2025

Icon-disambig.png
This is a disambiguation page, a list of pages that otherwise might share the same title.
If an article link referred you to this title, you might want to go back and fix it to point directly to the intended page.

Blend may refer to:

  • Blend sequence, a smooth transition between two animations of a model in the Source engine.
  • Blended materials, which use shaders such as: