|
Voxellancer
0.3
A game about voxels in space
|
Public Member Functions | |
| WorldTreeNode * | root () |
| WorldTreeGeode * | insert (WorldObject *worldObject) |
| void | insert (WorldTreeGeode *geode) |
| void | remove (WorldTreeGeode *geode) |
| void | aabbChanged (WorldTreeGeode *geode) |
Protected Member Functions | |
| void | extend (const IAABB &aabb) |
| WorldTreeNode * | containingNode (const IAABB &aabb, WorldTreeNode *node) |
Protected Attributes | |
| WorldTreeNode * | m_root |