Template:KV ScriptBrushBase: Difference between revisions
Jump to navigation
Jump to search
m (Removed excess newline) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{KV|[[Bounding box|Bounding Box]] Extents|Vector|intn=extent|Controls | {{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}}}} | ||
{{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
andmaxs 100 100 100
would be equivalent toextent 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