3dtiles-inspector 0.2.13 → 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 +11 -0
- package/dist/inspector-assets/viewer/app.js +3988 -764
- package/package.json +3 -3
- package/src/server/splatCrop/gaussianPrimitives.js +37 -7
- package/src/server/splatCrop/traversal.js +162 -0
- package/src/server/splatCrop/worker.js +7 -0
- package/src/server/splatCrop/workerPool.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@ 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
|
+
|
|
9
20
|
## [0.2.13] - 2026-06-02
|
|
10
21
|
|
|
11
22
|
### Changed
|