3dtiles-inspector 0.2.11 → 0.2.13

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,24 @@ The format is based on Keep a Changelog and this project follows Semantic Versio
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.13] - 2026-06-02
10
+
11
+ ### Changed
12
+
13
+ - Changed terrain to default off and require a user-entered Cesium ion token before enabling Cesium World Terrain.
14
+ - Removed the unused direct `cesium` development dependency.
15
+
16
+ ## [0.2.12] - 2026-06-01
17
+
18
+ ### Changed
19
+
20
+ - Moved the Coordinate toolbar section above Transform so coordinate inputs are easier to reach before transform controls.
21
+ - 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`.
22
+
23
+ ### Fixed
24
+
25
+ - 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.
26
+
9
27
  ## [0.2.11] - 2026-05-22
10
28
 
11
29
  ### Fixed
package/README.md CHANGED
@@ -89,7 +89,7 @@ const {
89
89
  - `Move Camera` to a WGS84 latitude / longitude / height
90
90
  - `Move Tiles` to relocate the tileset root with an ENU-aligned transform
91
91
  - `Set Position` to click the globe, terrain, or loaded tiles and place the tileset there
92
- - `Terrain` to toggle Cesium World Terrain while keeping satellite imagery
92
+ - `Terrain`, off by default, to toggle Cesium World Terrain after entering a Cesium ion token, while keeping satellite imagery
93
93
  - `Geometric Error` scaling from `1/16x` to `16x`
94
94
  - `Layer Multiplier` scaling from `1/8x` to `8x` for each tile's geometric-error difference from the tileset's global leaf baseline
95
95
  - `Crop Regions` for drawing screen-space exclude regions on 3D Gaussian Splat tilesets