VertexLitGeneric: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Category rename)
Line 29: Line 29:
*<code>[[Teeth]]</code>
*<code>[[Teeth]]</code>


[[Category:List of Shaders]]
[[Category:Shaders]]
[[Category:Stubs]]
[[Category:Stubs]]

Revision as of 08:10, 4 October 2011

VertexLitGeneric is the shader most commonly used to render models.

Supported effects

Cloak

VertexLitGeneric natively supports the Spy cloak effect from Team Fortress 2. You will want to combine it with a sine wave proxy for the full effect.

$cloakpassenabled <bool>
Enables cloaking effects.
$cloakfactor <normal>
1 = fully visible, 0 = fully invisible.
$cloakcolortint <RGB matrix>
Colours the refraction effect. Default is white.
$refractamount <float>
How strong the refraction effect should be when the material is partially cloaked (default = 2).

See also