@needle-tools/gltf-progressive 1.2.2-alpha → 1.2.2-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,7 @@ 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] - 2023-06-20
7
+ ## [1.2.2-alpha.1] - 2023-06-20
8
8
  - Add: Register version in global "GLTF_PROGRESSIVE_VERSION" variable
9
9
  - Fix: LOD updates for multiple `<model-viewer>` elements
10
10
  - Fix: Initial render tick for a few frames for `<model-viewer>` to trigger LOD updates when the model-viewer element is not animated or interacted with
package/README.md CHANGED
@@ -13,8 +13,10 @@ Support for loading of glTF or GLB files with progressive mesh or texture data f
13
13
  Examples are in the `/examples` directory. Live versions can be found in the links below.
14
14
 
15
15
  - [Vanilla three.js](https://engine.needle.tools/demos/gltf-progressive/threejs/) - multiple models and animations
16
- - [\<model-viewer\>](https://engine.needle.tools/demos/gltf-progressive/modelviewer)
17
16
  - [React Three Fiber](https://engine.needle.tools/demos/gltf-progressive/r3f/)
17
+ - \<model-viewer\>
18
+ - [single \<model-viewer> element](https://engine.needle.tools/demos/gltf-progressive/modelviewer)
19
+ - [multiple \<model-viewer> elements](https://engine.needle.tools/demos/gltf-progressive/modelviewer-multiple)
18
20
 
19
21
  [Interactive Examples: Stackblitz ⚡️](https://stackblitz.com/@marwie/collections/gltf-progressive)
20
22
 
package/lib/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // replaced at build time
2
- export const version = "1.2.2-alpha";
2
+ export const version = "1.2.2-alpha.1";
3
3
  globalThis["GLTF_PROGRESSIVE_VERSION"] = version;
4
4
  console.debug(`[gltf-progressive] version ${version}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/gltf-progressive",
3
- "version": "1.2.2-alpha",
3
+ "version": "1.2.2-alpha.1",
4
4
  "description": "three.js support for loading glTF or GLB files that contain progressive loading data",
5
5
  "homepage": "https://needle.tools",
6
6
  "author": {