x_ite 9.6.1 → 9.6.2

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 (48) hide show
  1. package/README.md +5 -0
  2. package/dist/assets/components/Annotation.js +13 -13
  3. package/dist/assets/components/Annotation.min.js +1 -1
  4. package/dist/assets/components/CADGeometry.js +14 -14
  5. package/dist/assets/components/CADGeometry.min.js +1 -1
  6. package/dist/assets/components/CubeMapTexturing.js +25 -25
  7. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  8. package/dist/assets/components/DIS.js +13 -13
  9. package/dist/assets/components/DIS.min.js +1 -1
  10. package/dist/assets/components/EventUtilities.js +9 -9
  11. package/dist/assets/components/EventUtilities.min.js +1 -1
  12. package/dist/assets/components/Geometry2D.js +18 -18
  13. package/dist/assets/components/Geometry2D.min.js +1 -1
  14. package/dist/assets/components/Geospatial.js +33 -33
  15. package/dist/assets/components/Geospatial.min.js +1 -1
  16. package/dist/assets/components/HAnim.js +23 -23
  17. package/dist/assets/components/HAnim.min.js +1 -1
  18. package/dist/assets/components/KeyDeviceSensor.js +8 -8
  19. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  20. package/dist/assets/components/Layout.js +27 -27
  21. package/dist/assets/components/Layout.min.js +1 -1
  22. package/dist/assets/components/NURBS.js +23 -23
  23. package/dist/assets/components/NURBS.min.js +1 -1
  24. package/dist/assets/components/ParticleSystems.js +26 -26
  25. package/dist/assets/components/ParticleSystems.min.js +1 -1
  26. package/dist/assets/components/Picking.js +18 -18
  27. package/dist/assets/components/Picking.min.js +1 -1
  28. package/dist/assets/components/RigidBodyPhysics.js +17 -17
  29. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  30. package/dist/assets/components/Scripting.js +38 -38
  31. package/dist/assets/components/Scripting.min.js +1 -1
  32. package/dist/assets/components/Text.js +24 -24
  33. package/dist/assets/components/Text.min.js +1 -1
  34. package/dist/assets/components/TextureProjection.js +15 -15
  35. package/dist/assets/components/TextureProjection.min.js +1 -1
  36. package/dist/assets/components/Texturing3D.js +27 -27
  37. package/dist/assets/components/Texturing3D.min.js +1 -1
  38. package/dist/assets/components/VolumeRendering.js +19 -19
  39. package/dist/assets/components/VolumeRendering.min.js +1 -1
  40. package/dist/assets/components/X_ITE.js +14 -14
  41. package/dist/assets/components/X_ITE.min.js +1 -1
  42. package/dist/x_ite.css +1 -1
  43. package/dist/x_ite.js +126 -108
  44. package/dist/x_ite.min.js +1 -1
  45. package/dist/x_ite.min.mjs +1 -1
  46. package/dist/x_ite.mjs +126 -108
  47. package/dist/x_ite.zip +0 -0
  48. package/package.json +2 -2
package/dist/x_ite.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* X_ITE v9.6.1 */var __webpack_modules__ = ({
1
+ /* X_ITE v9.6.2 */var __webpack_modules__ = ({
2
2
 
3
- /***/ 226:
3
+ /***/ 195:
4
4
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5
5
 
6
- /* provided dependency */ var jQuery = __webpack_require__(250);
6
+ /* provided dependency */ var jQuery = __webpack_require__(631);
7
7
  /**
8
8
  * @preserve jquery.fullscreen 1.1.5
9
9
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -199,7 +199,7 @@ installFullScreenHandlers();
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 496:
202
+ /***/ 711:
203
203
  /***/ ((module, exports, __webpack_require__) => {
204
204
 
205
205
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -213,7 +213,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
213
213
  (function (factory) {
214
214
  if ( true ) {
215
215
  // AMD. Register as an anonymous module.
216
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(250)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
216
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(631)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
217
217
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
218
218
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
219
219
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -424,7 +424,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
424
424
 
425
425
  /***/ }),
426
426
 
427
- /***/ 250:
427
+ /***/ 631:
428
428
  /***/ (function(module, exports) {
429
429
 
430
430
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11148,7 +11148,7 @@ return jQuery;
11148
11148
 
11149
11149
  /***/ }),
11150
11150
 
11151
- /***/ 979:
11151
+ /***/ 580:
11152
11152
  /***/ ((module) => {
11153
11153
 
11154
11154
  /**
@@ -15927,7 +15927,7 @@ if (true) {
15927
15927
 
15928
15928
  /***/ }),
15929
15929
 
15930
- /***/ 82:
15930
+ /***/ 511:
15931
15931
  /***/ (function(__unused_webpack_module, exports) {
15932
15932
 
15933
15933
 
@@ -19172,7 +19172,7 @@ if (true) {
19172
19172
 
19173
19173
  /***/ }),
19174
19174
 
19175
- /***/ 389:
19175
+ /***/ 936:
19176
19176
  /***/ (function(module, exports) {
19177
19177
 
19178
19178
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -20299,7 +20299,7 @@ Object .defineProperty (Namespace, "add",
20299
20299
  }
20300
20300
  else
20301
20301
  {
20302
- const X3D = window [Symbol .for ("X_ITE.X3D-9.6.1")];
20302
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.6.2")];
20303
20303
 
20304
20304
  if (X3D)
20305
20305
  X3D [name] = module;
@@ -34218,7 +34218,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34218
34218
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34219
34219
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34220
34220
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34221
- /* provided dependency */ var $ = __webpack_require__(250);
34221
+ /* provided dependency */ var $ = __webpack_require__(631);
34222
34222
  /*******************************************************************************
34223
34223
  *
34224
34224
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34355,7 +34355,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34355
34355
  *
34356
34356
  ******************************************************************************/
34357
34357
 
34358
- const BROWSER_VERSION_default_ = "9.6.1";
34358
+ const BROWSER_VERSION_default_ = "9.6.2";
34359
34359
  ;
34360
34360
 
34361
34361
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -39001,7 +39001,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
39001
39001
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
39002
39002
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
39003
39003
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
39004
- /* provided dependency */ var X3DParser_$ = __webpack_require__(250);
39004
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(631);
39005
39005
  /*******************************************************************************
39006
39006
  *
39007
39007
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -39263,7 +39263,7 @@ const Expressions_default_ = Expressions;
39263
39263
  x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
39264
39264
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
39265
39265
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
39266
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(250);
39266
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(631);
39267
39267
  /*******************************************************************************
39268
39268
  *
39269
39269
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41963,7 +41963,7 @@ const VRMLParser_default_ = VRMLParser;
41963
41963
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41964
41964
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41965
41965
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41966
- /* provided dependency */ var XMLParser_$ = __webpack_require__(250);
41966
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(631);
41967
41967
  /*******************************************************************************
41968
41968
  *
41969
41969
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43995,7 +43995,7 @@ const URLs_default_ = URLs;
43995
43995
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
43996
43996
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43997
43997
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
43998
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(250);
43998
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(631);
43999
43999
  /*******************************************************************************
44000
44000
  *
44001
44001
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44165,7 +44165,7 @@ Object .assign (Object .setPrototypeOf (GLTF2Parser .prototype, Parser_X3DParser
44165
44165
  .then (resolve)
44166
44166
  .catch (reject);
44167
44167
  },
44168
- rootObject: async function (glTF)
44168
+ async rootObject (glTF)
44169
44169
  {
44170
44170
  if (!(glTF instanceof Object))
44171
44171
  return;
@@ -44505,14 +44505,14 @@ Object .assign (Object .setPrototypeOf (GLTF2Parser .prototype, Parser_X3DParser
44505
44505
 
44506
44506
  return light .node = lightNode;
44507
44507
  },
44508
- buffersArray: async function (buffers)
44508
+ async buffersArray (buffers)
44509
44509
  {
44510
44510
  if (!(buffers instanceof Array))
44511
44511
  return;
44512
44512
 
44513
44513
  this .buffers = await Promise .all (buffers .map ((buffer, i) => this .bufferObject (buffer, i)));
44514
44514
  },
44515
- bufferObject: async function (buffer, i)
44515
+ async bufferObject (buffer, i)
44516
44516
  {
44517
44517
  if (!(buffer instanceof Object))
44518
44518
  return;
@@ -44794,14 +44794,14 @@ Object .assign (Object .setPrototypeOf (GLTF2Parser .prototype, Parser_X3DParser
44794
44794
  });
44795
44795
  };
44796
44796
  })(),
44797
- imagesArray: async function (images)
44797
+ async imagesArray (images)
44798
44798
  {
44799
44799
  if (!(images instanceof Array))
44800
44800
  return;
44801
44801
 
44802
44802
  this .images = await Promise .all (images .map (image => this .imageObject (image)));
44803
44803
  },
44804
- imageObject: async function (image)
44804
+ async imageObject (image)
44805
44805
  {
44806
44806
  if (!(image instanceof Object))
44807
44807
  return;
@@ -45464,7 +45464,7 @@ Object .assign (Object .setPrototypeOf (GLTF2Parser .prototype, Parser_X3DParser
45464
45464
  draco .destroy (buffer);
45465
45465
  }
45466
45466
  },
45467
- createDraco: async function ()
45467
+ async createDraco ()
45468
45468
  {
45469
45469
  if (this .constructor .draco)
45470
45470
  {
@@ -47297,7 +47297,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
47297
47297
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
47298
47298
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
47299
47299
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
47300
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(250);
47300
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(631);
47301
47301
  /*******************************************************************************
47302
47302
  *
47303
47303
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47392,7 +47392,7 @@ Object .assign (Object .setPrototypeOf (GLB2Parser .prototype, Parser_X3DParser
47392
47392
  .then (resolve)
47393
47393
  .catch (reject);
47394
47394
  },
47395
- glb: async function ()
47395
+ async glb ()
47396
47396
  {
47397
47397
  this .chunks ();
47398
47398
 
@@ -47449,7 +47449,7 @@ const GLB2Parser_default_ = GLB2Parser;
47449
47449
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
47450
47450
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
47451
47451
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
47452
- /* provided dependency */ var OBJParser_$ = __webpack_require__(250);
47452
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(631);
47453
47453
  /*******************************************************************************
47454
47454
  *
47455
47455
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47604,7 +47604,7 @@ Object .assign (Object .setPrototypeOf (OBJParser .prototype, Parser_X3DParser .
47604
47604
  .then (resolve)
47605
47605
  .catch (reject);
47606
47606
  },
47607
- obj: async function ()
47607
+ async obj ()
47608
47608
  {
47609
47609
  // Set profile and components.
47610
47610
 
@@ -47660,12 +47660,12 @@ Object .assign (Object .setPrototypeOf (OBJParser .prototype, Parser_X3DParser .
47660
47660
  {
47661
47661
  OBJParser_Grammar .whitespacesNoLineTerminator .parse (this);
47662
47662
  },
47663
- statements: async function ()
47663
+ async statements ()
47664
47664
  {
47665
47665
  while (await this .statement ())
47666
47666
  ;
47667
47667
  },
47668
- statement: async function ()
47668
+ async statement ()
47669
47669
  {
47670
47670
  if (await this .mtllibs ())
47671
47671
  return true;
@@ -47701,7 +47701,7 @@ Object .assign (Object .setPrototypeOf (OBJParser .prototype, Parser_X3DParser .
47701
47701
 
47702
47702
  return false;
47703
47703
  },
47704
- mtllibs: async function ()
47704
+ async mtllibs ()
47705
47705
  {
47706
47706
  this .comments ();
47707
47707
 
@@ -47721,7 +47721,7 @@ Object .assign (Object .setPrototypeOf (OBJParser .prototype, Parser_X3DParser .
47721
47721
 
47722
47722
  return false;
47723
47723
  },
47724
- mtllib: async function (path)
47724
+ async mtllib (path)
47725
47725
  {
47726
47726
  try
47727
47727
  {
@@ -48671,7 +48671,7 @@ Object .assign (Object .setPrototypeOf (STLAParser .prototype, Parser_X3DParser
48671
48671
  .then (resolve)
48672
48672
  .catch (reject);
48673
48673
  },
48674
- stl: async function ()
48674
+ async stl ()
48675
48675
  {
48676
48676
  // Set profile and components.
48677
48677
 
@@ -49021,7 +49021,7 @@ Object .assign (Object .setPrototypeOf (STLBParser .prototype, Parser_X3DParser
49021
49021
  .then (resolve)
49022
49022
  .catch (reject);
49023
49023
  },
49024
- stl: async function ()
49024
+ async stl ()
49025
49025
  {
49026
49026
  // Set profile and components.
49027
49027
 
@@ -49217,7 +49217,7 @@ Object .assign (Object .setPrototypeOf (PLYAParser .prototype, Parser_X3DParser
49217
49217
  .then (resolve)
49218
49218
  .catch (reject);
49219
49219
  },
49220
- ply: async function ()
49220
+ async ply ()
49221
49221
  {
49222
49222
  // Set profile and components.
49223
49223
 
@@ -50807,8 +50807,8 @@ const MatrixStack_default_ = MatrixStack;
50807
50807
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50808
50808
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50809
50809
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50810
- /* provided dependency */ var SVGParser_$ = __webpack_require__(250);
50811
- /* provided dependency */ var libtess = __webpack_require__(979);
50810
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(631);
50811
+ /* provided dependency */ var libtess = __webpack_require__(580);
50812
50812
  /*******************************************************************************
50813
50813
  *
50814
50814
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -51048,7 +51048,7 @@ Object .assign (Object .setPrototypeOf (SVGParser .prototype, Parser_X3DParser .
51048
51048
  .then (resolve)
51049
51049
  .catch (reject);
51050
51050
  },
51051
- xmlElement: async function (xmlElement)
51051
+ async xmlElement (xmlElement)
51052
51052
  {
51053
51053
  switch (xmlElement .nodeName)
51054
51054
  {
@@ -51070,7 +51070,7 @@ Object .assign (Object .setPrototypeOf (SVGParser .prototype, Parser_X3DParser .
51070
51070
 
51071
51071
  return this .getScene ();
51072
51072
  },
51073
- svgElement: async function (xmlElement)
51073
+ async svgElement (xmlElement)
51074
51074
  {
51075
51075
  const
51076
51076
  browser = this .getBrowser (),
@@ -53576,7 +53576,7 @@ const SVGParser_default_ = SVGParser;
53576
53576
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53577
53577
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53578
53578
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53579
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(250);
53579
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(631);
53580
53580
  /*******************************************************************************
53581
53581
  *
53582
53582
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53637,18 +53637,47 @@ x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_)
53637
53637
 
53638
53638
 
53639
53639
 
53640
- function GoldenGate (scene)
53640
+ class GoldenGate extends Parser_X3DParser
53641
53641
  {
53642
- Parser_X3DParser .call (this, scene);
53642
+ #inputs = new Map ();
53643
53643
 
53644
- this .inputs = new Map ();
53645
- }
53644
+ static #parsers = [
53645
+ Parser_SVGParser,
53646
+ Parser_XMLParser,
53647
+ Parser_GLTF2Parser,
53648
+ Parser_GLB2Parser,
53649
+ Parser_JSONParser,
53650
+ Parser_VRMLParser,
53651
+ Parser_OBJParser,
53652
+ Parser_STLAParser,
53653
+ Parser_STLBParser,
53654
+ Parser_PLYAParser,
53655
+ Parser_PLYBParser,
53656
+ ];
53657
+
53658
+ static addParsers (... args)
53659
+ {
53660
+ this .#parsers .push (... args);
53661
+ }
53662
+
53663
+ static removeParsers (... args)
53664
+ {
53665
+ this .#parsers = this .#parsers .filter (parser => !args .includes (parser));
53666
+ }
53667
+
53668
+ static getParsers ()
53669
+ {
53670
+ return this .#parsers .slice ();
53671
+ }
53672
+
53673
+ /**
53674
+ * @deprecated Use `GoldenGate.add/remove/getParsers`.
53675
+ */
53676
+ static get Parser () { return this .#parsers; }
53646
53677
 
53647
- Object .assign (Object .setPrototypeOf (GoldenGate .prototype, Parser_X3DParser .prototype),
53648
- {
53649
53678
  parseIntoScene (x3dSyntax, resolve, reject)
53650
53679
  {
53651
- for (const Parser of GoldenGate .Parser)
53680
+ for (const Parser of GoldenGate .#parsers)
53652
53681
  {
53653
53682
  try
53654
53683
  {
@@ -53683,7 +53712,8 @@ Object .assign (Object .setPrototypeOf (GoldenGate .prototype, Parser_X3DParser
53683
53712
  throw new Error ("Couldn't parse X3D. No suitable file handler found for 'data:' URL.");
53684
53713
  else
53685
53714
  throw new Error (`Couldn't parse X3D. No suitable file handler found for '${this .getScene () .worldURL}'.`);
53686
- },
53715
+ }
53716
+
53687
53717
  getInput (encoding, x3dSyntax)
53688
53718
  {
53689
53719
  if (Array .isArray (encoding))
@@ -53692,16 +53722,17 @@ Object .assign (Object .setPrototypeOf (GoldenGate .prototype, Parser_X3DParser
53692
53722
  }
53693
53723
  else
53694
53724
  {
53695
- if (this .inputs .has (encoding))
53696
- return this .inputs .get (encoding);
53725
+ if (this .#inputs .has (encoding))
53726
+ return this .#inputs .get (encoding);
53697
53727
 
53698
53728
  const input = this .createInput (encoding, x3dSyntax);
53699
53729
 
53700
- this .inputs .set (encoding, input);
53730
+ this .#inputs .set (encoding, input);
53701
53731
 
53702
53732
  return input;
53703
53733
  }
53704
- },
53734
+ }
53735
+
53705
53736
  createInput (encoding, x3dSyntax)
53706
53737
  {
53707
53738
  try
@@ -53722,22 +53753,8 @@ Object .assign (Object .setPrototypeOf (GoldenGate .prototype, Parser_X3DParser
53722
53753
  {
53723
53754
  return undefined;
53724
53755
  }
53725
- },
53726
- });
53727
-
53728
- GoldenGate .Parser = [
53729
- Parser_SVGParser,
53730
- Parser_XMLParser,
53731
- Parser_GLTF2Parser,
53732
- Parser_GLB2Parser,
53733
- Parser_JSONParser,
53734
- Parser_VRMLParser,
53735
- Parser_OBJParser,
53736
- Parser_STLAParser,
53737
- Parser_STLBParser,
53738
- Parser_PLYAParser,
53739
- Parser_PLYBParser,
53740
- ];
53756
+ }
53757
+ }
53741
53758
 
53742
53759
  const GoldenGate_default_ = GoldenGate;
53743
53760
  ;
@@ -53926,7 +53943,7 @@ const Plane3_default_ = Plane3;
53926
53943
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53927
53944
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53928
53945
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53929
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(979);
53946
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(580);
53930
53947
  /*******************************************************************************
53931
53948
  *
53932
53949
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62455,7 +62472,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
62455
62472
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
62456
62473
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
62457
62474
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
62458
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(250);
62475
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(631);
62459
62476
  /*******************************************************************************
62460
62477
  *
62461
62478
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62646,9 +62663,7 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
62646
62663
  canvas = document .createElement ("canvas"),
62647
62664
  cx = canvas .getContext ("2d", { willReadFrequently: true });
62648
62665
 
62649
- let
62650
- width = image .width,
62651
- height = image .height;
62666
+ let { width, height } = image;
62652
62667
 
62653
62668
  if (!(Math_Algorithm .isPowerOfTwo (width) && Math_Algorithm .isPowerOfTwo (height)))
62654
62669
  {
@@ -66039,7 +66054,7 @@ const X3DWorld_default_ = X3DWorld;
66039
66054
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
66040
66055
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
66041
66056
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
66042
- /* provided dependency */ var FileLoader_$ = __webpack_require__(250);
66057
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(631);
66043
66058
  /*******************************************************************************
66044
66059
  *
66045
66060
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66235,7 +66250,7 @@ Object .assign (Object .setPrototypeOf (FileLoader .prototype, Base_X3DObject .p
66235
66250
  this .loadDocumentAsync (this .url .shift ())
66236
66251
  .catch (this .loadDocumentError .bind (this));
66237
66252
  },
66238
- loadDocumentAsync: async function (url)
66253
+ async loadDocumentAsync (url)
66239
66254
  {
66240
66255
  if (url .length === 0)
66241
66256
  {
@@ -66973,7 +66988,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
66973
66988
  x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
66974
66989
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
66975
66990
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
66976
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(250);
66991
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(631);
66977
66992
  /*******************************************************************************
66978
66993
  *
66979
66994
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -90124,7 +90139,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
90124
90139
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
90125
90140
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
90126
90141
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
90127
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(250);
90142
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(631);
90128
90143
  /*******************************************************************************
90129
90144
  *
90130
90145
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95832,7 +95847,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
95832
95847
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95833
95848
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95834
95849
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95835
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(250);
95850
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(631);
95836
95851
  /*******************************************************************************
95837
95852
  *
95838
95853
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96489,7 +96504,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
96489
96504
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
96490
96505
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
96491
96506
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
96492
- /* provided dependency */ var Appearance_$ = __webpack_require__(250);
96507
+ /* provided dependency */ var Appearance_$ = __webpack_require__(631);
96493
96508
  /*******************************************************************************
96494
96509
  *
96495
96510
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -105441,8 +105456,8 @@ const GifMedia_default_ = GifMedia;
105441
105456
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
105442
105457
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
105443
105458
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
105444
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(250);
105445
- /* provided dependency */ var SuperGif = __webpack_require__(389);
105459
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(631);
105460
+ /* provided dependency */ var SuperGif = __webpack_require__(936);
105446
105461
  /*******************************************************************************
105447
105462
  *
105448
105463
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -108211,7 +108226,7 @@ const Context =
108211
108226
  // setTimeout (check);
108212
108227
  // });
108213
108228
  // },
108214
- // getBufferSubDataAsync: async function (target, buffer, srcByteOffset, dstBuffer, /* optional */ dstOffset, /* optional */ length)
108229
+ // async getBufferSubDataAsync (target, buffer, srcByteOffset, dstBuffer, /* optional */ dstOffset, /* optional */ length)
108215
108230
  // {
108216
108231
  // const sync = this .fenceSync (this .SYNC_GPU_COMMANDS_COMPLETE, 0);
108217
108232
 
@@ -108225,7 +108240,7 @@ const Context =
108225
108240
  // this .getBufferSubData (target, srcByteOffset, dstBuffer, dstOffset, length);
108226
108241
  // this .bindBuffer (target, null);
108227
108242
  // },
108228
- // readPixelsAsync: async function (x, y, w, h, format, type, dest, dstOffset)
108243
+ // async readPixelsAsync (x, y, w, h, format, type, dest, dstOffset)
108229
108244
  // {
108230
108245
  // const buffer = this .createBuffer ();
108231
108246
 
@@ -108850,7 +108865,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
108850
108865
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
108851
108866
  /* harmony default export */ const gettext = (gettext_default_);
108852
108867
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
108853
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(250);
108868
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(631);
108854
108869
  /*******************************************************************************
108855
108870
  *
108856
108871
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -109423,7 +109438,7 @@ const TextureQuality_default_ = TextureQuality;
109423
109438
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
109424
109439
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
109425
109440
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
109426
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(250);
109441
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(631);
109427
109442
  /*******************************************************************************
109428
109443
  *
109429
109444
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110017,7 +110032,7 @@ const RenderingProperties_default_ = RenderingProperties;
110017
110032
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
110018
110033
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
110019
110034
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
110020
- /* provided dependency */ var Notification_$ = __webpack_require__(250);
110035
+ /* provided dependency */ var Notification_$ = __webpack_require__(631);
110021
110036
  /*******************************************************************************
110022
110037
  *
110023
110038
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110140,8 +110155,8 @@ const Notification_default_ = Notification;
110140
110155
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
110141
110156
  /* harmony default export */ const Core_Notification = (Notification_default_);
110142
110157
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
110143
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(226);
110144
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(250);
110158
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(195);
110159
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(631);
110145
110160
  /*******************************************************************************
110146
110161
  *
110147
110162
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112895,7 +112910,7 @@ const DataStorage_default_ = DataStorage;
112895
112910
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
112896
112911
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
112897
112912
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
112898
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(250);
112913
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(631);
112899
112914
  /*******************************************************************************
112900
112915
  *
112901
112916
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115418,8 +115433,8 @@ const X3DViewer_default_ = X3DViewer;
115418
115433
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
115419
115434
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
115420
115435
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
115421
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(496);
115422
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(250);
115436
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(711);
115437
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(631);
115423
115438
  /*******************************************************************************
115424
115439
  *
115425
115440
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116291,8 +116306,8 @@ const ExamineViewer_default_ = ExamineViewer;
116291
116306
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
116292
116307
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
116293
116308
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
116294
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(496);
116295
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(250);
116309
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(711);
116310
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(631);
116296
116311
  /*******************************************************************************
116297
116312
  *
116298
116313
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117301,8 +117316,8 @@ const FlyViewer_default_ = FlyViewer;
117301
117316
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
117302
117317
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
117303
117318
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
117304
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(496);
117305
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(250);
117319
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(711);
117320
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(631);
117306
117321
  /*******************************************************************************
117307
117322
  *
117308
117323
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117633,8 +117648,8 @@ const NoneViewer_default_ = NoneViewer;
117633
117648
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
117634
117649
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
117635
117650
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
117636
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(496);
117637
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(250);
117651
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(711);
117652
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(631);
117638
117653
  /*******************************************************************************
117639
117654
  *
117640
117655
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118772,8 +118787,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
118772
118787
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
118773
118788
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
118774
118789
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
118775
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(496);
118776
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(250);
118790
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(711);
118791
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(631);
118777
118792
  /*******************************************************************************
118778
118793
  *
118779
118794
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120077,7 +120092,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
120077
120092
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
120078
120093
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
120079
120094
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
120080
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(250);
120095
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(631);
120081
120096
  /*******************************************************************************
120082
120097
  *
120083
120098
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121025,7 +121040,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
121025
121040
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
121026
121041
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
121027
121042
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
121028
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(250);
121043
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(631);
121029
121044
  const KTXDecoder_default_ = class KTXDecoder
121030
121045
  {
121031
121046
  constructor (gl, externalKtxlib, scriptDir)
@@ -122579,7 +122594,7 @@ const Components_default_ = Components;
122579
122594
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
122580
122595
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
122581
122596
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
122582
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(250);
122597
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(631);
122583
122598
  /*******************************************************************************
122584
122599
  * MIT License
122585
122600
  *
@@ -123713,7 +123728,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
123713
123728
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
123714
123729
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
123715
123730
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
123716
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(250);
123731
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(631);
123717
123732
  /*******************************************************************************
123718
123733
  *
123719
123734
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124013,7 +124028,10 @@ Object .assign (Object .setPrototypeOf (X3DBrowser .prototype, Browser_X3DBrowse
124013
124028
 
124014
124029
  for (const arg of args)
124015
124030
  {
124016
- if (arg instanceof Configuration_ProfileInfo)
124031
+ if (arg instanceof Execution_X3DScene)
124032
+ component .push (... (arg .profile ?.components ?? [ ]), ... arg .components);
124033
+
124034
+ else if (arg instanceof Configuration_ProfileInfo)
124017
124035
  component .push (... arg .components);
124018
124036
 
124019
124037
  else if (arg instanceof Configuration_ComponentInfoArray)
@@ -124804,7 +124822,7 @@ const X3DBrowser_default_ = X3DBrowser;
124804
124822
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
124805
124823
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
124806
124824
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
124807
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(250);
124825
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(631);
124808
124826
  /*******************************************************************************
124809
124827
  *
124810
124828
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124941,8 +124959,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
124941
124959
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
124942
124960
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
124943
124961
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
124944
- /* provided dependency */ var jquery_$ = __webpack_require__(250);
124945
- /* provided dependency */ var pako = __webpack_require__(82);
124962
+ /* provided dependency */ var jquery_$ = __webpack_require__(631);
124963
+ /* provided dependency */ var pako = __webpack_require__(511);
124946
124964
  Object .assign (jquery_$,
124947
124965
  {
124948
124966
  decodeText (input)
@@ -125019,14 +125037,14 @@ const jquery_default_ = jquery_$;
125019
125037
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
125020
125038
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
125021
125039
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
125022
- /* provided dependency */ var libtess_libtess = __webpack_require__(979);
125040
+ /* provided dependency */ var libtess_libtess = __webpack_require__(580);
125023
125041
  const libtess_default_ = libtess_libtess;
125024
125042
  ;
125025
125043
 
125026
125044
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
125027
125045
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
125028
125046
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
125029
- /* provided dependency */ var X3D_$ = __webpack_require__(250);
125047
+ /* provided dependency */ var X3D_$ = __webpack_require__(631);
125030
125048
  /*******************************************************************************
125031
125049
  *
125032
125050
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -125334,7 +125352,7 @@ Object .assign (X3D,
125334
125352
 
125335
125353
  // Assign X3D to global namespace.
125336
125354
 
125337
- window [Symbol .for ("X_ITE.X3D-9.6.1")] = x_ite_X3D;
125355
+ window [Symbol .for ("X_ITE.X3D-9.6.2")] = x_ite_X3D;
125338
125356
 
125339
125357
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
125340
125358