Scene Graph
 
 
 

The scene manages a child-parent hierarchy of all TreeNode derived objects in the scene. The root node is the Scene object itself, which is derived from TreeNode. This hierarchy is a directed acyclic graph (DAG) - or in other words, a tree.

The following objects have a child-parent relationship in the scene graph:

The following classes are also part of the scene graph by virtue of deriving from TreeNode.