From a831db392f865223107022df00d425a54804fe1f Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Mon, 28 Oct 2024 23:58:34 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7498dcb01..f34cc4896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Slightly modified the traversal algorithm to not require loaded content (and therefore for content to exist) in order to trigger child tiles to load. - GlobeControls: renamed "updateClipPlanes" to "adjustCamera". - CameraTransitionManager: added "autoSync" and "syncCameras" function. +- GlobeControls: Adjust behavior of zoomed out rotation to keep the grabbed point under the pointer. ### Fixed - EnvironmentControls: Assign the current camera to the raycaster. @@ -21,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Case where the closest hit was not returned with "firstHitOnly" raycasting. - R3F TilesRenderer: Fix case where the tiles renderer context would not trigger an update when options changed. - UpdateOnChangePlugin: Fix case where tiles would not update correctly if plugin was added after cameras. -- EnvironControls: Correctly mark "wheel" event as non-passive. +- EnvirontControls: Correctly mark "wheel" event as non-passive. ## [0.3.39] - 2024.10.15 ### Added