Node::GetBoundingSphere
Defined in: C4Node.h
Returns a node's world-space bounding sphere.
Prototype
BoundingSphere *const& GetBoundingSphere(void) const;
Description
The GetBoundingSphere function returns a node's world-space bounding sphere. If the node does not have a bounding sphere, then the return value is a reference to a location containing nullptr.
See Also
Node::Visible
Node::Occluded
|