3dtiles-inspector 0.2.10 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,23 @@ The format is based on Keep a Changelog and this project follows Semantic Versio
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.12] - 2026-06-01
10
+
11
+ ### Changed
12
+
13
+ - Moved the Coordinate toolbar section above Transform so coordinate inputs are easier to reach before transform controls.
14
+ - Updated `3d-tiles-renderer` from `0.4.25` to `0.4.27` and `3d-tiles-rendererjs-3dgs-plugin` from `0.1.8` to `0.1.11`.
15
+
16
+ ### Fixed
17
+
18
+ - Fixed globe camera drag and rotation stability by using ellipsoid surface normals for camera-up alignment and refreshing drag anchors when switching into high-altitude drag behavior.
19
+
20
+ ## [0.2.11] - 2026-05-22
21
+
22
+ ### Fixed
23
+
24
+ - Fixed saved root scale edits not applying the scale delta to persisted tileset geometric errors.
25
+
9
26
  ## [0.2.10] - 2026-05-22
10
27
 
11
28
  ### Added