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

Change right child offsets to be relative to parent node #628

Open gkjohnson opened 5 months ago

gkjohnson commented 5 months ago

It will make generating and managing subsections of the arrays more manageable