From 2417200c01f620f982e140989b3b8b5416e3cbe7 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Sat, 31 Aug 2024 20:10:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d769f3..0c2939df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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