Release 3D Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 09:56:02 +02:00
parent b20c67c890
commit f838480278
31 changed files with 1347 additions and 145 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## 0.2.0 - 2026-09-02
- Moved model parsing into cancellable worker jobs and made glTF scene selection,
hierarchy matrices and mesh instancing drive preview, bounds, statistics and
export.
- Added explicit per-axis transforms, glTF metallic-roughness material
inspection, safe degenerate-triangle repair and bounded ASCII PLY export.
- Declared accurate supported model input/export and worker/WebGL capability
profiles for Toolbox handoff.
## 0.1.0 - 2026-09-01
- Added bounded OBJ, STL, PLY and glTF/GLB triangle parsers.