@needle-tools/gltf-progressive 3.3.3-next.3fc4e84 → 3.3.3-next.90044cd

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.
@@ -68,13 +68,13 @@ Mesh extension for progressive mesh loading, inheriting from `NEEDLE_progressive
68
68
  "guid": "texture-asset-123",
69
69
  "lods": [
70
70
  {
71
- "path": "./textures/diffuse_1024.jpg",
71
+ "path": "./textures/image_diffuse_1024.glb",
72
72
  "hash": "abc123",
73
73
  "width": 1024,
74
74
  "height": 1024
75
75
  },
76
76
  {
77
- "path": "./textures/diffuse_512.jpg",
77
+ "path": "./textures/image_diffuse_512.glb",
78
78
  "width": 512,
79
79
  "height": 512
80
80
  }
@@ -89,14 +89,14 @@ Mesh extension for progressive mesh loading, inheriting from `NEEDLE_progressive
89
89
  "guid": "mesh-asset-456",
90
90
  "lods": [
91
91
  {
92
- "path": "./meshes/high_detail.glb",
92
+ "path": "./meshes/mesh_0_high_detail.glb",
93
93
  "hash": "def456",
94
94
  "indexCount": 15000,
95
95
  "vertexCount": 8000,
96
96
  "densities": [100000, 50000]
97
97
  },
98
98
  {
99
- "path": "./meshes/low_detail.glb",
99
+ "path": "./meshes/mesh_1_low_detail.glb",
100
100
  "indexCount": 3000,
101
101
  "vertexCount": 1500,
102
102
  "densities": [100000, 50000]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/gltf-progressive",
3
- "version": "3.3.3-next.3fc4e84",
3
+ "version": "3.3.3-next.90044cd",
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": {