Przeglądaj źródła

example updates

Garrett Johnson 4 lat temu
rodzic
commit
ef8a60bc86

+ 6 - 1
example/bundle/cmptExample.4b2a3f0d.js

@@ -39737,6 +39737,8 @@ function (_B3DMLoaderBase) {
         loader.parse(gltfBuffer, null, function (model) {
           model.batchTable = b3dm.batchTable;
           model.featureTable = b3dm.featureTable;
+          model.scene.batchTable = b3dm.batchTable;
+          model.scene.featureTable = b3dm.featureTable;
           resolve(model);
         }, reject);
       });
@@ -39917,6 +39919,7 @@ function (_PNTSLoaderBase) {
 
       var object = new _three.Points(geometry, material);
       result.scene = object;
+      result.scene.featureTable = featureTable;
       return result;
     }
   }]);
@@ -40154,6 +40157,8 @@ function (_I3DMLoaderBase) {
 
             model.batchTable = batchTable;
             model.featureTable = featureTable;
+            model.scene.batchTable = batchTable;
+            model.scene.featureTable = featureTable;
             resolve(model);
           }, reject);
         });
@@ -42936,7 +42941,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

Plik diff jest za duży
+ 1 - 1
example/bundle/cmptExample.4b2a3f0d.js.map


+ 1 - 1
example/bundle/cmptExample.js

@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

+ 6 - 1
example/bundle/customMaterial.dd39ecee.js

@@ -39737,6 +39737,8 @@ function (_B3DMLoaderBase) {
         loader.parse(gltfBuffer, null, function (model) {
           model.batchTable = b3dm.batchTable;
           model.featureTable = b3dm.featureTable;
+          model.scene.batchTable = b3dm.batchTable;
+          model.scene.featureTable = b3dm.featureTable;
           resolve(model);
         }, reject);
       });
@@ -39917,6 +39919,7 @@ function (_PNTSLoaderBase) {
 
       var object = new _three.Points(geometry, material);
       result.scene = object;
+      result.scene.featureTable = featureTable;
       return result;
     }
   }]);
@@ -40154,6 +40157,8 @@ function (_I3DMLoaderBase) {
 
             model.batchTable = batchTable;
             model.featureTable = featureTable;
+            model.scene.batchTable = batchTable;
+            model.scene.featureTable = featureTable;
             resolve(model);
           }, reject);
         });
@@ -46157,7 +46162,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

Plik diff jest za duży
+ 1 - 1
example/bundle/customMaterial.dd39ecee.js.map


+ 1 - 1
example/bundle/customMaterial.js

@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

+ 6 - 1
example/bundle/example.e31bb0bc.js

@@ -39737,6 +39737,8 @@ function (_B3DMLoaderBase) {
         loader.parse(gltfBuffer, null, function (model) {
           model.batchTable = b3dm.batchTable;
           model.featureTable = b3dm.featureTable;
+          model.scene.batchTable = b3dm.batchTable;
+          model.scene.featureTable = b3dm.featureTable;
           resolve(model);
         }, reject);
       });
@@ -39917,6 +39919,7 @@ function (_PNTSLoaderBase) {
 
       var object = new _three.Points(geometry, material);
       result.scene = object;
+      result.scene.featureTable = featureTable;
       return result;
     }
   }]);
@@ -40154,6 +40157,8 @@ function (_I3DMLoaderBase) {
 
             model.batchTable = batchTable;
             model.featureTable = featureTable;
+            model.scene.batchTable = batchTable;
+            model.scene.featureTable = featureTable;
             resolve(model);
           }, reject);
         });
@@ -47435,7 +47440,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

Plik diff jest za duży
+ 1 - 1
example/bundle/example.e31bb0bc.js.map


+ 6 - 1
example/bundle/i3dmExample.c6cc930a.js

@@ -39737,6 +39737,8 @@ function (_B3DMLoaderBase) {
         loader.parse(gltfBuffer, null, function (model) {
           model.batchTable = b3dm.batchTable;
           model.featureTable = b3dm.featureTable;
+          model.scene.batchTable = b3dm.batchTable;
+          model.scene.featureTable = b3dm.featureTable;
           resolve(model);
         }, reject);
       });
@@ -39917,6 +39919,7 @@ function (_PNTSLoaderBase) {
 
       var object = new _three.Points(geometry, material);
       result.scene = object;
+      result.scene.featureTable = featureTable;
       return result;
     }
   }]);
@@ -40154,6 +40157,8 @@ function (_I3DMLoaderBase) {
 
             model.batchTable = batchTable;
             model.featureTable = featureTable;
+            model.scene.batchTable = batchTable;
+            model.scene.featureTable = featureTable;
             resolve(model);
           }, reject);
         });
@@ -42964,7 +42969,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

Plik diff jest za duży
+ 1 - 1
example/bundle/i3dmExample.c6cc930a.js.map


+ 1 - 1
example/bundle/i3dmExample.js

@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

+ 1 - 1
example/bundle/index.js

@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

+ 6 - 1
example/bundle/offscreenShadows.ce0529e7.js

@@ -39737,6 +39737,8 @@ function (_B3DMLoaderBase) {
         loader.parse(gltfBuffer, null, function (model) {
           model.batchTable = b3dm.batchTable;
           model.featureTable = b3dm.featureTable;
+          model.scene.batchTable = b3dm.batchTable;
+          model.scene.featureTable = b3dm.featureTable;
           resolve(model);
         }, reject);
       });
@@ -39917,6 +39919,7 @@ function (_PNTSLoaderBase) {
 
       var object = new _three.Points(geometry, material);
       result.scene = object;
+      result.scene.featureTable = featureTable;
       return result;
     }
   }]);
@@ -40154,6 +40157,8 @@ function (_I3DMLoaderBase) {
 
             model.batchTable = batchTable;
             model.featureTable = featureTable;
+            model.scene.batchTable = batchTable;
+            model.scene.featureTable = featureTable;
             resolve(model);
           }, reject);
         });
@@ -46097,7 +46102,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

Plik diff jest za duży
+ 1 - 1
example/bundle/offscreenShadows.ce0529e7.js.map


+ 1 - 1
example/bundle/offscreenShadows.js

@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

+ 6 - 1
example/bundle/pntsExample.1cabf3ff.js

@@ -39737,6 +39737,8 @@ function (_B3DMLoaderBase) {
         loader.parse(gltfBuffer, null, function (model) {
           model.batchTable = b3dm.batchTable;
           model.featureTable = b3dm.featureTable;
+          model.scene.batchTable = b3dm.batchTable;
+          model.scene.featureTable = b3dm.featureTable;
           resolve(model);
         }, reject);
       });
@@ -39917,6 +39919,7 @@ function (_PNTSLoaderBase) {
 
       var object = new _three.Points(geometry, material);
       result.scene = object;
+      result.scene.featureTable = featureTable;
       return result;
     }
   }]);
@@ -40154,6 +40157,8 @@ function (_I3DMLoaderBase) {
 
             model.batchTable = batchTable;
             model.featureTable = featureTable;
+            model.scene.batchTable = batchTable;
+            model.scene.featureTable = featureTable;
             resolve(model);
           }, reject);
         });
@@ -42936,7 +42941,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

Plik diff jest za duży
+ 1 - 1
example/bundle/pntsExample.1cabf3ff.js.map


+ 1 - 1
example/bundle/pntsExample.js

@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "54369" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "49980" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};