Creates a new OctreeNode.
The bounds of this node.
The current depth of this node.
The configuration options.
The bounds of this node.
The children of this node.
The objects stored in this node.
Queries the octree for objects that intersect with the frustum.
OptionalintersectedNodes: Set<OctreeNode>Queries the octree for objects that intersect with a ray.
OptionalintersectedNodes: Set<OctreeNode>Queries the octree for objects that intersect with a specific volume.
A node in the octree.