LightmappedGeneric

From Valve Developer Community
Revision as of 08:24, 9 August 2019 by RandomCatDude (talk | contribs) (added the new csgo vmt param page to here, since it's compatible with this shader)
Jump to navigation Jump to search

Shader-ball.png LightmappedGeneric It is the shader most commonly used to render brushes, displacements and lightmapped surfaces.

Supported Parameters

$bumpmap
Bumpmapping.
$ssbump Template:EP2 add
Self-shadowing bumpmapping.
$color
Color tinting.
$decal
Use this material as a decal.
$detail
Detail texturing.
$distancealpha Template:EP2 add
Vector-like edge filtering.
$envmap
Specular reflections.
$lightwarptexture (in all games since Half-Life 2: Episode One)
Per-texel color modification via a warp texture.
$seamless_scale Template:EP2 add
Mitigation for displacement texture stretching.
$selfillum
Self-illumination.
$translucent
$alpha
Expensive and cheap transparency.
$phong Template:CSGO only
Diffuse reflections.
$PointSampleMagFilter Template:CSGO only
Disables texture filtering.

See also