![]() |
• World Manager | ||
|
API Links
Developer Links
|
Node::VisibleDefined in:
Determines whether a node is visible within a given region.
C4Node.hPrototype
Parameters
Description
The Visible function calls a node's currently installed visibility procedure to determine whether the node is visible within the region specified by the region parameter. This function is normally only called from within the World Manager. The return value is true if the node is visible, and false otherwise.By default, a node's visibility procedure tests the node's bounding sphere against the planes of the given region. A different visibility procedure can be installed by calling the Node::SetVisibilityProc function.
See Also
|