19 lines
773 B
Markdown
19 lines
773 B
Markdown
# 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.
|
|
- Added mesh/scene statistics and a capped safe WebGL preview.
|
|
- Added normal repair, finite transforms and deterministic OBJ/STL export.
|
|
- Added shared Toolbox shell, offline PWA, documentation and automated release checks.
|