Releases: gkjohnson/three-mesh-bvh
Releases · gkjohnson/three-mesh-bvh
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
Added
- API for performing intersecting boxes, spheres, and geometry.
- API for checking the distance to geometry and points.
Fixed
- Fixed issue where an index buffer of the incorrect type was created if there were more than 2^16 vertices.
- Fixed MeshBVHVisualizer not visualizing all the groups in the bvh.
v0.1.0
Added
- Error conditions when using
InterleavedAttributeBuffers
for both index and position geometry attributes. - The geometry index attribute is modified when building the
MeshBVH
. And index attribute is created on geometry if it does not exist.
Fixed
- Fix the bounds tree not respecting groups
v0.0.2
Nodes Share Triangles
The last point at which nodes share triangles before the memory adjustments and addition of node overlap and one-node-per-triangle: #36