@needle-tools/gltf-progressive 3.6.0 → 3.6.1
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 +4 -0
- package/gltf-progressive.js +520 -507
- package/gltf-progressive.min.js +9 -9
- package/gltf-progressive.umd.cjs +9 -9
- package/lib/extension.d.ts +2 -0
- package/lib/extension.js +29 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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
|
+
## [3.6.1] - 2026-09-09
|
|
8
|
+
- Fix: Prevent pending LOD requests from restoring disposed cache entries or assigning disposed resources after scene teardown.
|
|
9
|
+
- Fix: Avoid duplicate LOD downloads when concurrent requests resume from the loading queue together.
|
|
10
|
+
|
|
7
11
|
## [3.6.0] - 2026-07-07
|
|
8
12
|
- version bump
|
|
9
13
|
|