Relationships In The Scene Graph

Relationships in the scene graph are described with the terms Parent, Child, and Sibling. List order can also determine a relationship if you assume that importance is derived from order in the scene graph.

Sample Hierarchy

Basic Terminology

Industry-standard terminology is as follows:

General Rules

Keep in mind the following:

Rendering Order

Nodes are rendered first to last. As Scenome traverses the scene graph, it renders nodes as it traverses their part of the scene graph. Nodes closer to the root are rendered before nodes further from the root. [There are a few neat tricks you can use to change this though.]