class com.babylonhx.culling.octrees.OctreeBlock<T> implements IOctreeContainer<T>

Available on all platforms

... * @author Krtolica Vujadin

Instance Fields

var entries:Array<T>

function new(minPoint:Vector3, maxPoint:Vector3, capacity:Int, depth:Int, maxDepth:Int, creationFunc:T ->OctreeBlock<T> ->Void):Void

function addEntries(entries:Array<T>):Void

function addEntry(entry:T):Void

function intersects(sphereCenter:Vector3, sphereRadius:Float, selection:SmartArray<T>, ?allowDuplicate:Bool):Void

function intersectsRay(ray:Ray, selection:SmartArray<T>):Void

function select(frustumPlanes:Array<Plane>, selection:SmartArray<T>, ?allowDuplicate:Bool):Void