@needle-tools/gltf-progressive 1.2.1-alpha.2 → 1.2.1-alpha.3
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 -0
- package/README.md +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,9 @@ 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.3] - 2023-06-15
|
|
8
|
+
- update the README
|
|
9
|
+
|
|
7
10
|
## [1.2.1-alpha.2] - 2023-06-15
|
|
8
11
|
- fix: Ortographic camera causing LODs being falsely updated
|
|
9
12
|
- fix: regression introduced in 1.2.1-alpha
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Support for loading of glTF or GLB files with progressive mesh or texture data f
|
|
|
6
6
|
- Automatic loading of mesh and texture LODs.
|
|
7
7
|
- High quality LOD levels are loaded on demand based on screen density.
|
|
8
8
|
- Use low-poly LOD meshes for raycasting which allows the usage of high-poly meshes with smooth interaction
|
|
9
|
-
|
|
9
|
+
- Use [cloud.needle.tools](https://cloud.needle.tools) for processing glTF, GLB & VRM assets
|
|
10
10
|
|
|
11
11
|
## Examples
|
|
12
12
|
|
|
@@ -15,7 +15,8 @@ Examples are in the `/examples` directory. Live versions can be found in the lin
|
|
|
15
15
|
- [Vanilla three.js](https://engine.needle.tools/demos/gltf-progressive/threejs/) - multiple models and animations
|
|
16
16
|
- [\<model-viewer\>](https://engine.needle.tools/demos/gltf-progressive/modelviewer)
|
|
17
17
|
- [React Three Fiber](https://engine.needle.tools/demos/gltf-progressive/r3f/)
|
|
18
|
-
|
|
18
|
+
|
|
19
|
+
[Interactive Examples: Stackblitz ⚡️](https://stackblitz.com/@marwie/collections/gltf-progressive)
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
<br/>
|
package/package.json
CHANGED