@needle-tools/gltf-progressive 1.0.0-alpha.15 → 1.0.0-alpha.17

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,14 @@ 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.0.0-alpha.15] - 2023-05-24
7
+ ## [1.0.0-alpha.17] - 2023-05-30
8
+ - update README
9
+
10
+ ## [1.0.0-alpha.16] - 2023-05-29
11
+ - fix: LODs manager now clamps to LOD 0 if the near plane is inside the bounds
12
+ - change: Ignore certain material in lods update loop
13
+
14
+ ## [1.0.0-alpha.15] - 2023-05-25
8
15
  - add: `getRaycastMesh` method
9
16
  - add: LODsManager does now expose `targetTriangleDensity`. The target triangle density is the desired max amount of triangles on screen when the mesh is filling the screen.
10
17
  - change: create LODsManager via `LODsManager.get(renderer)`
package/README.md CHANGED
@@ -2,10 +2,15 @@
2
2
 
3
3
  Support for loading of glTF or GLB files with progressive mesh or texture data for three.js based engines.
4
4
 
5
- ## Samples
5
+ ## Examples
6
+
7
+ Examples are in the `/examples` directory. Live versions can be found in the links below.
8
+
9
+ - [Vanilla three.js](https://engine.needle.tools/demos/gltf-progressive/threejs/)
10
+ - [\<model-viewer\>](https://engine.needle.tools/demos/gltf-progressive/modelviewer)
11
+ - [React Three Fiber](https://engine.needle.tools/demos/gltf-progressive/r3f/)
12
+
6
13
 
7
- - [Vanilla three.js Example](https://engine.needle.tools/demos/gltf-progressive/threejs/)
8
- - [\<model-viewer\> Example](https://engine.needle.tools/demos/gltf-progressive/modelviewer)
9
14
 
10
15
 
11
16
  # Contact ✒️
@@ -0,0 +1 @@
1
+ *{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{background:#f0f0f0}