gkjohnson / three-mesh-bvh

A BVH implementation to speed up raycasting and enable spatial queries against three.js meshes.
https://gkjohnson.github.io/three-mesh-bvh/example/bundle/raycast.html
MIT License
2.5k stars 260 forks source link

feat: add range option to MeshBVH #660

Closed minitoine closed 2 months ago

minitoine commented 5 months ago

Closes #513

minitoine commented 5 months ago

Will the index rearrangement only occur for the given range ? Or do I need to put restriction there as well ?