LightmappedGeneric: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) (→Transparency: add warning about alpha sorting when translucent brushes don't cut BSP leaves) |
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
||
Line 1: | Line 1: | ||
{{Source topicon}} {{lang}} | {{Source topicon}} {{lang}} | ||
{{ | {{this is a|s0|name=LightmappedGeneric}} It is the shader most commonly used to render brushes, displacements and [[lightmap]]ped surfaces. | ||
Only some games like {{tf2}} support using this shader on models. {{todo|Which other games support it?}} | Only some games like {{tf2}} support using this shader on models. {{todo|Which other games support it?}} |
Revision as of 13:38, 4 January 2024
LightmappedGeneric
is a s0 available in all Source games. It is the shader most commonly used to render brushes, displacements and lightmapped surfaces.
Only some games like support using this shader on models.
Todo: Which other games support it?
Supported Parameters
Basics
$basetexture
$decal
$detail
$surfaceprop
Adjustment
$basetexturetransform
$color
$decalscale
$detailscale
$detailblendfactor
$detailblendmode
$modelmaterial
$pointsamplemagfilter
$seamless_scale
Transparency
$alpha
$alphatest
$distancealpha
$nocull
$translucent
Lighting
$bumpmap
$lightwarptexture
$selfillum
$ssbump
Reflection
Texture Organization
%keywords
%notooltexture
%tooltexture
Effect
Caveats
Mapbase
LightmappedGeneric materials in Mapbase should have the shader SDK_LightmappedGeneric.
See also
- WorldVertexTransition, a shader used on displacements to blend two materials together.
- LightmappedTwoTexture, a brush shader that multiplies a texture on top of another one.
- Lightmapped_4WayBlend, a shader used on displacements to blend up to four materials together.