Template:KV visiblebrush: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{KV|Minimums (mins)|coordinates|}} {{KV|Maximums (maxs)|coordinates|}} {{KV|Minimum Light (_minlight)||Minimum amount of light to hit this brush.}}")
 
(better descriptions)
Line 1: Line 1:
{{KV|Minimums (mins)|coordinates|}}
{{KV|Minimum Bounding Box Size (mins)|vector|Co-ordinate of the minimum bounding box corner. The bounding box is drawn from this corner to the other one. Requires Bounding Box collisions (solid 2) to be used.|nofgd=1}}
{{KV|Maximums (maxs)|coordinates|}}
{{KV|Maximum Bounding Box Size (maxs)|vector|Co-ordinate of the maximum bounding box corner. The bounding box is drawn from this corner to the other one. Requires Bounding Box collisions (solid 2) to be used.|nofgd=1}}
{{KV|Minimum Light (_minlight)||Minimum amount of light to hit this brush.}}
{{KV|Minimum Light (_minlight)||Minimum amount of light to hit this brush. 0 is none, 1 is normal, and 2 is doubled.}}

Revision as of 03:26, 9 September 2018

Minimum Bounding Box Size (mins) ([todo internal name (i)]) <vector> !FGD
Co-ordinate of the minimum bounding box corner. The bounding box is drawn from this corner to the other one. Requires Bounding Box collisions (solid 2) to be used.
Maximum Bounding Box Size (maxs) ([todo internal name (i)]) <vector> !FGD
Co-ordinate of the maximum bounding box corner. The bounding box is drawn from this corner to the other one. Requires Bounding Box collisions (solid 2) to be used.
Minimum Light (_minlight) ([todo internal name (i)])
Minimum amount of light to hit this brush. 0 is none, 1 is normal, and 2 is doubled.