WorldGGX

From Valve Developer Community
Revision as of 15:25, 2 December 2020 by Kidnation (talk | contribs) (Due to the NWI wiki being read-only, I'll be putting some modding information related to Insurgency and Day of Infamy here. First the shaders.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WorldGGX is a material shader available in the following Source engine games: Day of Infamy Day of Infamy , Insurgency Insurgency . It was first introduced in Day of Infamy and back ported to Insurgency. Displacement blending similar to WorldVertexTransition is supported.

Icon-Bug.pngBug:This shader won't receive light from env_projectedtextures like the player's flashlight. If the player is allowed to use a flashlight, the best case scenario is to only use this shader on materials in lit up areas.  [todo tested in ?]

Supported Parameters

[[$basetexture|$basetexture]]
[[$bumpmap|$bumpmap]]
[[$color2|$color2]]
[[$detail|$detail]]
[[$envmap|$envmap]]
[[$blendmodulatetexture|$blendmodulatetexture]]

Blend Mapping Parameters

$blendmap
$heightscale
$heightblend
$heightblendoffset
$parallax
$selfshadow

Misc. Parameters

$roughnessmultiplier
$lumroughness

See Also