@needle-tools/gltf-progressive 3.0.1 → 3.1.0

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 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.1.0] - 2025-08-06
8
+ - Add: Queue to limit max concurrent LOD requests
9
+ - Fix: Spread the skinned mesh bounds calculation over the available frames (defined by `skinnedMeshAutoUpdateBoundsInterval`)
10
+
7
11
  ## [3.0.0] - 2025-08-04
8
12
  - Add: `awaitLoading` function to LODsManager which returns a promise that resolves once all LODs that started loading during this frame have finished. This can be used to hide lowres LODs at the initial start of the website (e.g. via CSS blur)
9
13
  - Change: Use mesh densities per primitive