$cbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Mailmanmicky (talk | contribs) mNo edit summary |
||
Line 17: | Line 17: | ||
[[Category:Modeling]] | [[Category:Modeling]] | ||
[[Category:QC Commands]] | [[Category:QC Commands]] | ||
[[Category: | [[Category:Source]]__NOTOC__ |
Revision as of 01:42, 9 April 2023
Sets the clipping bounding box for the model. This box is used for the culling of models in the game for optimization.
A model will be culled as soon as the clipping bounding box is no longer in view of the camera.
If the coordinates of the this clipping bounding box are all zero, $bbox
is used instead.
Syntax
$cbox (min x) (min y) (min z) (max x) (max y) (max z)