C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Node::GetBoundingSphere

Defined in:  C4Node.h
Returns a node's world-space bounding sphere.
Prototype

BoundingSphere *const& GetBoundingSphere(voidconst;

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