Class: spatialnode

Spatialnodes contain position/rotation information in the world, and can contain data used for visibility culling. There is two kinds of nodes dynamic actornodes and static scenenodes. The purpose of scenenodes is to provide positional information in space without information about visual appearance or collision behavior. The matrices of the scenenode can be linked against l3dnodes in order to display objects on the screen.
Each spatialnode has a name and can be found by using the name. Spatialnodes with the same name are grouped in a ring list that can be traversed.

Hierarchy

o-+ spatialnode
  o-- actornode
  o-- scenenode