GetRenderBounds: Difference between revisions
Jump to navigation
Jump to search
m (boldiness...no glossary) |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Orphan|date=January 2024}} | |||
== void C_BaseAnimatingOverlay::'''GetRenderBounds'''( Vector& theMins, Vector& theMaxs ) == | == void C_BaseAnimatingOverlay::'''GetRenderBounds'''( Vector& theMins, Vector& theMaxs ) == | ||
This function returns the mins and maxs of | This function returns the mins and maxs of this entity's current model, sequence, and frame. | ||
==See | ==See also== | ||
* [[Bounding volume]] | * [[Bounding volume]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{stub}} |
Latest revision as of 00:31, 20 March 2024

This article is an orphan, meaning that few or no articles link to it.
You can help by
adding links to this article from other relevant articles.
January 2024
You can help by

January 2024
void C_BaseAnimatingOverlay::GetRenderBounds( Vector& theMins, Vector& theMaxs )
This function returns the mins and maxs of this entity's current model, sequence, and frame.
See also