@needle-tools/gltf-progressive 3.1.1-next.ddb979d → 3.1.1-next.f909dfc

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,8 @@
8
8
  ```ts
9
9
  import { useNeedleProgressive } from "@needle-tools/gltf-progressive";
10
10
 
11
- // Before loading with GLTFLoader call useNeedleProgressive once to register the loader plugin
11
+ // Before loading with GLTFLoader
12
+ // call 'useNeedleProgressive' once to register the loader plugin
12
13
  useNeedleProgressive("<asset_url>", webgl_renderer, gltf_loader)
13
14
  ```
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/gltf-progressive",
3
- "version": "3.1.1-next.ddb979d",
3
+ "version": "3.1.1-next.f909dfc",
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": {