@loaders.gl/3d-tiles 4.2.0-alpha.6 → 4.2.0-beta.1

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/index.cjs CHANGED
@@ -48,7 +48,7 @@ var import_loader_utils8 = require("@loaders.gl/loader-utils");
48
48
  var import_tiles2 = require("@loaders.gl/tiles");
49
49
 
50
50
  // dist/lib/utils/version.js
51
- var VERSION = true ? "4.2.0-alpha.5" : "latest";
51
+ var VERSION = true ? "4.2.0-alpha.6" : "latest";
52
52
 
53
53
  // dist/lib/constants.js
54
54
  var TILE3D_TYPE = {
@@ -1450,6 +1450,8 @@ function parseUint64Value(buffer) {
1450
1450
 
1451
1451
  // dist/tile-3d-subtree-loader.js
1452
1452
  var Tile3DSubtreeLoader = {
1453
+ dataType: null,
1454
+ batchType: null,
1453
1455
  id: "3d-tiles-subtree",
1454
1456
  name: "3D Tiles Subtree",
1455
1457
  module: "3d-tiles",
@@ -2146,6 +2148,8 @@ function getImplicitTilingExtensionData(tile) {
2146
2148
 
2147
2149
  // dist/tiles-3d-loader.js
2148
2150
  var Tiles3DLoader = {
2151
+ dataType: null,
2152
+ batchType: null,
2149
2153
  id: "3d-tiles",
2150
2154
  name: "3D Tiles",
2151
2155
  module: "3d-tiles",
@@ -2386,8 +2390,10 @@ var parse3DTilesArchive = async (fileProvider, cb) => {
2386
2390
  };
2387
2391
 
2388
2392
  // dist/3d-tiles-archive-loader.js
2389
- var VERSION2 = true ? "4.2.0-alpha.5" : "latest";
2393
+ var VERSION2 = true ? "4.2.0-alpha.6" : "latest";
2390
2394
  var Tiles3DArchiveFileLoader = {
2395
+ dataType: null,
2396
+ batchType: null,
2391
2397
  name: "3tz",
2392
2398
  id: "3tz",
2393
2399
  module: "3d-tiles",