x_ite 9.5.1 → 9.5.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 (47) hide show
  1. package/dist/assets/components/Annotation.js +13 -13
  2. package/dist/assets/components/Annotation.min.js +1 -1
  3. package/dist/assets/components/CADGeometry.js +14 -14
  4. package/dist/assets/components/CADGeometry.min.js +1 -1
  5. package/dist/assets/components/CubeMapTexturing.js +25 -25
  6. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  7. package/dist/assets/components/DIS.js +13 -13
  8. package/dist/assets/components/DIS.min.js +1 -1
  9. package/dist/assets/components/EventUtilities.js +9 -9
  10. package/dist/assets/components/EventUtilities.min.js +1 -1
  11. package/dist/assets/components/Geometry2D.js +18 -18
  12. package/dist/assets/components/Geometry2D.min.js +1 -1
  13. package/dist/assets/components/Geospatial.js +33 -33
  14. package/dist/assets/components/Geospatial.min.js +1 -1
  15. package/dist/assets/components/HAnim.js +23 -23
  16. package/dist/assets/components/HAnim.min.js +1 -1
  17. package/dist/assets/components/KeyDeviceSensor.js +8 -8
  18. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  19. package/dist/assets/components/Layout.js +27 -27
  20. package/dist/assets/components/Layout.min.js +1 -1
  21. package/dist/assets/components/NURBS.js +23 -23
  22. package/dist/assets/components/NURBS.min.js +1 -1
  23. package/dist/assets/components/ParticleSystems.js +26 -26
  24. package/dist/assets/components/ParticleSystems.min.js +1 -1
  25. package/dist/assets/components/Picking.js +18 -18
  26. package/dist/assets/components/Picking.min.js +1 -1
  27. package/dist/assets/components/RigidBodyPhysics.js +17 -17
  28. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  29. package/dist/assets/components/Scripting.js +38 -38
  30. package/dist/assets/components/Scripting.min.js +1 -1
  31. package/dist/assets/components/Text.js +24 -24
  32. package/dist/assets/components/Text.min.js +1 -1
  33. package/dist/assets/components/TextureProjection.js +15 -15
  34. package/dist/assets/components/TextureProjection.min.js +1 -1
  35. package/dist/assets/components/Texturing3D.js +28 -28
  36. package/dist/assets/components/Texturing3D.min.js +1 -1
  37. package/dist/assets/components/VolumeRendering.js +19 -19
  38. package/dist/assets/components/VolumeRendering.min.js +1 -1
  39. package/dist/assets/components/X_ITE.js +14 -14
  40. package/dist/assets/components/X_ITE.min.js +1 -1
  41. package/dist/x_ite.css +1 -1
  42. package/dist/x_ite.js +56 -56
  43. package/dist/x_ite.min.js +1 -1
  44. package/dist/x_ite.min.mjs +1 -1
  45. package/dist/x_ite.mjs +56 -56
  46. package/dist/x_ite.zip +0 -0
  47. package/package.json +1 -1
package/dist/x_ite.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* X_ITE v9.5.1 */var __webpack_modules__ = ({
1
+ /* X_ITE v9.5.2 */var __webpack_modules__ = ({
2
2
 
3
- /***/ 668:
3
+ /***/ 347:
4
4
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5
5
 
6
- /* provided dependency */ var jQuery = __webpack_require__(432);
6
+ /* provided dependency */ var jQuery = __webpack_require__(575);
7
7
  /**
8
8
  * @preserve jquery.fullscreen 1.1.5
9
9
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -199,7 +199,7 @@ installFullScreenHandlers();
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 254:
202
+ /***/ 431:
203
203
  /***/ ((module, exports, __webpack_require__) => {
204
204
 
205
205
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -213,7 +213,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
213
213
  (function (factory) {
214
214
  if ( true ) {
215
215
  // AMD. Register as an anonymous module.
216
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(432)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
216
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(575)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
217
217
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
218
218
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
219
219
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -424,7 +424,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
424
424
 
425
425
  /***/ }),
426
426
 
427
- /***/ 432:
427
+ /***/ 575:
428
428
  /***/ (function(module, exports) {
429
429
 
430
430
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11148,7 +11148,7 @@ return jQuery;
11148
11148
 
11149
11149
  /***/ }),
11150
11150
 
11151
- /***/ 509:
11151
+ /***/ 932:
11152
11152
  /***/ ((module) => {
11153
11153
 
11154
11154
  /**
@@ -15927,7 +15927,7 @@ if (true) {
15927
15927
 
15928
15928
  /***/ }),
15929
15929
 
15930
- /***/ 892:
15930
+ /***/ 319:
15931
15931
  /***/ (function(__unused_webpack_module, exports) {
15932
15932
 
15933
15933
 
@@ -19172,7 +19172,7 @@ if (true) {
19172
19172
 
19173
19173
  /***/ }),
19174
19174
 
19175
- /***/ 467:
19175
+ /***/ 280:
19176
19176
  /***/ (function(module, exports) {
19177
19177
 
19178
19178
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -20299,7 +20299,7 @@ Object .defineProperty (Namespace, "add",
20299
20299
  }
20300
20300
  else
20301
20301
  {
20302
- const X3D = window [Symbol .for ("X_ITE.X3D-9.5.1")];
20302
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.5.2")];
20303
20303
 
20304
20304
  if (X3D)
20305
20305
  X3D [name] = module;
@@ -34199,7 +34199,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34199
34199
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34200
34200
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34201
34201
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34202
- /* provided dependency */ var $ = __webpack_require__(432);
34202
+ /* provided dependency */ var $ = __webpack_require__(575);
34203
34203
  /*******************************************************************************
34204
34204
  *
34205
34205
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34336,7 +34336,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34336
34336
  *
34337
34337
  ******************************************************************************/
34338
34338
 
34339
- const BROWSER_VERSION_default_ = "9.5.1";
34339
+ const BROWSER_VERSION_default_ = "9.5.2";
34340
34340
  ;
34341
34341
 
34342
34342
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -38941,7 +38941,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38941
38941
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
38942
38942
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
38943
38943
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38944
- /* provided dependency */ var X3DParser_$ = __webpack_require__(432);
38944
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(575);
38945
38945
  /*******************************************************************************
38946
38946
  *
38947
38947
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -39203,7 +39203,7 @@ const Expressions_default_ = Expressions;
39203
39203
  x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
39204
39204
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
39205
39205
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
39206
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(432);
39206
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(575);
39207
39207
  /*******************************************************************************
39208
39208
  *
39209
39209
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41903,7 +41903,7 @@ const VRMLParser_default_ = VRMLParser;
41903
41903
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41904
41904
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41905
41905
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41906
- /* provided dependency */ var XMLParser_$ = __webpack_require__(432);
41906
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(575);
41907
41907
  /*******************************************************************************
41908
41908
  *
41909
41909
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44009,7 +44009,7 @@ const URLs_default_ = URLs;
44009
44009
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
44010
44010
  /* harmony default export */ const Networking_URLs = (URLs_default_);
44011
44011
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
44012
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(432);
44012
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(575);
44013
44013
  /*******************************************************************************
44014
44014
  *
44015
44015
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47311,7 +47311,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
47311
47311
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
47312
47312
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
47313
47313
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
47314
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(432);
47314
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(575);
47315
47315
  /*******************************************************************************
47316
47316
  *
47317
47317
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47463,7 +47463,7 @@ const GLB2Parser_default_ = GLB2Parser;
47463
47463
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
47464
47464
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
47465
47465
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
47466
- /* provided dependency */ var OBJParser_$ = __webpack_require__(432);
47466
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(575);
47467
47467
  /*******************************************************************************
47468
47468
  *
47469
47469
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50821,8 +50821,8 @@ const MatrixStack_default_ = MatrixStack;
50821
50821
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50822
50822
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50823
50823
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50824
- /* provided dependency */ var SVGParser_$ = __webpack_require__(432);
50825
- /* provided dependency */ var libtess = __webpack_require__(509);
50824
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(575);
50825
+ /* provided dependency */ var libtess = __webpack_require__(932);
50826
50826
  /*******************************************************************************
50827
50827
  *
50828
50828
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53590,7 +53590,7 @@ const SVGParser_default_ = SVGParser;
53590
53590
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53591
53591
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53592
53592
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53593
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(432);
53593
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(575);
53594
53594
  /*******************************************************************************
53595
53595
  *
53596
53596
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53940,7 +53940,7 @@ const Plane3_default_ = Plane3;
53940
53940
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53941
53941
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53942
53942
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53943
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(509);
53943
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(932);
53944
53944
  /*******************************************************************************
53945
53945
  *
53946
53946
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62469,7 +62469,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
62469
62469
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
62470
62470
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
62471
62471
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
62472
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(432);
62472
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(575);
62473
62473
  /*******************************************************************************
62474
62474
  *
62475
62475
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66053,7 +66053,7 @@ const X3DWorld_default_ = X3DWorld;
66053
66053
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
66054
66054
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
66055
66055
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
66056
- /* provided dependency */ var FileLoader_$ = __webpack_require__(432);
66056
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(575);
66057
66057
  /*******************************************************************************
66058
66058
  *
66059
66059
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66989,7 +66989,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
66989
66989
  x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
66990
66990
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
66991
66991
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
66992
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(432);
66992
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(575);
66993
66993
  /*******************************************************************************
66994
66994
  *
66995
66995
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -90112,7 +90112,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
90112
90112
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
90113
90113
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
90114
90114
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
90115
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(432);
90115
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(575);
90116
90116
  /*******************************************************************************
90117
90117
  *
90118
90118
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95821,7 +95821,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
95821
95821
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95822
95822
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95823
95823
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95824
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(432);
95824
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(575);
95825
95825
  /*******************************************************************************
95826
95826
  *
95827
95827
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96478,7 +96478,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
96478
96478
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
96479
96479
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
96480
96480
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
96481
- /* provided dependency */ var Appearance_$ = __webpack_require__(432);
96481
+ /* provided dependency */ var Appearance_$ = __webpack_require__(575);
96482
96482
  /*******************************************************************************
96483
96483
  *
96484
96484
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -105430,8 +105430,8 @@ const GifMedia_default_ = GifMedia;
105430
105430
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
105431
105431
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
105432
105432
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
105433
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(432);
105434
- /* provided dependency */ var SuperGif = __webpack_require__(467);
105433
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(575);
105434
+ /* provided dependency */ var SuperGif = __webpack_require__(280);
105435
105435
  /*******************************************************************************
105436
105436
  *
105437
105437
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -108815,7 +108815,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
108815
108815
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
108816
108816
  /* harmony default export */ const gettext = (gettext_default_);
108817
108817
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
108818
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(432);
108818
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(575);
108819
108819
  /*******************************************************************************
108820
108820
  *
108821
108821
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -109388,7 +109388,7 @@ const TextureQuality_default_ = TextureQuality;
109388
109388
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
109389
109389
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
109390
109390
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
109391
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(432);
109391
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(575);
109392
109392
  /*******************************************************************************
109393
109393
  *
109394
109394
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -109982,7 +109982,7 @@ const RenderingProperties_default_ = RenderingProperties;
109982
109982
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
109983
109983
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
109984
109984
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
109985
- /* provided dependency */ var Notification_$ = __webpack_require__(432);
109985
+ /* provided dependency */ var Notification_$ = __webpack_require__(575);
109986
109986
  /*******************************************************************************
109987
109987
  *
109988
109988
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110105,8 +110105,8 @@ const Notification_default_ = Notification;
110105
110105
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
110106
110106
  /* harmony default export */ const Core_Notification = (Notification_default_);
110107
110107
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
110108
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(668);
110109
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(432);
110108
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(347);
110109
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(575);
110110
110110
  /*******************************************************************************
110111
110111
  *
110112
110112
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112867,7 +112867,7 @@ const DataStorage_default_ = DataStorage;
112867
112867
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
112868
112868
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
112869
112869
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
112870
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(432);
112870
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(575);
112871
112871
  /*******************************************************************************
112872
112872
  *
112873
112873
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115390,8 +115390,8 @@ const X3DViewer_default_ = X3DViewer;
115390
115390
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
115391
115391
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
115392
115392
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
115393
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(254);
115394
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(432);
115393
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(431);
115394
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(575);
115395
115395
  /*******************************************************************************
115396
115396
  *
115397
115397
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116263,8 +116263,8 @@ const ExamineViewer_default_ = ExamineViewer;
116263
116263
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
116264
116264
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
116265
116265
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
116266
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(254);
116267
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(432);
116266
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(431);
116267
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(575);
116268
116268
  /*******************************************************************************
116269
116269
  *
116270
116270
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117273,8 +117273,8 @@ const FlyViewer_default_ = FlyViewer;
117273
117273
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
117274
117274
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
117275
117275
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
117276
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(254);
117277
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(432);
117276
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(431);
117277
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(575);
117278
117278
  /*******************************************************************************
117279
117279
  *
117280
117280
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117605,8 +117605,8 @@ const NoneViewer_default_ = NoneViewer;
117605
117605
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
117606
117606
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
117607
117607
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
117608
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(254);
117609
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(432);
117608
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(431);
117609
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(575);
117610
117610
  /*******************************************************************************
117611
117611
  *
117612
117612
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118745,8 +118745,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
118745
118745
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
118746
118746
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
118747
118747
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
118748
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(254);
118749
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(432);
118748
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(431);
118749
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(575);
118750
118750
  /*******************************************************************************
118751
118751
  *
118752
118752
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120050,7 +120050,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
120050
120050
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
120051
120051
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
120052
120052
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
120053
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(432);
120053
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(575);
120054
120054
  /*******************************************************************************
120055
120055
  *
120056
120056
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120998,7 +120998,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
120998
120998
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
120999
120999
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
121000
121000
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
121001
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(432);
121001
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(575);
121002
121002
  const KTXDecoder_default_ = class KTXDecoder
121003
121003
  {
121004
121004
  constructor (gl, externalKtxlib, scriptDir)
@@ -122552,7 +122552,7 @@ const Components_default_ = Components;
122552
122552
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
122553
122553
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
122554
122554
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
122555
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(432);
122555
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(575);
122556
122556
  /*******************************************************************************
122557
122557
  * MIT License
122558
122558
  *
@@ -123685,7 +123685,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
123685
123685
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
123686
123686
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
123687
123687
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
123688
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(432);
123688
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(575);
123689
123689
  /*******************************************************************************
123690
123690
  *
123691
123691
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124777,7 +124777,7 @@ const X3DBrowser_default_ = X3DBrowser;
124777
124777
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
124778
124778
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
124779
124779
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
124780
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(432);
124780
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(575);
124781
124781
  /*******************************************************************************
124782
124782
  *
124783
124783
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124914,8 +124914,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
124914
124914
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
124915
124915
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
124916
124916
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
124917
- /* provided dependency */ var jquery_$ = __webpack_require__(432);
124918
- /* provided dependency */ var pako = __webpack_require__(892);
124917
+ /* provided dependency */ var jquery_$ = __webpack_require__(575);
124918
+ /* provided dependency */ var pako = __webpack_require__(319);
124919
124919
  Object .assign (jquery_$,
124920
124920
  {
124921
124921
  decodeText (input)
@@ -124992,14 +124992,14 @@ const jquery_default_ = jquery_$;
124992
124992
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
124993
124993
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
124994
124994
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
124995
- /* provided dependency */ var libtess_libtess = __webpack_require__(509);
124995
+ /* provided dependency */ var libtess_libtess = __webpack_require__(932);
124996
124996
  const libtess_default_ = libtess_libtess;
124997
124997
  ;
124998
124998
 
124999
124999
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
125000
125000
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
125001
125001
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
125002
- /* provided dependency */ var X3D_$ = __webpack_require__(432);
125002
+ /* provided dependency */ var X3D_$ = __webpack_require__(575);
125003
125003
  /*******************************************************************************
125004
125004
  *
125005
125005
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -125307,7 +125307,7 @@ Object .assign (X3D,
125307
125307
 
125308
125308
  // Assign X3D to global namespace.
125309
125309
 
125310
- window [Symbol .for ("X_ITE.X3D-9.5.1")] = x_ite_X3D;
125310
+ window [Symbol .for ("X_ITE.X3D-9.5.2")] = x_ite_X3D;
125311
125311
 
125312
125312
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
125313
125313
 
package/dist/x_ite.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x_ite",
3
- "version": "9.5.1",
3
+ "version": "9.5.2",
4
4
  "description": "X_ITE X3D Browser, view and manipulate X3D and VRML scenes in HTML.",
5
5
  "main": "dist/x_ite.js",
6
6
  "module": "dist/x_ite.mjs",