View source
class InvertedOctreeNode
package away3d.core.partition
extends NodeBase
Available on all platforms
InvertedOctreeNode is an octree data structure not used hierarchically for culling, but for fast dynamic insertion. The data structure is essentially a grid, but "overarching" parent container nodes for entities striding across nodes. If this is visible, so is the parent. Traversal happens invertedly too.