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.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v9.6.1 */(function webpackUniversalModuleDefinition(root, factory) {
1
+ /* X_ITE v9.6.2 */(function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
3
  module.exports = factory();
4
4
  else if(typeof define === 'function' && define.amd)
@@ -11,10 +11,10 @@
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 226:
14
+ /***/ 195:
15
15
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
16
16
 
17
- /* provided dependency */ var jQuery = __webpack_require__(250);
17
+ /* provided dependency */ var jQuery = __webpack_require__(631);
18
18
  /**
19
19
  * @preserve jquery.fullscreen 1.1.5
20
20
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -210,7 +210,7 @@ installFullScreenHandlers();
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 496:
213
+ /***/ 711:
214
214
  /***/ ((module, exports, __webpack_require__) => {
215
215
 
216
216
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -224,7 +224,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
224
224
  (function (factory) {
225
225
  if ( true ) {
226
226
  // AMD. Register as an anonymous module.
227
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(250)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
227
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(631)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
228
228
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
229
229
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
230
230
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -435,7 +435,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
435
435
 
436
436
  /***/ }),
437
437
 
438
- /***/ 250:
438
+ /***/ 631:
439
439
  /***/ (function(module, exports) {
440
440
 
441
441
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11159,7 +11159,7 @@ return jQuery;
11159
11159
 
11160
11160
  /***/ }),
11161
11161
 
11162
- /***/ 979:
11162
+ /***/ 580:
11163
11163
  /***/ ((module) => {
11164
11164
 
11165
11165
  /**
@@ -15938,7 +15938,7 @@ if (true) {
15938
15938
 
15939
15939
  /***/ }),
15940
15940
 
15941
- /***/ 82:
15941
+ /***/ 511:
15942
15942
  /***/ (function(__unused_webpack_module, exports) {
15943
15943
 
15944
15944
 
@@ -19183,7 +19183,7 @@ if (true) {
19183
19183
 
19184
19184
  /***/ }),
19185
19185
 
19186
- /***/ 389:
19186
+ /***/ 936:
19187
19187
  /***/ (function(module, exports) {
19188
19188
 
19189
19189
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -20311,7 +20311,7 @@ Object .defineProperty (Namespace, "add",
20311
20311
  }
20312
20312
  else
20313
20313
  {
20314
- const X3D = window [Symbol .for ("X_ITE.X3D-9.6.1")];
20314
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.6.2")];
20315
20315
 
20316
20316
  if (X3D)
20317
20317
  X3D [name] = module;
@@ -34230,7 +34230,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34230
34230
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34231
34231
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34232
34232
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34233
- /* provided dependency */ var $ = __webpack_require__(250);
34233
+ /* provided dependency */ var $ = __webpack_require__(631);
34234
34234
  /*******************************************************************************
34235
34235
  *
34236
34236
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34367,7 +34367,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34367
34367
  *
34368
34368
  ******************************************************************************/
34369
34369
 
34370
- const BROWSER_VERSION_default_ = "9.6.1";
34370
+ const BROWSER_VERSION_default_ = "9.6.2";
34371
34371
  ;
34372
34372
 
34373
34373
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -39013,7 +39013,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
39013
39013
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
39014
39014
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
39015
39015
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
39016
- /* provided dependency */ var X3DParser_$ = __webpack_require__(250);
39016
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(631);
39017
39017
  /*******************************************************************************
39018
39018
  *
39019
39019
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -39275,7 +39275,7 @@ const Expressions_default_ = Expressions;
39275
39275
  x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
39276
39276
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
39277
39277
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
39278
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(250);
39278
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(631);
39279
39279
  /*******************************************************************************
39280
39280
  *
39281
39281
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41975,7 +41975,7 @@ const VRMLParser_default_ = VRMLParser;
41975
41975
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41976
41976
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41977
41977
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41978
- /* provided dependency */ var XMLParser_$ = __webpack_require__(250);
41978
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(631);
41979
41979
  /*******************************************************************************
41980
41980
  *
41981
41981
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44007,7 +44007,7 @@ const URLs_default_ = URLs;
44007
44007
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
44008
44008
  /* harmony default export */ const Networking_URLs = (URLs_default_);
44009
44009
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
44010
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(250);
44010
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(631);
44011
44011
  /*******************************************************************************
44012
44012
  *
44013
44013
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44177,7 +44177,7 @@ Object .assign (Object .setPrototypeOf (GLTF2Parser .prototype, Parser_X3DParser
44177
44177
  .then (resolve)
44178
44178
  .catch (reject);
44179
44179
  },
44180
- rootObject: async function (glTF)
44180
+ async rootObject (glTF)
44181
44181
  {
44182
44182
  if (!(glTF instanceof Object))
44183
44183
  return;
@@ -44517,14 +44517,14 @@ Object .assign (Object .setPrototypeOf (GLTF2Parser .prototype, Parser_X3DParser
44517
44517
 
44518
44518
  return light .node = lightNode;
44519
44519
  },
44520
- buffersArray: async function (buffers)
44520
+ async buffersArray (buffers)
44521
44521
  {
44522
44522
  if (!(buffers instanceof Array))
44523
44523
  return;
44524
44524
 
44525
44525
  this .buffers = await Promise .all (buffers .map ((buffer, i) => this .bufferObject (buffer, i)));
44526
44526
  },
44527
- bufferObject: async function (buffer, i)
44527
+ async bufferObject (buffer, i)
44528
44528
  {
44529
44529
  if (!(buffer instanceof Object))
44530
44530
  return;
@@ -44806,14 +44806,14 @@ Object .assign (Object .setPrototypeOf (GLTF2Parser .prototype, Parser_X3DParser
44806
44806
  });
44807
44807
  };
44808
44808
  })(),
44809
- imagesArray: async function (images)
44809
+ async imagesArray (images)
44810
44810
  {
44811
44811
  if (!(images instanceof Array))
44812
44812
  return;
44813
44813
 
44814
44814
  this .images = await Promise .all (images .map (image => this .imageObject (image)));
44815
44815
  },
44816
- imageObject: async function (image)
44816
+ async imageObject (image)
44817
44817
  {
44818
44818
  if (!(image instanceof Object))
44819
44819
  return;
@@ -45476,7 +45476,7 @@ Object .assign (Object .setPrototypeOf (GLTF2Parser .prototype, Parser_X3DParser
45476
45476
  draco .destroy (buffer);
45477
45477
  }
45478
45478
  },
45479
- createDraco: async function ()
45479
+ async createDraco ()
45480
45480
  {
45481
45481
  if (this .constructor .draco)
45482
45482
  {
@@ -47309,7 +47309,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
47309
47309
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
47310
47310
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
47311
47311
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
47312
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(250);
47312
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(631);
47313
47313
  /*******************************************************************************
47314
47314
  *
47315
47315
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47404,7 +47404,7 @@ Object .assign (Object .setPrototypeOf (GLB2Parser .prototype, Parser_X3DParser
47404
47404
  .then (resolve)
47405
47405
  .catch (reject);
47406
47406
  },
47407
- glb: async function ()
47407
+ async glb ()
47408
47408
  {
47409
47409
  this .chunks ();
47410
47410
 
@@ -47461,7 +47461,7 @@ const GLB2Parser_default_ = GLB2Parser;
47461
47461
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
47462
47462
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
47463
47463
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
47464
- /* provided dependency */ var OBJParser_$ = __webpack_require__(250);
47464
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(631);
47465
47465
  /*******************************************************************************
47466
47466
  *
47467
47467
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47616,7 +47616,7 @@ Object .assign (Object .setPrototypeOf (OBJParser .prototype, Parser_X3DParser .
47616
47616
  .then (resolve)
47617
47617
  .catch (reject);
47618
47618
  },
47619
- obj: async function ()
47619
+ async obj ()
47620
47620
  {
47621
47621
  // Set profile and components.
47622
47622
 
@@ -47672,12 +47672,12 @@ Object .assign (Object .setPrototypeOf (OBJParser .prototype, Parser_X3DParser .
47672
47672
  {
47673
47673
  OBJParser_Grammar .whitespacesNoLineTerminator .parse (this);
47674
47674
  },
47675
- statements: async function ()
47675
+ async statements ()
47676
47676
  {
47677
47677
  while (await this .statement ())
47678
47678
  ;
47679
47679
  },
47680
- statement: async function ()
47680
+ async statement ()
47681
47681
  {
47682
47682
  if (await this .mtllibs ())
47683
47683
  return true;
@@ -47713,7 +47713,7 @@ Object .assign (Object .setPrototypeOf (OBJParser .prototype, Parser_X3DParser .
47713
47713
 
47714
47714
  return false;
47715
47715
  },
47716
- mtllibs: async function ()
47716
+ async mtllibs ()
47717
47717
  {
47718
47718
  this .comments ();
47719
47719
 
@@ -47733,7 +47733,7 @@ Object .assign (Object .setPrototypeOf (OBJParser .prototype, Parser_X3DParser .
47733
47733
 
47734
47734
  return false;
47735
47735
  },
47736
- mtllib: async function (path)
47736
+ async mtllib (path)
47737
47737
  {
47738
47738
  try
47739
47739
  {
@@ -48683,7 +48683,7 @@ Object .assign (Object .setPrototypeOf (STLAParser .prototype, Parser_X3DParser
48683
48683
  .then (resolve)
48684
48684
  .catch (reject);
48685
48685
  },
48686
- stl: async function ()
48686
+ async stl ()
48687
48687
  {
48688
48688
  // Set profile and components.
48689
48689
 
@@ -49033,7 +49033,7 @@ Object .assign (Object .setPrototypeOf (STLBParser .prototype, Parser_X3DParser
49033
49033
  .then (resolve)
49034
49034
  .catch (reject);
49035
49035
  },
49036
- stl: async function ()
49036
+ async stl ()
49037
49037
  {
49038
49038
  // Set profile and components.
49039
49039
 
@@ -49229,7 +49229,7 @@ Object .assign (Object .setPrototypeOf (PLYAParser .prototype, Parser_X3DParser
49229
49229
  .then (resolve)
49230
49230
  .catch (reject);
49231
49231
  },
49232
- ply: async function ()
49232
+ async ply ()
49233
49233
  {
49234
49234
  // Set profile and components.
49235
49235
 
@@ -50819,8 +50819,8 @@ const MatrixStack_default_ = MatrixStack;
50819
50819
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50820
50820
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50821
50821
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50822
- /* provided dependency */ var SVGParser_$ = __webpack_require__(250);
50823
- /* provided dependency */ var libtess = __webpack_require__(979);
50822
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(631);
50823
+ /* provided dependency */ var libtess = __webpack_require__(580);
50824
50824
  /*******************************************************************************
50825
50825
  *
50826
50826
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -51060,7 +51060,7 @@ Object .assign (Object .setPrototypeOf (SVGParser .prototype, Parser_X3DParser .
51060
51060
  .then (resolve)
51061
51061
  .catch (reject);
51062
51062
  },
51063
- xmlElement: async function (xmlElement)
51063
+ async xmlElement (xmlElement)
51064
51064
  {
51065
51065
  switch (xmlElement .nodeName)
51066
51066
  {
@@ -51082,7 +51082,7 @@ Object .assign (Object .setPrototypeOf (SVGParser .prototype, Parser_X3DParser .
51082
51082
 
51083
51083
  return this .getScene ();
51084
51084
  },
51085
- svgElement: async function (xmlElement)
51085
+ async svgElement (xmlElement)
51086
51086
  {
51087
51087
  const
51088
51088
  browser = this .getBrowser (),
@@ -53588,7 +53588,7 @@ const SVGParser_default_ = SVGParser;
53588
53588
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53589
53589
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53590
53590
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53591
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(250);
53591
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(631);
53592
53592
  /*******************************************************************************
53593
53593
  *
53594
53594
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53649,18 +53649,47 @@ x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_)
53649
53649
 
53650
53650
 
53651
53651
 
53652
- function GoldenGate (scene)
53652
+ class GoldenGate extends Parser_X3DParser
53653
53653
  {
53654
- Parser_X3DParser .call (this, scene);
53654
+ #inputs = new Map ();
53655
53655
 
53656
- this .inputs = new Map ();
53657
- }
53656
+ static #parsers = [
53657
+ Parser_SVGParser,
53658
+ Parser_XMLParser,
53659
+ Parser_GLTF2Parser,
53660
+ Parser_GLB2Parser,
53661
+ Parser_JSONParser,
53662
+ Parser_VRMLParser,
53663
+ Parser_OBJParser,
53664
+ Parser_STLAParser,
53665
+ Parser_STLBParser,
53666
+ Parser_PLYAParser,
53667
+ Parser_PLYBParser,
53668
+ ];
53669
+
53670
+ static addParsers (... args)
53671
+ {
53672
+ this .#parsers .push (... args);
53673
+ }
53674
+
53675
+ static removeParsers (... args)
53676
+ {
53677
+ this .#parsers = this .#parsers .filter (parser => !args .includes (parser));
53678
+ }
53679
+
53680
+ static getParsers ()
53681
+ {
53682
+ return this .#parsers .slice ();
53683
+ }
53684
+
53685
+ /**
53686
+ * @deprecated Use `GoldenGate.add/remove/getParsers`.
53687
+ */
53688
+ static get Parser () { return this .#parsers; }
53658
53689
 
53659
- Object .assign (Object .setPrototypeOf (GoldenGate .prototype, Parser_X3DParser .prototype),
53660
- {
53661
53690
  parseIntoScene (x3dSyntax, resolve, reject)
53662
53691
  {
53663
- for (const Parser of GoldenGate .Parser)
53692
+ for (const Parser of GoldenGate .#parsers)
53664
53693
  {
53665
53694
  try
53666
53695
  {
@@ -53695,7 +53724,8 @@ Object .assign (Object .setPrototypeOf (GoldenGate .prototype, Parser_X3DParser
53695
53724
  throw new Error ("Couldn't parse X3D. No suitable file handler found for 'data:' URL.");
53696
53725
  else
53697
53726
  throw new Error (`Couldn't parse X3D. No suitable file handler found for '${this .getScene () .worldURL}'.`);
53698
- },
53727
+ }
53728
+
53699
53729
  getInput (encoding, x3dSyntax)
53700
53730
  {
53701
53731
  if (Array .isArray (encoding))
@@ -53704,16 +53734,17 @@ Object .assign (Object .setPrototypeOf (GoldenGate .prototype, Parser_X3DParser
53704
53734
  }
53705
53735
  else
53706
53736
  {
53707
- if (this .inputs .has (encoding))
53708
- return this .inputs .get (encoding);
53737
+ if (this .#inputs .has (encoding))
53738
+ return this .#inputs .get (encoding);
53709
53739
 
53710
53740
  const input = this .createInput (encoding, x3dSyntax);
53711
53741
 
53712
- this .inputs .set (encoding, input);
53742
+ this .#inputs .set (encoding, input);
53713
53743
 
53714
53744
  return input;
53715
53745
  }
53716
- },
53746
+ }
53747
+
53717
53748
  createInput (encoding, x3dSyntax)
53718
53749
  {
53719
53750
  try
@@ -53734,22 +53765,8 @@ Object .assign (Object .setPrototypeOf (GoldenGate .prototype, Parser_X3DParser
53734
53765
  {
53735
53766
  return undefined;
53736
53767
  }
53737
- },
53738
- });
53739
-
53740
- GoldenGate .Parser = [
53741
- Parser_SVGParser,
53742
- Parser_XMLParser,
53743
- Parser_GLTF2Parser,
53744
- Parser_GLB2Parser,
53745
- Parser_JSONParser,
53746
- Parser_VRMLParser,
53747
- Parser_OBJParser,
53748
- Parser_STLAParser,
53749
- Parser_STLBParser,
53750
- Parser_PLYAParser,
53751
- Parser_PLYBParser,
53752
- ];
53768
+ }
53769
+ }
53753
53770
 
53754
53771
  const GoldenGate_default_ = GoldenGate;
53755
53772
  ;
@@ -53938,7 +53955,7 @@ const Plane3_default_ = Plane3;
53938
53955
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53939
53956
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53940
53957
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53941
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(979);
53958
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(580);
53942
53959
  /*******************************************************************************
53943
53960
  *
53944
53961
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62467,7 +62484,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
62467
62484
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
62468
62485
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
62469
62486
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
62470
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(250);
62487
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(631);
62471
62488
  /*******************************************************************************
62472
62489
  *
62473
62490
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62658,9 +62675,7 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
62658
62675
  canvas = document .createElement ("canvas"),
62659
62676
  cx = canvas .getContext ("2d", { willReadFrequently: true });
62660
62677
 
62661
- let
62662
- width = image .width,
62663
- height = image .height;
62678
+ let { width, height } = image;
62664
62679
 
62665
62680
  if (!(Math_Algorithm .isPowerOfTwo (width) && Math_Algorithm .isPowerOfTwo (height)))
62666
62681
  {
@@ -66051,7 +66066,7 @@ const X3DWorld_default_ = X3DWorld;
66051
66066
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
66052
66067
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
66053
66068
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
66054
- /* provided dependency */ var FileLoader_$ = __webpack_require__(250);
66069
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(631);
66055
66070
  /*******************************************************************************
66056
66071
  *
66057
66072
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66247,7 +66262,7 @@ Object .assign (Object .setPrototypeOf (FileLoader .prototype, Base_X3DObject .p
66247
66262
  this .loadDocumentAsync (this .url .shift ())
66248
66263
  .catch (this .loadDocumentError .bind (this));
66249
66264
  },
66250
- loadDocumentAsync: async function (url)
66265
+ async loadDocumentAsync (url)
66251
66266
  {
66252
66267
  if (url .length === 0)
66253
66268
  {
@@ -66985,7 +67000,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
66985
67000
  x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
66986
67001
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
66987
67002
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
66988
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(250);
67003
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(631);
66989
67004
  /*******************************************************************************
66990
67005
  *
66991
67006
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -90136,7 +90151,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
90136
90151
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
90137
90152
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
90138
90153
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
90139
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(250);
90154
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(631);
90140
90155
  /*******************************************************************************
90141
90156
  *
90142
90157
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95844,7 +95859,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
95844
95859
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95845
95860
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95846
95861
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95847
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(250);
95862
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(631);
95848
95863
  /*******************************************************************************
95849
95864
  *
95850
95865
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96501,7 +96516,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
96501
96516
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
96502
96517
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
96503
96518
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
96504
- /* provided dependency */ var Appearance_$ = __webpack_require__(250);
96519
+ /* provided dependency */ var Appearance_$ = __webpack_require__(631);
96505
96520
  /*******************************************************************************
96506
96521
  *
96507
96522
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -105453,8 +105468,8 @@ const GifMedia_default_ = GifMedia;
105453
105468
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
105454
105469
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
105455
105470
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
105456
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(250);
105457
- /* provided dependency */ var SuperGif = __webpack_require__(389);
105471
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(631);
105472
+ /* provided dependency */ var SuperGif = __webpack_require__(936);
105458
105473
  /*******************************************************************************
105459
105474
  *
105460
105475
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -108223,7 +108238,7 @@ const Context =
108223
108238
  // setTimeout (check);
108224
108239
  // });
108225
108240
  // },
108226
- // getBufferSubDataAsync: async function (target, buffer, srcByteOffset, dstBuffer, /* optional */ dstOffset, /* optional */ length)
108241
+ // async getBufferSubDataAsync (target, buffer, srcByteOffset, dstBuffer, /* optional */ dstOffset, /* optional */ length)
108227
108242
  // {
108228
108243
  // const sync = this .fenceSync (this .SYNC_GPU_COMMANDS_COMPLETE, 0);
108229
108244
 
@@ -108237,7 +108252,7 @@ const Context =
108237
108252
  // this .getBufferSubData (target, srcByteOffset, dstBuffer, dstOffset, length);
108238
108253
  // this .bindBuffer (target, null);
108239
108254
  // },
108240
- // readPixelsAsync: async function (x, y, w, h, format, type, dest, dstOffset)
108255
+ // async readPixelsAsync (x, y, w, h, format, type, dest, dstOffset)
108241
108256
  // {
108242
108257
  // const buffer = this .createBuffer ();
108243
108258
 
@@ -108862,7 +108877,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
108862
108877
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
108863
108878
  /* harmony default export */ const gettext = (gettext_default_);
108864
108879
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
108865
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(250);
108880
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(631);
108866
108881
  /*******************************************************************************
108867
108882
  *
108868
108883
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -109435,7 +109450,7 @@ const TextureQuality_default_ = TextureQuality;
109435
109450
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
109436
109451
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
109437
109452
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
109438
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(250);
109453
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(631);
109439
109454
  /*******************************************************************************
109440
109455
  *
109441
109456
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110029,7 +110044,7 @@ const RenderingProperties_default_ = RenderingProperties;
110029
110044
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
110030
110045
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
110031
110046
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
110032
- /* provided dependency */ var Notification_$ = __webpack_require__(250);
110047
+ /* provided dependency */ var Notification_$ = __webpack_require__(631);
110033
110048
  /*******************************************************************************
110034
110049
  *
110035
110050
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110152,8 +110167,8 @@ const Notification_default_ = Notification;
110152
110167
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
110153
110168
  /* harmony default export */ const Core_Notification = (Notification_default_);
110154
110169
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
110155
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(226);
110156
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(250);
110170
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(195);
110171
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(631);
110157
110172
  /*******************************************************************************
110158
110173
  *
110159
110174
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112907,7 +112922,7 @@ const DataStorage_default_ = DataStorage;
112907
112922
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
112908
112923
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
112909
112924
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
112910
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(250);
112925
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(631);
112911
112926
  /*******************************************************************************
112912
112927
  *
112913
112928
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115430,8 +115445,8 @@ const X3DViewer_default_ = X3DViewer;
115430
115445
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
115431
115446
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
115432
115447
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
115433
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(496);
115434
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(250);
115448
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(711);
115449
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(631);
115435
115450
  /*******************************************************************************
115436
115451
  *
115437
115452
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116303,8 +116318,8 @@ const ExamineViewer_default_ = ExamineViewer;
116303
116318
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
116304
116319
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
116305
116320
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
116306
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(496);
116307
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(250);
116321
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(711);
116322
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(631);
116308
116323
  /*******************************************************************************
116309
116324
  *
116310
116325
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117313,8 +117328,8 @@ const FlyViewer_default_ = FlyViewer;
117313
117328
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
117314
117329
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
117315
117330
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
117316
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(496);
117317
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(250);
117331
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(711);
117332
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(631);
117318
117333
  /*******************************************************************************
117319
117334
  *
117320
117335
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117645,8 +117660,8 @@ const NoneViewer_default_ = NoneViewer;
117645
117660
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
117646
117661
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
117647
117662
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
117648
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(496);
117649
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(250);
117663
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(711);
117664
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(631);
117650
117665
  /*******************************************************************************
117651
117666
  *
117652
117667
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118784,8 +118799,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
118784
118799
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
118785
118800
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
118786
118801
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
118787
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(496);
118788
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(250);
118802
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(711);
118803
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(631);
118789
118804
  /*******************************************************************************
118790
118805
  *
118791
118806
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120089,7 +120104,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
120089
120104
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
120090
120105
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
120091
120106
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
120092
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(250);
120107
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(631);
120093
120108
  /*******************************************************************************
120094
120109
  *
120095
120110
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121037,7 +121052,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
121037
121052
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
121038
121053
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
121039
121054
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
121040
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(250);
121055
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(631);
121041
121056
  const KTXDecoder_default_ = class KTXDecoder
121042
121057
  {
121043
121058
  constructor (gl, externalKtxlib, scriptDir)
@@ -122591,7 +122606,7 @@ const Components_default_ = Components;
122591
122606
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
122592
122607
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
122593
122608
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
122594
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(250);
122609
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(631);
122595
122610
  /*******************************************************************************
122596
122611
  * MIT License
122597
122612
  *
@@ -123725,7 +123740,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
123725
123740
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
123726
123741
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
123727
123742
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
123728
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(250);
123743
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(631);
123729
123744
  /*******************************************************************************
123730
123745
  *
123731
123746
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124025,7 +124040,10 @@ Object .assign (Object .setPrototypeOf (X3DBrowser .prototype, Browser_X3DBrowse
124025
124040
 
124026
124041
  for (const arg of args)
124027
124042
  {
124028
- if (arg instanceof Configuration_ProfileInfo)
124043
+ if (arg instanceof Execution_X3DScene)
124044
+ component .push (... (arg .profile ?.components ?? [ ]), ... arg .components);
124045
+
124046
+ else if (arg instanceof Configuration_ProfileInfo)
124029
124047
  component .push (... arg .components);
124030
124048
 
124031
124049
  else if (arg instanceof Configuration_ComponentInfoArray)
@@ -124816,7 +124834,7 @@ const X3DBrowser_default_ = X3DBrowser;
124816
124834
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
124817
124835
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
124818
124836
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
124819
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(250);
124837
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(631);
124820
124838
  /*******************************************************************************
124821
124839
  *
124822
124840
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124953,8 +124971,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
124953
124971
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
124954
124972
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
124955
124973
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
124956
- /* provided dependency */ var jquery_$ = __webpack_require__(250);
124957
- /* provided dependency */ var pako = __webpack_require__(82);
124974
+ /* provided dependency */ var jquery_$ = __webpack_require__(631);
124975
+ /* provided dependency */ var pako = __webpack_require__(511);
124958
124976
  Object .assign (jquery_$,
124959
124977
  {
124960
124978
  decodeText (input)
@@ -125031,14 +125049,14 @@ const jquery_default_ = jquery_$;
125031
125049
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
125032
125050
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
125033
125051
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
125034
- /* provided dependency */ var libtess_libtess = __webpack_require__(979);
125052
+ /* provided dependency */ var libtess_libtess = __webpack_require__(580);
125035
125053
  const libtess_default_ = libtess_libtess;
125036
125054
  ;
125037
125055
 
125038
125056
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
125039
125057
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
125040
125058
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
125041
- /* provided dependency */ var X3D_$ = __webpack_require__(250);
125059
+ /* provided dependency */ var X3D_$ = __webpack_require__(631);
125042
125060
  /*******************************************************************************
125043
125061
  *
125044
125062
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -125346,7 +125364,7 @@ Object .assign (X3D,
125346
125364
 
125347
125365
  // Assign X3D to global namespace.
125348
125366
 
125349
- window [Symbol .for ("X_ITE.X3D-9.6.1")] = x_ite_X3D;
125367
+ window [Symbol .for ("X_ITE.X3D-9.6.2")] = x_ite_X3D;
125350
125368
 
125351
125369
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
125352
125370