Readonly
triangleTriangle hashes included in BVHTree.
Readonly
trianglesTriangles included.
Get bounding box of this BVHTree.
Add triangle at this three.
Result of adding triangle action.
Build BVHTree's structure.
Get all node's bounding box.
Get all nodes included in this tree.
Get the intersection point between the given line and tree. This uses Möller Trumbore's soluion for determine the collision. Currently, it returns only the first collision point.
Intersection point when only the intersection exists.
Get root node of this tree.
BVHTree for fast traverse of triangles.