$reflectivity: Difference between revisions
Jump to navigation
Jump to search
Note:$reflectivity only affects static light.
NvC DmN CH (talk | contribs) m (clarifying) |
NvC DmN CH (talk | contribs) m (changed the tip to a note) |
||
Line 3: | Line 3: | ||
'''<code>$reflectivity</code>''' 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. | '''<code>$reflectivity</code>''' 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|$reflectivity only affects [[static light]].}} | ||
== Usage == | == Usage == |
Revision as of 13:14, 6 February 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.