v0.7.7 (Deprecated)
deprecated due to three.js version incompatibility. Use v0.8.0.
Added
- Support for a custom "range" option to build a BVH from a sub range of the geometry.
- BatchedMesh support for bounds tree generation functions and raycasting. See "computeBatchedBoundsTree" and "disposeBatchedBoundsTree".
- MeshBVHHelper support for InstancedMesh, BatchedMesh.
Fixed
- Bug in
MeshBVH.bvhcast
causing the incorrect bounds to be checked on the other bvh. - Box3.setFromObject failing when MeshBVHHelper is included.