GetRenderBounds: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (clean up, added orphan, stub tags)
mNo edit summary
 
Line 2: Line 2:


== 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}} entity's current model, sequence, and frame.
This function returns the mins and maxs of this entity's current model, sequence, and frame.
==See also==
==See also==
* [[Bounding volume]]
* [[Bounding volume]]

Latest revision as of 00:31, 20 March 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


Stub

This article or section is a stub. You can help by expanding it.