org.rajawali3d.scenegraph / Octree

Octree

open class Octree : A_nAABBTree
open class Octree : A_nAABBTree

Octree implementation specific to the Rajawali library. Child partitions will inherit the behavior (recursive add, division threshold, etc.) of the root node in the graph. This system divides space into 8 equal portions called octants. The octant order follows the conventional algebraic numbering for 3D Euclidean space. Note that they follow the axis ordering and OpenGL uses a rotated coordinate system when compared to Euclidean mathematics. Thus, assuming no camera rotation or similar effects:

See Also
<a href="http://en.wikipedia.org/wiki/Octant_(solid_geometry)">

Author
Jared Woolston (jwoolston@tenkiv.com)