$no fullbright: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added info)
mNo edit summary
Line 1: Line 1:
{{code|$no_fullbright}} is a VMT parameter, traditionally used by [[UnlitGeneric]] for UI elements. When set to 1, materials ignore mat_fullbright 2. It is automatically set on [[$decal|decals]].
{{code|$no_fullbright}} is a VMT parameter, traditionally used by [[UnlitGeneric]] for UI elements. When set to 1, materials ignore mat_fullbright 2. It is automatically set on materials with [[$decal]].


[[Category:Shader parameters|no fullbright]]
[[Category:Shader parameters|no fullbright]]

Revision as of 09:02, 17 December 2024

$no_fullbright is a VMT parameter, traditionally used by UnlitGeneric for UI elements. When set to 1, materials ignore mat_fullbright 2. It is automatically set on materials with $decal.