3dtiles-inspector 0.2.12 → 0.2.14

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.14] - 2026-06-19
10
+
11
+ ### Changed
12
+
13
+ - Updated `3d-tiles-rendererjs-3dgs-plugin` from `0.1.11` to `0.1.14`.
14
+ - Updated `3d-tiles-renderer` from `0.4.27` to `0.4.28`.
15
+
16
+ ### Added
17
+
18
+ - Added crop save support for SPZ Gaussian splats with `EXT_splat_opacity` so the opacity accessor data is cropped with the SPZ payload.
19
+
20
+ ## [0.2.13] - 2026-06-02
21
+
22
+ ### Changed
23
+
24
+ - Changed terrain to default off and require a user-entered Cesium ion token before enabling Cesium World Terrain.
25
+ - Removed the unused direct `cesium` development dependency.
26
+
9
27
  ## [0.2.12] - 2026-06-01
10
28
 
11
29
  ### Changed
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