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.38k stars 247 forks source link

Check the methods that use 'arrayToBox'. #656

Open agargaro opened 2 months ago

agargaro commented 2 months ago

Considering PR #654, we could investigate if by removing the arrayToBox conversions, we could get better performance on the other methods as well.