3dtiles-inspector 0.2.15 → 0.2.16

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,28 @@ The format is based on Keep a Changelog and this project follows Semantic Versio
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.16] - 2026-06-23
10
+
11
+ ### Added
12
+
13
+ - Added an editable crop-sphere size input for setting the sphere radius
14
+ directly.
15
+
16
+ ### Changed
17
+
18
+ - Changed active crop-sphere editing so short clicks on tiles move the sphere
19
+ center while drag gestures continue to rotate the camera.
20
+ - Changed active crop-sphere previews to highlight splats outside the sphere
21
+ while leaving inside splats unchanged.
22
+ - Changed the viewer background from pure white to a slightly darker neutral
23
+ tone.
24
+
25
+ ### Fixed
26
+
27
+ - Fixed pending crop-sphere deactivation leaving the sphere wireframe visible.
28
+ - Fixed save operations allowing crop-sphere size, crop-sphere transform, or
29
+ root scale track changes while saving was in progress.
30
+
9
31
  ## [0.2.15] - 2026-06-23
10
32
 
11
33
  ### Added