Template:KV ScriptBrushBase: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Fixed description)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{KV|[[Bounding box|Bounding Box]] Extents|Vector|intn=extent|Controls each 'radius' of the bounding box. X is half the width, Y is half the height and Z is half the length.}}
{{KV|[[Bounding box|Bounding Box]] Extents|Vector|intn=extent|Controls the size of the bounding box. If mins/maxs were usable here instead then <code>mins -100 -100 -100</code> and <code>maxs 100 100 100</code> would be equivalent to <code>extent 100 100 100</code>. {{seealso|Image at [[bounding box]] page}}}}
<noinclude>
{{KV|Origin|intn=origin|Vector|Center of the bounding box specified by the extent}}
{{KV|Angles|intn=angles|Vector|Angles of the bounding box specified by the extent}}<noinclude>
[[Category:Keyvalue Templates|ScriptBrushBase]]
[[Category:Keyvalue Templates|ScriptBrushBase]]
</noinclude>
</noinclude>

Latest revision as of 15:15, 5 June 2025

Bounding Box Extents (extent) <vector>
Controls the size of the bounding box. If mins/maxs were usable here instead then mins -100 -100 -100 and maxs 100 100 100 would be equivalent to extent 100 100 100.
See also:  Image at bounding box page

Origin (origin) <vector>
Center of the bounding box specified by the extent
Angles (angles) <vector>
Angles of the bounding box specified by the extent