Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Sep 1, 2024
1 parent 77aa764 commit 2417200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
### Added
- Support for a custom "range" option to build a BVH from a sub range of the geometry.
- BatchedMesh support for bounds tree generation functions and raycasting. See "computeBatchedBoundsTree" and "disposeBatchedBoundsTree".
- MeshBVHHelper support for InstancedMesh, BatchedMesh.

### Fixed
- Bug in `MeshBVH.bvhcast` causing the incorrect bounds to be checked on the other bvh.
- Box3.setFromObject failing when MeshBVHHelper is included.

## [0.7.6] - 2024-07-02
### Fixed
Expand Down

0 comments on commit 2417200

Please sign in to comment.