x_ite 8.7.0 → 8.7.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 (57) hide show
  1. package/Makefile +4 -1
  2. package/build/bin/bump.pl +16 -0
  3. package/build/bin/version.pl +20 -17
  4. package/dist/assets/components/Annotation.js +13 -13
  5. package/dist/assets/components/Annotation.min.js +1 -1
  6. package/dist/assets/components/CADGeometry.js +13 -13
  7. package/dist/assets/components/CADGeometry.min.js +1 -1
  8. package/dist/assets/components/CubeMapTexturing.js +25 -25
  9. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  10. package/dist/assets/components/DIS.js +13 -13
  11. package/dist/assets/components/DIS.min.js +1 -1
  12. package/dist/assets/components/EventUtilities.js +9 -9
  13. package/dist/assets/components/EventUtilities.min.js +1 -1
  14. package/dist/assets/components/Geometry2D.js +19 -19
  15. package/dist/assets/components/Geometry2D.min.js +1 -1
  16. package/dist/assets/components/Geospatial.js +33 -33
  17. package/dist/assets/components/Geospatial.min.js +1 -1
  18. package/dist/assets/components/HAnim.js +18 -18
  19. package/dist/assets/components/HAnim.min.js +1 -1
  20. package/dist/assets/components/KeyDeviceSensor.js +8 -8
  21. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  22. package/dist/assets/components/Layout.js +27 -27
  23. package/dist/assets/components/Layout.min.js +1 -1
  24. package/dist/assets/components/NURBS.js +24 -24
  25. package/dist/assets/components/NURBS.min.js +1 -1
  26. package/dist/assets/components/ParticleSystems.js +22 -22
  27. package/dist/assets/components/ParticleSystems.min.js +1 -1
  28. package/dist/assets/components/Picking.js +18 -18
  29. package/dist/assets/components/Picking.min.js +1 -1
  30. package/dist/assets/components/RigidBodyPhysics.js +18 -18
  31. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  32. package/dist/assets/components/Scripting.js +28 -28
  33. package/dist/assets/components/Scripting.min.js +1 -1
  34. package/dist/assets/components/Text.js +24 -24
  35. package/dist/assets/components/Text.min.js +1 -1
  36. package/dist/assets/components/TextureProjector.js +14 -14
  37. package/dist/assets/components/TextureProjector.min.js +1 -1
  38. package/dist/assets/components/Texturing3D.js +1694 -1125
  39. package/dist/assets/components/Texturing3D.min.js +1 -1
  40. package/dist/assets/components/VolumeRendering.js +19 -19
  41. package/dist/assets/components/VolumeRendering.min.js +1 -1
  42. package/dist/assets/components/X_ITE.js +9 -9
  43. package/dist/assets/components/X_ITE.min.js +1 -1
  44. package/dist/x_ite.css +1 -1
  45. package/dist/x_ite.js +87 -83
  46. package/dist/x_ite.min.js +1 -1
  47. package/dist/x_ite.zip +0 -0
  48. package/docs/_config.yml +1 -1
  49. package/package.json +2 -2
  50. package/src/assets/shaders/webgl1/include/Fragment.glsl.js +4 -2
  51. package/src/assets/shaders/webgl2/include/Fragment.glsl.js +4 -2
  52. package/src/x_ite/Browser/Legacy.js +1 -1
  53. package/src/x_ite/Browser/VERSION.js +1 -1
  54. package/src/x_ite/Components/Shape/Material.js +10 -10
  55. package/src/x_ite/Components/Shape/PhysicalMaterial.js +6 -6
  56. package/src/x_ite/Components/Shape/X3DMaterialNode.js +1 -1
  57. package/src/x_ite/Components/Shape/X3DOneSidedMaterialNode.js +4 -4
package/dist/x_ite.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v8.7.0 */(function webpackUniversalModuleDefinition(root, factory) {
1
+ /* X_ITE v8.7.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,11 +11,11 @@
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 445:
14
+ /***/ 21:
15
15
  /***/ (function(module, exports, __webpack_require__) {
16
16
 
17
17
  "use strict";
18
- /* provided dependency */ var jQuery = __webpack_require__(909);
18
+ /* provided dependency */ var jQuery = __webpack_require__(885);
19
19
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
20
20
 
21
21
  /**
@@ -387,10 +387,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
387
387
 
388
388
  /***/ }),
389
389
 
390
- /***/ 475:
390
+ /***/ 466:
391
391
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
392
392
 
393
- /* provided dependency */ var jQuery = __webpack_require__(909);
393
+ /* provided dependency */ var jQuery = __webpack_require__(885);
394
394
  /**
395
395
  * @preserve jquery.fullscreen 1.1.5
396
396
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -586,7 +586,7 @@ installFullScreenHandlers();
586
586
 
587
587
  /***/ }),
588
588
 
589
- /***/ 345:
589
+ /***/ 920:
590
590
  /***/ ((module, exports, __webpack_require__) => {
591
591
 
592
592
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -600,7 +600,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
600
600
  (function (factory) {
601
601
  if ( true ) {
602
602
  // AMD. Register as an anonymous module.
603
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(909)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
603
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(885)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
604
604
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
605
605
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
606
606
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -811,7 +811,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
811
811
 
812
812
  /***/ }),
813
813
 
814
- /***/ 909:
814
+ /***/ 885:
815
815
  /***/ (function(module, exports) {
816
816
 
817
817
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11784,7 +11784,7 @@ return jQuery;
11784
11784
 
11785
11785
  /***/ }),
11786
11786
 
11787
- /***/ 798:
11787
+ /***/ 120:
11788
11788
  /***/ ((module) => {
11789
11789
 
11790
11790
  /**
@@ -16563,7 +16563,7 @@ if (true) {
16563
16563
 
16564
16564
  /***/ }),
16565
16565
 
16566
- /***/ 548:
16566
+ /***/ 233:
16567
16567
  /***/ (function(__unused_webpack_module, exports) {
16568
16568
 
16569
16569
 
@@ -19808,7 +19808,7 @@ if (true) {
19808
19808
 
19809
19809
  /***/ }),
19810
19810
 
19811
- /***/ 688:
19811
+ /***/ 453:
19812
19812
  /***/ (function(module, exports) {
19813
19813
 
19814
19814
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -35003,7 +35003,7 @@ x_ite_Namespace.set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
35003
35003
  *
35004
35004
  ******************************************************************************/
35005
35005
 
35006
- const VERSION_default_ = "8.7.0";
35006
+ const VERSION_default_ = "8.7.2";
35007
35007
  ;
35008
35008
 
35009
35009
  x_ite_Namespace.set ("x_ite/Browser/VERSION", VERSION_default_);
@@ -35922,7 +35922,7 @@ const gettext_default_ = gettext;
35922
35922
  x_ite_Namespace.set ("locale/gettext", gettext_default_);
35923
35923
  /* harmony default export */ const locale_gettext = (gettext_default_);
35924
35924
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
35925
- /* provided dependency */ var $ = __webpack_require__(909);
35925
+ /* provided dependency */ var $ = __webpack_require__(885);
35926
35926
  /*******************************************************************************
35927
35927
  *
35928
35928
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -36420,7 +36420,7 @@ const TextureQuality_default_ = TextureQuality;
36420
36420
  x_ite_Namespace.set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
36421
36421
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
36422
36422
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
36423
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(909);
36423
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(885);
36424
36424
  /*******************************************************************************
36425
36425
  *
36426
36426
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -36964,7 +36964,7 @@ const RenderingProperties_default_ = RenderingProperties;
36964
36964
  x_ite_Namespace.set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
36965
36965
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
36966
36966
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
36967
- /* provided dependency */ var Notification_$ = __webpack_require__(909);
36967
+ /* provided dependency */ var Notification_$ = __webpack_require__(885);
36968
36968
  /*******************************************************************************
36969
36969
  *
36970
36970
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -37086,8 +37086,8 @@ const Notification_default_ = Notification;
37086
37086
  x_ite_Namespace.set ("x_ite/Browser/Core/Notification", Notification_default_);
37087
37087
  /* harmony default export */ const Core_Notification = (Notification_default_);
37088
37088
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
37089
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(475);
37090
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(909);
37089
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(466);
37090
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(885);
37091
37091
  /*******************************************************************************
37092
37092
  *
37093
37093
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -42142,7 +42142,7 @@ const X3DUrlObject_default_ = X3DUrlObject;
42142
42142
  x_ite_Namespace.set ("x_ite/Components/Networking/X3DUrlObject", X3DUrlObject_default_);
42143
42143
  /* harmony default export */ const Networking_X3DUrlObject = (X3DUrlObject_default_);
42144
42144
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
42145
- /* provided dependency */ var X3DParser_$ = __webpack_require__(909);
42145
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(885);
42146
42146
  /*******************************************************************************
42147
42147
  *
42148
42148
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -45324,7 +45324,7 @@ const VRMLParser_default_ = VRMLParser;
45324
45324
  x_ite_Namespace.set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
45325
45325
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
45326
45326
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
45327
- /* provided dependency */ var XMLParser_$ = __webpack_require__(909);
45327
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(885);
45328
45328
  /*******************************************************************************
45329
45329
  *
45330
45330
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47361,7 +47361,7 @@ const URLs_default_ = URLs;
47361
47361
  x_ite_Namespace.set ("x_ite/Browser/Networking/URLs", URLs_default_);
47362
47362
  /* harmony default export */ const Networking_URLs = (URLs_default_);
47363
47363
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
47364
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(909);
47364
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(885);
47365
47365
  /*******************************************************************************
47366
47366
  *
47367
47367
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -49827,7 +49827,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
49827
49827
  x_ite_Namespace.set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
49828
49828
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
49829
49829
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
49830
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(909);
49830
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(885);
49831
49831
  /*******************************************************************************
49832
49832
  *
49833
49833
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -49980,7 +49980,7 @@ const GLB2Parser_default_ = GLB2Parser;
49980
49980
  x_ite_Namespace.set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
49981
49981
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
49982
49982
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
49983
- /* provided dependency */ var OBJParser_$ = __webpack_require__(909);
49983
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(885);
49984
49984
  /*******************************************************************************
49985
49985
  *
49986
49986
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -52470,8 +52470,8 @@ const MatrixStack_default_ = MatrixStack;
52470
52470
  x_ite_Namespace.set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
52471
52471
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
52472
52472
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
52473
- /* provided dependency */ var SVGParser_$ = __webpack_require__(909);
52474
- /* provided dependency */ var libtess = __webpack_require__(798);
52473
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(885);
52474
+ /* provided dependency */ var libtess = __webpack_require__(120);
52475
52475
  /*******************************************************************************
52476
52476
  *
52477
52477
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55240,7 +55240,7 @@ const SVGParser_default_ = SVGParser;
55240
55240
  x_ite_Namespace.set ("x_ite/Parser/SVGParser", SVGParser_default_);
55241
55241
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
55242
55242
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
55243
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(909);
55243
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(885);
55244
55244
  /*******************************************************************************
55245
55245
  *
55246
55246
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55569,7 +55569,7 @@ const Plane3_default_ = Plane3;
55569
55569
  x_ite_Namespace.set ("standard/Math/Geometry/Plane3", Plane3_default_);
55570
55570
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
55571
55571
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
55572
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(798);
55572
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(120);
55573
55573
  /*******************************************************************************
55574
55574
  *
55575
55575
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62853,7 +62853,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
62853
62853
  x_ite_Namespace.set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
62854
62854
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
62855
62855
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
62856
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(909);
62856
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(885);
62857
62857
  /*******************************************************************************
62858
62858
  *
62859
62859
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -67193,7 +67193,7 @@ const X3DWorld_default_ = X3DWorld;
67193
67193
  x_ite_Namespace.set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
67194
67194
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
67195
67195
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
67196
- /* provided dependency */ var FileLoader_$ = __webpack_require__(909);
67196
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(885);
67197
67197
  /*******************************************************************************
67198
67198
  *
67199
67199
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -69370,7 +69370,7 @@ const X3DExecutionContext_default_ = X3DExecutionContext;
69370
69370
  x_ite_Namespace.set ("x_ite/Execution/X3DExecutionContext", X3DExecutionContext_default_);
69371
69371
  /* harmony default export */ const Execution_X3DExecutionContext = (X3DExecutionContext_default_);
69372
69372
  ;// CONCATENATED MODULE: ./src/x_ite/Configuration/ComponentInfo.js
69373
- /* provided dependency */ var ComponentInfo_$ = __webpack_require__(909);
69373
+ /* provided dependency */ var ComponentInfo_$ = __webpack_require__(885);
69374
69374
  /*******************************************************************************
69375
69375
  *
69376
69376
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -71387,7 +71387,7 @@ const DataStorage_default_ = DataStorage;
71387
71387
  x_ite_Namespace.set ("standard/Utility/DataStorage", DataStorage_default_);
71388
71388
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
71389
71389
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
71390
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(909);
71390
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(885);
71391
71391
  /*******************************************************************************
71392
71392
  *
71393
71393
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -77496,8 +77496,8 @@ const OrientationChaser_default_ = OrientationChaser;
77496
77496
  x_ite_Namespace.set ("x_ite/Components/Followers/OrientationChaser", OrientationChaser_default_);
77497
77497
  /* harmony default export */ const Followers_OrientationChaser = (OrientationChaser_default_);
77498
77498
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
77499
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(345);
77500
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(909);
77499
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(920);
77500
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(885);
77501
77501
  /*******************************************************************************
77502
77502
  *
77503
77503
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -78361,8 +78361,8 @@ const ExamineViewer_default_ = ExamineViewer;
78361
78361
  x_ite_Namespace.set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
78362
78362
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
78363
78363
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
78364
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(345);
78365
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(909);
78364
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(920);
78365
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(885);
78366
78366
  /*******************************************************************************
78367
78367
  *
78368
78368
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -79310,8 +79310,8 @@ const FlyViewer_default_ = FlyViewer;
79310
79310
  x_ite_Namespace.set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
79311
79311
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
79312
79312
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
79313
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(345);
79314
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(909);
79313
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(920);
79314
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(885);
79315
79315
  /*******************************************************************************
79316
79316
  *
79317
79317
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -79620,8 +79620,8 @@ const NoneViewer_default_ = NoneViewer;
79620
79620
  x_ite_Namespace.set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
79621
79621
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
79622
79622
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
79623
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(345);
79624
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(909);
79623
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(920);
79624
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(885);
79625
79625
  /*******************************************************************************
79626
79626
  *
79627
79627
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -81253,8 +81253,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
81253
81253
  x_ite_Namespace.set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
81254
81254
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
81255
81255
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
81256
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(345);
81257
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(909);
81256
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(920);
81257
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(885);
81258
81258
  /*******************************************************************************
81259
81259
  *
81260
81260
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -82292,8 +82292,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
82292
82292
  x_ite_Namespace.set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
82293
82293
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
82294
82294
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
82295
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(909);
82296
- /* provided dependency */ var ResizeSensor = __webpack_require__(445);
82295
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(885);
82296
+ /* provided dependency */ var ResizeSensor = __webpack_require__(21);
82297
82297
  /*******************************************************************************
82298
82298
  *
82299
82299
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -82735,7 +82735,9 @@ const Fragment_glsl_default_ = /* glsl */ `
82735
82735
  #extension GL_EXT_frag_depth : enable
82736
82736
  #endif
82737
82737
 
82738
- uniform float x3d_AlphaCutoff;
82738
+ #if defined (X3D_ALPHA_MODE_MASK)
82739
+ uniform float x3d_AlphaCutoff;
82740
+ #endif
82739
82741
 
82740
82742
  #if defined (X3D_FOG) && defined (X3D_FOG_COORDS)
82741
82743
  varying float fogDepth;
@@ -82808,11 +82810,11 @@ varying vec3 vertex;
82808
82810
  varying float depth;
82809
82811
  #endif
82810
82812
 
82813
+ #pragma X3D include "Texture.glsl"
82811
82814
  #pragma X3D include "ClipPlanes.glsl"
82812
82815
  #pragma X3D include "Point.glsl"
82813
82816
  #pragma X3D include "Hatch.glsl"
82814
82817
  #pragma X3D include "Fog.glsl"
82815
- #pragma X3D include "Texture.glsl"
82816
82818
 
82817
82819
  vec4
82818
82820
  getMaterialColor ();
@@ -84266,7 +84268,9 @@ x_ite_Namespace.set ("assets/shaders/webgl2/include/Fog.glsl", include_Fog_glsl_
84266
84268
  /* harmony default export */ const include_Fog_glsl = (include_Fog_glsl_default_);
84267
84269
  ;// CONCATENATED MODULE: ./src/assets/shaders/webgl2/include/Fragment.glsl.js
84268
84270
  const include_Fragment_glsl_default_ = /* glsl */ `
84269
- uniform float x3d_AlphaCutoff;
84271
+ #if defined (X3D_ALPHA_MODE_MASK)
84272
+ uniform float x3d_AlphaCutoff;
84273
+ #endif
84270
84274
 
84271
84275
  #if defined (X3D_FOG) && defined (X3D_FOG_COORDS)
84272
84276
  in float fogDepth;
@@ -84341,12 +84345,12 @@ in vec3 vertex;
84341
84345
 
84342
84346
  out vec4 x3d_FragColor;
84343
84347
 
84348
+ #pragma X3D include "Texture.glsl"
84344
84349
  #pragma X3D include "ClipPlanes.glsl"
84345
84350
  #pragma X3D include "Point.glsl"
84346
84351
  #pragma X3D include "Stipple.glsl"
84347
84352
  #pragma X3D include "Hatch.glsl"
84348
84353
  #pragma X3D include "Fog.glsl"
84349
- #pragma X3D include "Texture.glsl"
84350
84354
 
84351
84355
  vec4
84352
84356
  getMaterialColor ();
@@ -88182,7 +88186,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
88182
88186
  x_ite_Namespace.set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
88183
88187
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
88184
88188
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
88185
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(909);
88189
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(885);
88186
88190
  /*******************************************************************************
88187
88191
  *
88188
88192
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -90959,7 +90963,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
90959
90963
  x_ite_Namespace.set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
90960
90964
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
90961
90965
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
90962
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(909);
90966
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(885);
90963
90967
  /*******************************************************************************
90964
90968
  *
90965
90969
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -92409,7 +92413,7 @@ X3DMaterialNode .prototype = Object .assign (Object .create (Shape_X3DAppearance
92409
92413
  key += textureNode ? 1 : 0;
92410
92414
  }
92411
92415
 
92412
- return this .shaderNodes .get (key) || this .createShader (key, geometryContext, renderContext);
92416
+ return this .shaderNodes .get (key) ?? this .createShader (key, geometryContext, renderContext);
92413
92417
  },
92414
92418
  getShaderOptions: function (geometryContext, renderContext)
92415
92419
  {
@@ -92753,8 +92757,8 @@ X3DOneSidedMaterialNode .prototype = Object .assign (Object .create (Shape_X3DMa
92753
92757
 
92754
92758
  this .emissiveTextureNode .setShaderUniforms (gl, shaderObject, renderObject, emissiveTexture);
92755
92759
 
92756
- gl .uniform1i (emissiveTexture .textureTransformMapping, textureTransformMapping .get (emissiveTextureMapping) || 0);
92757
- gl .uniform1i (emissiveTexture .textureCoordinateMapping, textureCoordinateMapping .get (emissiveTextureMapping) || 0);
92760
+ gl .uniform1i (emissiveTexture .textureTransformMapping, textureTransformMapping .get (emissiveTextureMapping) ?? 0);
92761
+ gl .uniform1i (emissiveTexture .textureCoordinateMapping, textureCoordinateMapping .get (emissiveTextureMapping) ?? 0);
92758
92762
  }
92759
92763
 
92760
92764
  // Normal parameters
@@ -92769,8 +92773,8 @@ X3DOneSidedMaterialNode .prototype = Object .assign (Object .create (Shape_X3DMa
92769
92773
 
92770
92774
  this .normalTextureNode .setShaderUniforms (gl, shaderObject, renderObject, normalTexture);
92771
92775
 
92772
- gl .uniform1i (normalTexture .textureTransformMapping, textureTransformMapping .get (normalTextureMapping) || 0);
92773
- gl .uniform1i (normalTexture .textureCoordinateMapping, textureCoordinateMapping .get (normalTextureMapping) || 0);
92776
+ gl .uniform1i (normalTexture .textureTransformMapping, textureTransformMapping .get (normalTextureMapping) ?? 0);
92777
+ gl .uniform1i (normalTexture .textureCoordinateMapping, textureCoordinateMapping .get (normalTextureMapping) ?? 0);
92774
92778
  }
92775
92779
  }
92776
92780
  },
@@ -112178,8 +112182,8 @@ Material .prototype = Object .assign (Object .create (Shape_X3DOneSidedMaterialN
112178
112182
 
112179
112183
  this .ambientTextureNode .setShaderUniforms (gl, shaderObject, renderObject, ambientTexture);
112180
112184
 
112181
- gl .uniform1i (ambientTexture .textureTransformMapping, textureTransformMapping .get (ambientTextureMapping) || 0);
112182
- gl .uniform1i (ambientTexture .textureCoordinateMapping, textureCoordinateMapping .get (ambientTextureMapping) || 0);
112185
+ gl .uniform1i (ambientTexture .textureTransformMapping, textureTransformMapping .get (ambientTextureMapping) ?? 0);
112186
+ gl .uniform1i (ambientTexture .textureCoordinateMapping, textureCoordinateMapping .get (ambientTextureMapping) ?? 0);
112183
112187
  }
112184
112188
 
112185
112189
  // Diffuse parameters
@@ -112192,8 +112196,8 @@ Material .prototype = Object .assign (Object .create (Shape_X3DOneSidedMaterialN
112192
112196
 
112193
112197
  this .diffuseTextureNode .setShaderUniforms (gl, shaderObject, renderObject, diffuseTexture);
112194
112198
 
112195
- gl .uniform1i (diffuseTexture .textureTransformMapping, textureTransformMapping .get (diffuseTextureMapping) || 0);
112196
- gl .uniform1i (diffuseTexture .textureCoordinateMapping, textureCoordinateMapping .get (diffuseTextureMapping) || 0);
112199
+ gl .uniform1i (diffuseTexture .textureTransformMapping, textureTransformMapping .get (diffuseTextureMapping) ?? 0);
112200
+ gl .uniform1i (diffuseTexture .textureCoordinateMapping, textureCoordinateMapping .get (diffuseTextureMapping) ?? 0);
112197
112201
  }
112198
112202
 
112199
112203
  // Specular parameters
@@ -112206,8 +112210,8 @@ Material .prototype = Object .assign (Object .create (Shape_X3DOneSidedMaterialN
112206
112210
 
112207
112211
  this .specularTextureNode .setShaderUniforms (gl, shaderObject, renderObject, specularTexture);
112208
112212
 
112209
- gl .uniform1i (specularTexture .textureTransformMapping, textureTransformMapping .get (specularTextureMapping) || 0);
112210
- gl .uniform1i (specularTexture .textureCoordinateMapping, textureCoordinateMapping .get (specularTextureMapping) || 0);
112213
+ gl .uniform1i (specularTexture .textureTransformMapping, textureTransformMapping .get (specularTextureMapping) ?? 0);
112214
+ gl .uniform1i (specularTexture .textureCoordinateMapping, textureCoordinateMapping .get (specularTextureMapping) ?? 0);
112211
112215
  }
112212
112216
 
112213
112217
  // Shininess parameters
@@ -112220,8 +112224,8 @@ Material .prototype = Object .assign (Object .create (Shape_X3DOneSidedMaterialN
112220
112224
 
112221
112225
  this .shininessTextureNode .setShaderUniforms (gl, shaderObject, renderObject, shininessTexture);
112222
112226
 
112223
- gl .uniform1i (shininessTexture .textureTransformMapping, textureTransformMapping .get (shininessTextureMapping) || 0);
112224
- gl .uniform1i (shininessTexture .textureCoordinateMapping, textureCoordinateMapping .get (shininessTextureMapping) || 0);
112227
+ gl .uniform1i (shininessTexture .textureTransformMapping, textureTransformMapping .get (shininessTextureMapping) ?? 0);
112228
+ gl .uniform1i (shininessTexture .textureCoordinateMapping, textureCoordinateMapping .get (shininessTextureMapping) ?? 0);
112225
112229
  }
112226
112230
 
112227
112231
  // Occlusion parameters
@@ -112236,8 +112240,8 @@ Material .prototype = Object .assign (Object .create (Shape_X3DOneSidedMaterialN
112236
112240
 
112237
112241
  this .occlusionTextureNode .setShaderUniforms (gl, shaderObject, renderObject, occlusionTexture);
112238
112242
 
112239
- gl .uniform1i (occlusionTexture .textureTransformMapping, textureTransformMapping .get (occlusionTextureMapping) || 0);
112240
- gl .uniform1i (occlusionTexture .textureCoordinateMapping, textureCoordinateMapping .get (occlusionTextureMapping) || 0);
112243
+ gl .uniform1i (occlusionTexture .textureTransformMapping, textureTransformMapping .get (occlusionTextureMapping) ?? 0);
112244
+ gl .uniform1i (occlusionTexture .textureCoordinateMapping, textureCoordinateMapping .get (occlusionTextureMapping) ?? 0);
112241
112245
  }
112242
112246
  }
112243
112247
  },
@@ -112526,8 +112530,8 @@ PhysicalMaterial .prototype = Object .assign (Object .create (Shape_X3DOneSidedM
112526
112530
 
112527
112531
  this .baseTextureNode .setShaderUniforms (gl, shaderObject, renderObject, baseTexture);
112528
112532
 
112529
- gl .uniform1i (baseTexture .textureTransformMapping, textureTransformMapping .get (baseTextureMapping) || 0);
112530
- gl .uniform1i (baseTexture .textureCoordinateMapping, textureCoordinateMapping .get (baseTextureMapping) || 0);
112533
+ gl .uniform1i (baseTexture .textureTransformMapping, textureTransformMapping .get (baseTextureMapping) ?? 0);
112534
+ gl .uniform1i (baseTexture .textureCoordinateMapping, textureCoordinateMapping .get (baseTextureMapping) ?? 0);
112531
112535
  }
112532
112536
 
112533
112537
  // Metallic roughness parameters
@@ -112540,8 +112544,8 @@ PhysicalMaterial .prototype = Object .assign (Object .create (Shape_X3DOneSidedM
112540
112544
 
112541
112545
  this .metallicRoughnessTextureNode .setShaderUniforms (gl, shaderObject, renderObject, metallicRoughnessTexture);
112542
112546
 
112543
- gl .uniform1i (metallicRoughnessTexture .textureTransformMapping, textureTransformMapping .get (metallicRoughnessTextureMapping) || 0);
112544
- gl .uniform1i (metallicRoughnessTexture .textureCoordinateMapping, textureCoordinateMapping .get (metallicRoughnessTextureMapping) || 0);
112547
+ gl .uniform1i (metallicRoughnessTexture .textureTransformMapping, textureTransformMapping .get (metallicRoughnessTextureMapping) ?? 0);
112548
+ gl .uniform1i (metallicRoughnessTexture .textureCoordinateMapping, textureCoordinateMapping .get (metallicRoughnessTextureMapping) ?? 0);
112545
112549
  }
112546
112550
 
112547
112551
  // Occlusion parameters
@@ -112556,8 +112560,8 @@ PhysicalMaterial .prototype = Object .assign (Object .create (Shape_X3DOneSidedM
112556
112560
 
112557
112561
  this .occlusionTextureNode .setShaderUniforms (gl, shaderObject, renderObject, occlusionTexture);
112558
112562
 
112559
- gl .uniform1i (occlusionTexture .textureTransformMapping, textureTransformMapping .get (occlusionTextureMapping) || 0);
112560
- gl .uniform1i (occlusionTexture .textureCoordinateMapping, textureCoordinateMapping .get (occlusionTextureMapping) || 0);
112563
+ gl .uniform1i (occlusionTexture .textureTransformMapping, textureTransformMapping .get (occlusionTextureMapping) ?? 0);
112564
+ gl .uniform1i (occlusionTexture .textureCoordinateMapping, textureCoordinateMapping .get (occlusionTextureMapping) ?? 0);
112561
112565
  }
112562
112566
  }
112563
112567
  },
@@ -113371,7 +113375,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
113371
113375
  x_ite_Namespace.set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
113372
113376
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
113373
113377
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
113374
- /* provided dependency */ var AudioClip_$ = __webpack_require__(909);
113378
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(885);
113375
113379
  /*******************************************************************************
113376
113380
  *
113377
113381
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116270,8 +116274,8 @@ const GIFMedia_default_ = GifMedia;
116270
116274
  x_ite_Namespace.set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
116271
116275
  /* harmony default export */ const GIFMedia = (GIFMedia_default_);
116272
116276
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
116273
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(909);
116274
- /* provided dependency */ var SuperGif = __webpack_require__(688);
116277
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(885);
116278
+ /* provided dependency */ var SuperGif = __webpack_require__(453);
116275
116279
  /*******************************************************************************
116276
116280
  *
116277
116281
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117234,7 +117238,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
117234
117238
  x_ite_Namespace.set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
117235
117239
  /* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
117236
117240
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
117237
- /* provided dependency */ var PixelTexture_$ = __webpack_require__(909);
117241
+ /* provided dependency */ var PixelTexture_$ = __webpack_require__(885);
117238
117242
  /*******************************************************************************
117239
117243
  *
117240
117244
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117945,7 +117949,7 @@ const Components_default_ = Components;
117945
117949
  x_ite_Namespace.set ("x_ite/Components", Components_default_);
117946
117950
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
117947
117951
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
117948
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(909);
117952
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(885);
117949
117953
  /*******************************************************************************
117950
117954
  * MIT License
117951
117955
  *
@@ -118403,7 +118407,7 @@ function legacy ()
118403
118407
  this .attributeChangedCallback ("url", undefined, element .attr ("url"));
118404
118408
 
118405
118409
  // Make element focusable.
118406
- element .attr ("tabindex", element .attr ("tabindex") || 0);
118410
+ element .attr ("tabindex", element .attr ("tabindex") ?? 0);
118407
118411
  }
118408
118412
 
118409
118413
  const Legacy_default_ = legacy;
@@ -119186,7 +119190,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
119186
119190
  x_ite_Namespace.set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
119187
119191
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
119188
119192
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
119189
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(909);
119193
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(885);
119190
119194
  /*******************************************************************************
119191
119195
  *
119192
119196
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120117,7 +120121,7 @@ const X3DBrowser_default_ = X3DBrowser;
120117
120121
  x_ite_Namespace.set ("x_ite/Browser/X3DBrowser", X3DBrowser_default_);
120118
120122
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
120119
120123
  ;// CONCATENATED MODULE: ./src/x_ite/Fallback.js
120120
- /* provided dependency */ var Fallback_$ = __webpack_require__(909);
120124
+ /* provided dependency */ var Fallback_$ = __webpack_require__(885);
120121
120125
  /*******************************************************************************
120122
120126
  *
120123
120127
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120296,8 +120300,8 @@ const MicroTime_default_ = undefined;
120296
120300
  x_ite_Namespace.set ("standard/Time/MicroTime", MicroTime_default_);
120297
120301
  /* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
120298
120302
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
120299
- /* provided dependency */ var jquery_$ = __webpack_require__(909);
120300
- /* provided dependency */ var pako = __webpack_require__(548);
120303
+ /* provided dependency */ var jquery_$ = __webpack_require__(885);
120304
+ /* provided dependency */ var pako = __webpack_require__(233);
120301
120305
  jquery_$.decodeText = function (input)
120302
120306
  {
120303
120307
  if (typeof input === "string")
@@ -120329,14 +120333,14 @@ const jquery_default_ = jquery_$;
120329
120333
  x_ite_Namespace.set ("lib/jquery", jquery_default_);
120330
120334
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
120331
120335
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
120332
- /* provided dependency */ var libtess_libtess = __webpack_require__(798);
120336
+ /* provided dependency */ var libtess_libtess = __webpack_require__(120);
120333
120337
  const libtess_default_ = libtess_libtess;
120334
120338
  ;
120335
120339
 
120336
120340
  x_ite_Namespace.set ("lib/libtess", libtess_default_);
120337
120341
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
120338
120342
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
120339
- /* provided dependency */ var X3D_$ = __webpack_require__(909);
120343
+ /* provided dependency */ var X3D_$ = __webpack_require__(885);
120340
120344
  /*******************************************************************************
120341
120345
  *
120342
120346
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120592,7 +120596,7 @@ const X3D_default_ = X3D;
120592
120596
  x_ite_Namespace.set ("x_ite/X3D", X3D_default_);
120593
120597
  /* harmony default export */ const x_ite_X3D = (X3D_default_);
120594
120598
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
120595
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(909);
120599
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(885);
120596
120600
  /*******************************************************************************
120597
120601
  *
120598
120602
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120873,7 +120877,7 @@ x_ite_Namespace.set ("shim", shim_default_);
120873
120877
 
120874
120878
  // Assign X3D to global namespace.
120875
120879
 
120876
- window [Symbol .for ("X_ITE.X3D-8.7.0")] = x_ite_X3D;
120880
+ window [Symbol .for ("X_ITE.X3D-8.7.2")] = x_ite_X3D;
120877
120881
 
120878
120882
  x_ite_X3DCanvasElement.define ();
120879
120883