Interface | Description |
---|---|
ISceneQuery |
An interface for performing scene queries to a spatial hierachy
|
Class | Description |
---|---|
BoundedSceneObject | |
Octree |
Partitions the space for the ease of scene management
|
OctreeNode |
A node in an octree
|
SceneManager |
This singleton class manages the creation and destruction of Scene objects.
|
SceneNode |
This class manages the positioning of one or multiple scene objects.
|
SceneObject |
Basic abstract class for representing scene objects.
|