$reflectivity

From Valve Developer Community
Revision as of 17:16, 26 January 2022 by CXDezign (talk | contribs) (Added external link to a YouTube video explaining the shader parameter.)
Jump to navigation Jump to search
Different reflectivity values.

$reflectivity overrides a VTF file's embedded reflectivity value. It tells VRAD how much light should be bounced off the material, without affecting how much it receives.

Note.pngNote:$reflectivity only affects static light.

Usage

To bounce 50% of received light:

$reflectivity "[.5 .5 .5]"

The value is a material vector, representing a RGB color value.

External links