3dtiles-inspector 0.2.16 → 0.2.17

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,21 @@ The format is based on Keep a Changelog and this project follows Semantic Versio
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.17] - 2026-07-16
10
+
11
+ ### Changed
12
+
13
+ - Updated `3d-tiles-renderer` from `0.4.28` to `0.5.0`,
14
+ `3d-tiles-rendererjs-3dgs-plugin` from `0.1.14` to `0.1.15`, and Three.js
15
+ from `0.180.0` to `0.185.1`.
16
+ - Isolated globe cache and processing queues from the inspected tileset while
17
+ keeping globe imagery downloads on the globe queue.
18
+
19
+ ### Fixed
20
+
21
+ - Fixed Gaussian splats drawing over the mouse anchor when reversed depth is
22
+ enabled.
23
+
9
24
  ## [0.2.16] - 2026-06-23
10
25
 
11
26
  ### Added