x_ite 10.0.3 → 10.0.4

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 +4 -4
  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 +22 -20
  39. package/dist/assets/components/VolumeRendering.min.js +1 -1
  40. package/dist/assets/components/X_ITE.js +19 -19
  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 +56 -56
  44. package/dist/x_ite.min.js +1 -1
  45. package/dist/x_ite.min.mjs +1 -1
  46. package/dist/x_ite.mjs +56 -56
  47. package/dist/x_ite.zip +0 -0
  48. package/package.json +1 -1
package/dist/x_ite.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v10.0.3 */(function webpackUniversalModuleDefinition(root, factory) {
1
+ /* X_ITE v10.0.4 */(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
- /***/ 68:
14
+ /***/ 912:
15
15
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
16
16
 
17
- /* provided dependency */ var jQuery = __webpack_require__(376);
17
+ /* provided dependency */ var jQuery = __webpack_require__(404);
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
- /***/ 302:
213
+ /***/ 290:
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__(376)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
227
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(404)], __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
- /***/ 376:
438
+ /***/ 404:
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
- /***/ 229:
11162
+ /***/ 185:
11163
11163
  /***/ ((module) => {
11164
11164
 
11165
11165
  /**
@@ -15938,7 +15938,7 @@ if (true) {
15938
15938
 
15939
15939
  /***/ }),
15940
15940
 
15941
- /***/ 860:
15941
+ /***/ 976:
15942
15942
  /***/ (function(__unused_webpack_module, exports) {
15943
15943
 
15944
15944
 
@@ -19183,7 +19183,7 @@ if (true) {
19183
19183
 
19184
19184
  /***/ }),
19185
19185
 
19186
- /***/ 123:
19186
+ /***/ 463:
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-10.0.3")];
20314
+ const X3D = window [Symbol .for ("X_ITE.X3D-10.0.4")];
20315
20315
 
20316
20316
  if (X3D)
20317
20317
  X3D [name] = module;
@@ -34277,7 +34277,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34277
34277
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34278
34278
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34279
34279
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34280
- /* provided dependency */ var $ = __webpack_require__(376);
34280
+ /* provided dependency */ var $ = __webpack_require__(404);
34281
34281
  /*******************************************************************************
34282
34282
  *
34283
34283
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34414,7 +34414,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34414
34414
  *
34415
34415
  ******************************************************************************/
34416
34416
 
34417
- const BROWSER_VERSION_default_ = "10.0.3";
34417
+ const BROWSER_VERSION_default_ = "10.0.4";
34418
34418
  ;
34419
34419
 
34420
34420
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -37600,7 +37600,7 @@ const X3DBindableNode_default_ = X3DBindableNode;
37600
37600
  x_ite_Namespace .add ("X3DBindableNode", "x_ite/Components/Core/X3DBindableNode", X3DBindableNode_default_);
37601
37601
  /* harmony default export */ const Core_X3DBindableNode = (X3DBindableNode_default_);
37602
37602
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
37603
- /* provided dependency */ var libtess = __webpack_require__(229);
37603
+ /* provided dependency */ var libtess = __webpack_require__(185);
37604
37604
  /*******************************************************************************
37605
37605
  *
37606
37606
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -40170,7 +40170,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
40170
40170
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
40171
40171
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
40172
40172
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
40173
- /* provided dependency */ var X3DParser_$ = __webpack_require__(376);
40173
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(404);
40174
40174
  /*******************************************************************************
40175
40175
  *
40176
40176
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -40428,7 +40428,7 @@ const Expressions_default_ = Expressions;
40428
40428
  x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
40429
40429
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
40430
40430
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
40431
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(376);
40431
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(404);
40432
40432
  /*******************************************************************************
40433
40433
  *
40434
40434
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43128,7 +43128,7 @@ const VRMLParser_default_ = VRMLParser;
43128
43128
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
43129
43129
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
43130
43130
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
43131
- /* provided dependency */ var XMLParser_$ = __webpack_require__(376);
43131
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(404);
43132
43132
  /*******************************************************************************
43133
43133
  *
43134
43134
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -45304,7 +45304,7 @@ const URLs_default_ = URLs;
45304
45304
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
45305
45305
  /* harmony default export */ const Networking_URLs = (URLs_default_);
45306
45306
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
45307
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(376);
45307
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(404);
45308
45308
  /*******************************************************************************
45309
45309
  *
45310
45310
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -48947,7 +48947,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
48947
48947
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
48948
48948
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
48949
48949
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
48950
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(376);
48950
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(404);
48951
48951
  /*******************************************************************************
48952
48952
  *
48953
48953
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -49099,7 +49099,7 @@ const GLB2Parser_default_ = GLB2Parser;
49099
49099
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
49100
49100
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
49101
49101
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
49102
- /* provided dependency */ var OBJParser_$ = __webpack_require__(376);
49102
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(404);
49103
49103
  /*******************************************************************************
49104
49104
  *
49105
49105
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -52474,8 +52474,8 @@ const MatrixStack_default_ = MatrixStack;
52474
52474
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
52475
52475
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
52476
52476
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
52477
- /* provided dependency */ var SVGParser_$ = __webpack_require__(376);
52478
- /* provided dependency */ var SVGParser_libtess = __webpack_require__(229);
52477
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(404);
52478
+ /* provided dependency */ var SVGParser_libtess = __webpack_require__(185);
52479
52479
  /*******************************************************************************
52480
52480
  *
52481
52481
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55246,7 +55246,7 @@ const SVGParser_default_ = SVGParser;
55246
55246
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
55247
55247
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
55248
55248
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
55249
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(376);
55249
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(404);
55250
55250
  /*******************************************************************************
55251
55251
  *
55252
55252
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -63214,7 +63214,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
63214
63214
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
63215
63215
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
63216
63216
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
63217
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(376);
63217
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(404);
63218
63218
  /*******************************************************************************
63219
63219
  *
63220
63220
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66798,7 +66798,7 @@ const X3DWorld_default_ = X3DWorld;
66798
66798
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
66799
66799
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
66800
66800
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
66801
- /* provided dependency */ var FileLoader_$ = __webpack_require__(376);
66801
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(404);
66802
66802
  /*******************************************************************************
66803
66803
  *
66804
66804
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -67732,7 +67732,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
67732
67732
  x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
67733
67733
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
67734
67734
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
67735
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(376);
67735
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(404);
67736
67736
  /*******************************************************************************
67737
67737
  *
67738
67738
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -91282,7 +91282,7 @@ mediump samplerCube textureCube;
91282
91282
  x_ite_Namespace .add ("MaterialTextures", "assets/shaders/MaterialTextures", MaterialTextures_default_);
91283
91283
  /* harmony default export */ const MaterialTextures = (MaterialTextures_default_);
91284
91284
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
91285
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(376);
91285
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(404);
91286
91286
  /*******************************************************************************
91287
91287
  *
91288
91288
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96735,7 +96735,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
96735
96735
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
96736
96736
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
96737
96737
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
96738
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(376);
96738
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(404);
96739
96739
  /*******************************************************************************
96740
96740
  *
96741
96741
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -97406,7 +97406,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
97406
97406
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
97407
97407
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
97408
97408
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
97409
- /* provided dependency */ var Appearance_$ = __webpack_require__(376);
97409
+ /* provided dependency */ var Appearance_$ = __webpack_require__(404);
97410
97410
  /*******************************************************************************
97411
97411
  *
97412
97412
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106330,8 +106330,8 @@ const GifMedia_default_ = GifMedia;
106330
106330
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
106331
106331
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
106332
106332
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
106333
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(376);
106334
- /* provided dependency */ var SuperGif = __webpack_require__(123);
106333
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(404);
106334
+ /* provided dependency */ var SuperGif = __webpack_require__(463);
106335
106335
  /*******************************************************************************
106336
106336
  *
106337
106337
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -109663,7 +109663,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
109663
109663
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
109664
109664
  /* harmony default export */ const gettext = (gettext_default_);
109665
109665
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
109666
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(376);
109666
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(404);
109667
109667
  /*******************************************************************************
109668
109668
  *
109669
109669
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110236,7 +110236,7 @@ const TextureQuality_default_ = TextureQuality;
110236
110236
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
110237
110237
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
110238
110238
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
110239
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(376);
110239
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(404);
110240
110240
  /*******************************************************************************
110241
110241
  *
110242
110242
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110857,7 +110857,7 @@ const RenderingProperties_default_ = RenderingProperties;
110857
110857
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
110858
110858
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
110859
110859
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
110860
- /* provided dependency */ var Notification_$ = __webpack_require__(376);
110860
+ /* provided dependency */ var Notification_$ = __webpack_require__(404);
110861
110861
  /*******************************************************************************
110862
110862
  *
110863
110863
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110980,8 +110980,8 @@ const Notification_default_ = Notification;
110980
110980
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
110981
110981
  /* harmony default export */ const Core_Notification = (Notification_default_);
110982
110982
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
110983
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(68);
110984
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(376);
110983
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(912);
110984
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(404);
110985
110985
  /*******************************************************************************
110986
110986
  *
110987
110987
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113734,7 +113734,7 @@ const DataStorage_default_ = DataStorage;
113734
113734
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
113735
113735
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
113736
113736
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
113737
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(376);
113737
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(404);
113738
113738
  /*******************************************************************************
113739
113739
  *
113740
113740
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116314,8 +116314,8 @@ const X3DViewer_default_ = X3DViewer;
116314
116314
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
116315
116315
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
116316
116316
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
116317
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(302);
116318
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(376);
116317
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(290);
116318
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(404);
116319
116319
  /*******************************************************************************
116320
116320
  *
116321
116321
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117231,8 +117231,8 @@ const ExamineViewer_default_ = ExamineViewer;
117231
117231
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
117232
117232
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
117233
117233
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
117234
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(302);
117235
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(376);
117234
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(290);
117235
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(404);
117236
117236
  /*******************************************************************************
117237
117237
  *
117238
117238
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118247,8 +118247,8 @@ const FlyViewer_default_ = FlyViewer;
118247
118247
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
118248
118248
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
118249
118249
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
118250
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(302);
118251
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(376);
118250
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(290);
118251
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(404);
118252
118252
  /*******************************************************************************
118253
118253
  *
118254
118254
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118579,8 +118579,8 @@ const NoneViewer_default_ = NoneViewer;
118579
118579
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
118580
118580
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
118581
118581
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
118582
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(302);
118583
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(376);
118582
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(290);
118583
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(404);
118584
118584
  /*******************************************************************************
118585
118585
  *
118586
118586
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119719,8 +119719,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
119719
119719
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
119720
119720
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
119721
119721
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
119722
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(302);
119723
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(376);
119722
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(290);
119723
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(404);
119724
119724
  /*******************************************************************************
119725
119725
  *
119726
119726
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121021,7 +121021,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
121021
121021
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
121022
121022
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
121023
121023
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
121024
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(376);
121024
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(404);
121025
121025
  /*******************************************************************************
121026
121026
  *
121027
121027
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122025,7 +122025,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
122025
122025
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
122026
122026
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
122027
122027
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
122028
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(376);
122028
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(404);
122029
122029
  const KTXDecoder_default_ = class KTXDecoder
122030
122030
  {
122031
122031
  constructor (gl, externalKtxlib, scriptDir)
@@ -123639,7 +123639,7 @@ const Components_default_ = Components;
123639
123639
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
123640
123640
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
123641
123641
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
123642
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(376);
123642
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(404);
123643
123643
  /*******************************************************************************
123644
123644
  * MIT License
123645
123645
  *
@@ -124907,7 +124907,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
124907
124907
  x_ite_Namespace .add ("FieldTypes", "x_ite/Configuration/FieldTypes", FieldTypes_default_);
124908
124908
  /* harmony default export */ const FieldTypes = (FieldTypes_default_);
124909
124909
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
124910
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(376);
124910
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(404);
124911
124911
  /*******************************************************************************
124912
124912
  *
124913
124913
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -126009,7 +126009,7 @@ const X3DBrowser_default_ = X3DBrowser;
126009
126009
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
126010
126010
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
126011
126011
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
126012
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(376);
126012
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(404);
126013
126013
  /*******************************************************************************
126014
126014
  *
126015
126015
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -126159,8 +126159,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
126159
126159
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
126160
126160
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
126161
126161
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
126162
- /* provided dependency */ var jquery_$ = __webpack_require__(376);
126163
- /* provided dependency */ var pako = __webpack_require__(860);
126162
+ /* provided dependency */ var jquery_$ = __webpack_require__(404);
126163
+ /* provided dependency */ var pako = __webpack_require__(976);
126164
126164
  Object .assign (jquery_$,
126165
126165
  {
126166
126166
  decodeText (input)
@@ -126237,14 +126237,14 @@ const jquery_default_ = jquery_$;
126237
126237
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
126238
126238
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
126239
126239
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
126240
- /* provided dependency */ var libtess_libtess = __webpack_require__(229);
126240
+ /* provided dependency */ var libtess_libtess = __webpack_require__(185);
126241
126241
  const libtess_default_ = libtess_libtess;
126242
126242
  ;
126243
126243
 
126244
126244
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
126245
126245
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
126246
126246
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
126247
- /* provided dependency */ var X3D_$ = __webpack_require__(376);
126247
+ /* provided dependency */ var X3D_$ = __webpack_require__(404);
126248
126248
  /*******************************************************************************
126249
126249
  *
126250
126250
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -126552,7 +126552,7 @@ Object .assign (X3D,
126552
126552
 
126553
126553
  // Assign X3D to global namespace.
126554
126554
 
126555
- window [Symbol .for ("X_ITE.X3D-10.0.3")] = x_ite_X3D;
126555
+ window [Symbol .for ("X_ITE.X3D-10.0.4")] = x_ite_X3D;
126556
126556
 
126557
126557
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
126558
126558