@needle-tools/gltf-progressive 1.2.2-alpha.4 → 1.2.3-alpha.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 CHANGED
@@ -4,7 +4,13 @@ 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.2-alpha.2] - 2023-06-20
7
+ ## [1.2.3-alpha.1] - 2023-06-25
8
+ - Internal: rename `setRaycastMesh` to `registerRaycastMesh`
9
+
10
+ ## [1.2.3-alpha] - 2023-06-24
11
+ - Change: automatically change LOD update interval based on framerate
12
+
13
+ ## [1.2.2-alpha.4] - 2023-06-20
8
14
  - Add: Register version in global "GLTF_PROGRESSIVE_VERSION" variable
9
15
  - Add: `<model-viewer>` elements added document at any time are now properly registered
10
16
  - Fix: LOD updates for multiple `<model-viewer>` elements
package/README.md CHANGED
@@ -18,7 +18,9 @@ Examples are in the `/examples` directory. Live versions can be found in the lin
18
18
  - [single \<model-viewer> element](https://engine.needle.tools/demos/gltf-progressive/modelviewer)
19
19
  - [multiple \<model-viewer> elements](https://engine.needle.tools/demos/gltf-progressive/modelviewer-multiple)
20
20
 
21
- [Interactive Examples: Stackblitz ⚡️](https://stackblitz.com/@marwie/collections/gltf-progressive)
21
+ **Interactive Examples**:
22
+ - [Stackblitz](https://stackblitz.com/@marwie/collections/gltf-progressive)
23
+ - [Codesandbox](https://codesandbox.io/dashboard/sandboxes/gltf-progressive)
22
24
 
23
25
 
24
26
  <br/>