class com.babylonhx.culling.octrees.OctreeBlock<T> implements IOctreeContainer<T>
Available on all platforms
... * @author Krtolica Vujadin
Instance Fields
function new(minPoint:Vector3, maxPoint:Vector3, capacity:Int, depth:Int, maxDepth:Int, creationFunc:T ->OctreeBlock<T> ->Void):Void
function intersects(sphereCenter:Vector3, sphereRadius:Float, selection:SmartArray<T>, ?allowDuplicate:Bool):Void