BVHNode

Undocumented in source.

Constructors

this
this(DynamicArray!T objs)
Undocumented in source.

Members

Functions

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
traverseByRay
RayTraverseAggregate!T traverseByRay(Ray* ray)
Undocumented in source. Be warned that the author may not have intended to support it.
traverseBySphere
SphereTraverseAggregate!T traverseBySphere(Sphere* sphere)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

aabb
AABB aabb;
Undocumented in source.
child
BVHNode[2] child;
Undocumented in source.
objects
DynamicArray!T objects;
Undocumented in source.
userData
uint userData;
Undocumented in source.

Meta