@loaders.gl/gltf 3.3.0-alpha.13 → 3.3.0-alpha.14
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/dist/dist.min.js
CHANGED
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
}
|
|
283
283
|
});
|
|
284
284
|
|
|
285
|
-
// ../loader-utils/src/lib/binary-utils/
|
|
285
|
+
// ../loader-utils/src/lib/binary-utils/dataview-copy-utils.ts
|
|
286
286
|
function copyPaddedArrayBufferToDataView(dataView, byteOffset, sourceBuffer, padding) {
|
|
287
287
|
const paddedLength = padToNBytes(sourceBuffer.byteLength, padding);
|
|
288
288
|
const padLength = paddedLength - sourceBuffer.byteLength;
|
|
@@ -303,8 +303,8 @@
|
|
|
303
303
|
byteOffset = copyPaddedArrayBufferToDataView(dataView, byteOffset, stringBuffer, padding);
|
|
304
304
|
return byteOffset;
|
|
305
305
|
}
|
|
306
|
-
var
|
|
307
|
-
"../loader-utils/src/lib/binary-utils/
|
|
306
|
+
var init_dataview_copy_utils = __esm({
|
|
307
|
+
"../loader-utils/src/lib/binary-utils/dataview-copy-utils.ts"() {
|
|
308
308
|
init_memory_copy_utils();
|
|
309
309
|
}
|
|
310
310
|
});
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
init_parse_json();
|
|
318
318
|
init_array_buffer_utils();
|
|
319
319
|
init_memory_copy_utils();
|
|
320
|
-
|
|
320
|
+
init_dataview_copy_utils();
|
|
321
321
|
}
|
|
322
322
|
});
|
|
323
323
|
|
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.VERSION = void 0;
|
|
7
|
-
var VERSION = typeof "3.3.0-alpha.
|
|
7
|
+
var VERSION = typeof "3.3.0-alpha.14" !== 'undefined' ? "3.3.0-alpha.14" : 'latest';
|
|
8
8
|
exports.VERSION = VERSION;
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/gltf",
|
|
3
|
-
"version": "3.3.0-alpha.
|
|
3
|
+
"version": "3.3.0-alpha.14",
|
|
4
4
|
"description": "Framework-independent loader for the glTF format",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@loaders.gl/draco": "3.3.0-alpha.
|
|
38
|
-
"@loaders.gl/images": "3.3.0-alpha.
|
|
39
|
-
"@loaders.gl/loader-utils": "3.3.0-alpha.
|
|
40
|
-
"@loaders.gl/textures": "3.3.0-alpha.
|
|
37
|
+
"@loaders.gl/draco": "3.3.0-alpha.14",
|
|
38
|
+
"@loaders.gl/images": "3.3.0-alpha.14",
|
|
39
|
+
"@loaders.gl/loader-utils": "3.3.0-alpha.14",
|
|
40
|
+
"@loaders.gl/textures": "3.3.0-alpha.14",
|
|
41
41
|
"@math.gl/core": "^3.5.1"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "cc91201ca3c0581a5c9edf7a8bc0fc230212bf3d"
|
|
44
44
|
}
|