Node::GetBoundingSphere
Defined in:
Returns a node's world-space bounding sphere.
C4Node.h
Prototype
const BoundingSphere *GetBoundingSphere(void) const;
Description
The GetBoundingSphere
function returns a node's world-space bounding sphere.
See Also