@needle-tools/gltf-progressive 1.2.1-alpha.1 → 1.2.1-alpha.2
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 +3 -1
- package/gltf-progressive.js +258 -249
- package/gltf-progressive.min.js +4 -4
- package/gltf-progressive.umd.cjs +4 -4
- package/lib/extension.js +13 -6
- package/lib/index.d.ts +3 -3
- package/lib/index.js +8 -8
- package/lib/lods_manager.js +10 -1
- package/lib/plugins/modelviewer.js +0 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,11 @@ All notable changes to this package will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
## [1.2.1-alpha.
|
|
7
|
+
## [1.2.1-alpha.2] - 2023-06-15
|
|
8
8
|
- fix: Ortographic camera causing LODs being falsely updated
|
|
9
9
|
- fix: regression introduced in 1.2.1-alpha
|
|
10
|
+
- fix: error when trying to load a LOD glTF directly
|
|
11
|
+
- fix: issues caused by instanceof in local development environments
|
|
10
12
|
|
|
11
13
|
## [1.2.0-alpha.9] - 2023-06-13
|
|
12
14
|
- fix: issue where skinned mesh matrix was falsely applied to calculate screen size
|