Octree
Constructors
Link copied to clipboard
constructor(maxDepth: Int = DEFAULT_MAX_DEPTH, maxEntries: Int = DEFAULT_MAX_ENTRIES, bounds: BoundingBox, depth: Int, entryStrategy: (N) -> BoundingBox, storeOutOfBoundsEntries: Boolean = false)