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.48k stars 256 forks source link

Add Basic Information about Bounding Volume Hierarchy #533

Closed BekBoris closed 1 year ago

BekBoris commented 1 year ago

For a person who just came to the 3d world, I think small information about what is BVH(Bounding Volume Hierarchy) would be nice, I read this article it is very clear the basic idea is understandable. I am suggesting adding the small text about BVH and attaching this link to it. https://en.wikipedia.org/wiki/Bounding_volume_hierarchy

gkjohnson commented 1 year ago

Yes I think this is a good idea. Would you like to make a PR into the README with what you were thinking?