GetRenderBounds: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (boldiness...no glossary) |
||
Line 1: | Line 1: | ||
== void C_BaseAnimatingOverlay::GetRenderBounds( Vector& theMins, Vector& theMaxs ) == | == void C_BaseAnimatingOverlay::'''GetRenderBounds'''( Vector& theMins, Vector& theMaxs ) == | ||
This function returns the | This function returns the mins and maxs of {{this}} entity's current model, sequence, and frame. | ||
==See Also== | |||
[[ | * [[Bounding volume]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 15:21, 22 July 2006
void C_BaseAnimatingOverlay::GetRenderBounds( Vector& theMins, Vector& theMaxs )
This function returns the mins and maxs of Template:This entity's current model, sequence, and frame.