$reflectivity: Difference between revisions
Jump to navigation
Jump to search
Tip:$reflectivity only affects static light.
No edit summary |
NvC DmN CH (talk | contribs) m (clarifying) |
||
| Line 11: | Line 11: | ||
<source lang=php>$reflectivity "[.5 .5 .5]"</source> | <source lang=php>$reflectivity "[.5 .5 .5]"</source> | ||
The value is a [[material vector]]. | The value is a [[material vector]], representing a RGB color value. | ||
== External links == | == External links == | ||
Revision as of 06:33, 6 January 2019
$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.
Usage
To bounce 50% of received light:
$reflectivity "[.5 .5 .5]"
The value is a material vector, representing a RGB color value.
