x_ite 9.1.0 → 9.1.1

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 +19 -19
  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 +28 -28
  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 +23 -23
  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 +62 -67
  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 +30 -30
  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 +8 -8
  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 +75 -59
  43. package/dist/x_ite.min.js +1 -1
  44. package/dist/x_ite.min.mjs +1 -1
  45. package/dist/x_ite.mjs +75 -59
  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.1.0 */var __webpack_modules__ = ({
1
+ /* X_ITE v9.1.1 */var __webpack_modules__ = ({
2
2
 
3
- /***/ 91:
3
+ /***/ 699:
4
4
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5
5
 
6
- /* provided dependency */ var jQuery = __webpack_require__(172);
6
+ /* provided dependency */ var jQuery = __webpack_require__(353);
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
- /***/ 57:
202
+ /***/ 509:
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__(172)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
216
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(353)], __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
- /***/ 172:
427
+ /***/ 353:
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
- /***/ 715:
11151
+ /***/ 177:
11152
11152
  /***/ ((module) => {
11153
11153
 
11154
11154
  /**
@@ -15927,7 +15927,7 @@ if (true) {
15927
15927
 
15928
15928
  /***/ }),
15929
15929
 
15930
- /***/ 834:
15930
+ /***/ 238:
15931
15931
  /***/ (function(__unused_webpack_module, exports) {
15932
15932
 
15933
15933
 
@@ -19172,7 +19172,7 @@ if (true) {
19172
19172
 
19173
19173
  /***/ }),
19174
19174
 
19175
- /***/ 235:
19175
+ /***/ 302:
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.1.0")];
20302
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.1.1")];
20303
20303
 
20304
20304
  if (X3D)
20305
20305
  X3D [name] = module;
@@ -29634,6 +29634,14 @@ const SFNodeCache = DEVELOPMENT ?
29634
29634
  return node;
29635
29635
  }
29636
29636
  },
29637
+ add (baseNode, node)
29638
+ {
29639
+ cache .set (baseNode, new WeakRef (node));
29640
+ },
29641
+ delete (baseNode)
29642
+ {
29643
+ cache .delete (baseNode);
29644
+ },
29637
29645
  } :
29638
29646
  {
29639
29647
  get (baseNode)
@@ -29655,6 +29663,14 @@ const SFNodeCache = DEVELOPMENT ?
29655
29663
  return node;
29656
29664
  }
29657
29665
  },
29666
+ add (baseNode, node)
29667
+ {
29668
+ cache .set (baseNode, node);
29669
+ },
29670
+ delete (baseNode)
29671
+ {
29672
+ cache .delete (baseNode);
29673
+ },
29658
29674
  };
29659
29675
 
29660
29676
  function dispose ()
@@ -34223,7 +34239,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34223
34239
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34224
34240
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34225
34241
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34226
- /* provided dependency */ var $ = __webpack_require__(172);
34242
+ /* provided dependency */ var $ = __webpack_require__(353);
34227
34243
  /*******************************************************************************
34228
34244
  *
34229
34245
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34360,7 +34376,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34360
34376
  *
34361
34377
  ******************************************************************************/
34362
34378
 
34363
- const BROWSER_VERSION_default_ = "9.1.0";
34379
+ const BROWSER_VERSION_default_ = "9.1.1";
34364
34380
  ;
34365
34381
 
34366
34382
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -38211,7 +38227,7 @@ const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
38211
38227
  x_ite_Namespace .add ("X3DProtoDeclarationNode", "x_ite/Prototype/X3DProtoDeclarationNode", X3DProtoDeclarationNode_default_);
38212
38228
  /* harmony default export */ const Prototype_X3DProtoDeclarationNode = (X3DProtoDeclarationNode_default_);
38213
38229
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38214
- /* provided dependency */ var X3DParser_$ = __webpack_require__(172);
38230
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(353);
38215
38231
  /*******************************************************************************
38216
38232
  *
38217
38233
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -39036,7 +39052,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
39036
39052
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
39037
39053
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
39038
39054
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
39039
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(172);
39055
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(353);
39040
39056
  /*******************************************************************************
39041
39057
  *
39042
39058
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41589,7 +41605,7 @@ const VRMLParser_default_ = VRMLParser;
41589
41605
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41590
41606
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41591
41607
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41592
- /* provided dependency */ var XMLParser_$ = __webpack_require__(172);
41608
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(353);
41593
41609
  /*******************************************************************************
41594
41610
  *
41595
41611
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43682,7 +43698,7 @@ const URLs_default_ = URLs;
43682
43698
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
43683
43699
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43684
43700
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
43685
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(172);
43701
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(353);
43686
43702
  /*******************************************************************************
43687
43703
  *
43688
43704
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46983,7 +46999,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
46983
46999
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
46984
47000
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
46985
47001
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
46986
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(172);
47002
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(353);
46987
47003
  /*******************************************************************************
46988
47004
  *
46989
47005
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47135,7 +47151,7 @@ const GLB2Parser_default_ = GLB2Parser;
47135
47151
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
47136
47152
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
47137
47153
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
47138
- /* provided dependency */ var OBJParser_$ = __webpack_require__(172);
47154
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(353);
47139
47155
  /*******************************************************************************
47140
47156
  *
47141
47157
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50490,8 +50506,8 @@ const MatrixStack_default_ = MatrixStack;
50490
50506
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50491
50507
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50492
50508
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50493
- /* provided dependency */ var SVGParser_$ = __webpack_require__(172);
50494
- /* provided dependency */ var libtess = __webpack_require__(715);
50509
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(353);
50510
+ /* provided dependency */ var libtess = __webpack_require__(177);
50495
50511
  /*******************************************************************************
50496
50512
  *
50497
50513
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53259,7 +53275,7 @@ const SVGParser_default_ = SVGParser;
53259
53275
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53260
53276
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53261
53277
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53262
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(172);
53278
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(353);
53263
53279
  /*******************************************************************************
53264
53280
  *
53265
53281
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53596,7 +53612,7 @@ const Plane3_default_ = Plane3;
53596
53612
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53597
53613
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53598
53614
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53599
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(715);
53615
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(177);
53600
53616
  /*******************************************************************************
53601
53617
  *
53602
53618
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -61103,7 +61119,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
61103
61119
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
61104
61120
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
61105
61121
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
61106
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(172);
61122
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(353);
61107
61123
  /*******************************************************************************
61108
61124
  *
61109
61125
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -65690,7 +65706,7 @@ const X3DWorld_default_ = X3DWorld;
65690
65706
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
65691
65707
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
65692
65708
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
65693
- /* provided dependency */ var FileLoader_$ = __webpack_require__(172);
65709
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(353);
65694
65710
  /*******************************************************************************
65695
65711
  *
65696
65712
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -89506,7 +89522,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
89506
89522
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
89507
89523
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
89508
89524
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
89509
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(172);
89525
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(353);
89510
89526
  /*******************************************************************************
89511
89527
  *
89512
89528
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95147,7 +95163,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
95147
95163
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95148
95164
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95149
95165
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95150
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(172);
95166
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(353);
95151
95167
  /*******************************************************************************
95152
95168
  *
95153
95169
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95804,7 +95820,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
95804
95820
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
95805
95821
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
95806
95822
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
95807
- /* provided dependency */ var Appearance_$ = __webpack_require__(172);
95823
+ /* provided dependency */ var Appearance_$ = __webpack_require__(353);
95808
95824
  /*******************************************************************************
95809
95825
  *
95810
95826
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99222,7 +99238,7 @@ const Components_Shape_default_ = {
99222
99238
  x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
99223
99239
  /* harmony default export */ const Components_Shape = (Components_Shape_default_);
99224
99240
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
99225
- /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(172);
99241
+ /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(353);
99226
99242
  /*******************************************************************************
99227
99243
  *
99228
99244
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99862,7 +99878,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
99862
99878
  x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
99863
99879
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
99864
99880
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
99865
- /* provided dependency */ var AudioClip_$ = __webpack_require__(172);
99881
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(353);
99866
99882
  /*******************************************************************************
99867
99883
  *
99868
99884
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -100164,7 +100180,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
100164
100180
  x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
100165
100181
  /* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
100166
100182
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
100167
- /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(172);
100183
+ /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(353);
100168
100184
  /*******************************************************************************
100169
100185
  *
100170
100186
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -101814,7 +101830,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
101814
101830
  x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
101815
101831
  /* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
101816
101832
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
101817
- /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(172);
101833
+ /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(353);
101818
101834
  /*******************************************************************************
101819
101835
  *
101820
101836
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -103483,8 +103499,8 @@ const GifMedia_default_ = GifMedia;
103483
103499
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
103484
103500
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
103485
103501
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
103486
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(172);
103487
- /* provided dependency */ var SuperGif = __webpack_require__(235);
103502
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(353);
103503
+ /* provided dependency */ var SuperGif = __webpack_require__(302);
103488
103504
  /*******************************************************************************
103489
103505
  *
103490
103506
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106762,7 +106778,7 @@ const gettext_default_ = gettext;
106762
106778
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
106763
106779
  /* harmony default export */ const locale_gettext = (gettext_default_);
106764
106780
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
106765
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(172);
106781
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(353);
106766
106782
  /*******************************************************************************
106767
106783
  *
106768
106784
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107192,7 +107208,7 @@ const TextureQuality_default_ = TextureQuality;
107192
107208
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
107193
107209
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
107194
107210
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
107195
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(172);
107211
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(353);
107196
107212
  /*******************************************************************************
107197
107213
  *
107198
107214
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107782,7 +107798,7 @@ const RenderingProperties_default_ = RenderingProperties;
107782
107798
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
107783
107799
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
107784
107800
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
107785
- /* provided dependency */ var Notification_$ = __webpack_require__(172);
107801
+ /* provided dependency */ var Notification_$ = __webpack_require__(353);
107786
107802
  /*******************************************************************************
107787
107803
  *
107788
107804
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107905,8 +107921,8 @@ const Notification_default_ = Notification;
107905
107921
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
107906
107922
  /* harmony default export */ const Core_Notification = (Notification_default_);
107907
107923
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
107908
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(91);
107909
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(172);
107924
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(699);
107925
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(353);
107910
107926
  /*******************************************************************************
107911
107927
  *
107912
107928
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110657,7 +110673,7 @@ const DataStorage_default_ = DataStorage;
110657
110673
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
110658
110674
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
110659
110675
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
110660
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(172);
110676
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(353);
110661
110677
  /*******************************************************************************
110662
110678
  *
110663
110679
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112722,8 +112738,8 @@ const X3DViewer_default_ = X3DViewer;
112722
112738
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
112723
112739
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
112724
112740
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
112725
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(57);
112726
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(172);
112741
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(509);
112742
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(353);
112727
112743
  /*******************************************************************************
112728
112744
  *
112729
112745
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113595,8 +113611,8 @@ const ExamineViewer_default_ = ExamineViewer;
113595
113611
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
113596
113612
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
113597
113613
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
113598
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(57);
113599
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(172);
113614
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(509);
113615
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(353);
113600
113616
  /*******************************************************************************
113601
113617
  *
113602
113618
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114605,8 +114621,8 @@ const FlyViewer_default_ = FlyViewer;
114605
114621
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
114606
114622
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
114607
114623
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
114608
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(57);
114609
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(172);
114624
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(509);
114625
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(353);
114610
114626
  /*******************************************************************************
114611
114627
  *
114612
114628
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114937,8 +114953,8 @@ const NoneViewer_default_ = NoneViewer;
114937
114953
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
114938
114954
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
114939
114955
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
114940
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(57);
114941
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(172);
114956
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(509);
114957
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(353);
114942
114958
  /*******************************************************************************
114943
114959
  *
114944
114960
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116077,8 +116093,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
116077
116093
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
116078
116094
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
116079
116095
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
116080
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(57);
116081
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(172);
116096
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(509);
116097
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(353);
116082
116098
  /*******************************************************************************
116083
116099
  *
116084
116100
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117357,7 +117373,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
117357
117373
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
117358
117374
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
117359
117375
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
117360
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(172);
117376
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(353);
117361
117377
  /*******************************************************************************
117362
117378
  *
117363
117379
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118260,7 +118276,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
118260
118276
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
118261
118277
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
118262
118278
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
118263
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(172);
118279
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(353);
118264
118280
  const KTXDecoder_default_ = class KTXDecoder
118265
118281
  {
118266
118282
  constructor (gl, externalKtxlib, scriptDir)
@@ -119813,7 +119829,7 @@ const Components_default_ = Components;
119813
119829
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
119814
119830
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
119815
119831
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
119816
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(172);
119832
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(353);
119817
119833
  /*******************************************************************************
119818
119834
  * MIT License
119819
119835
  *
@@ -120952,7 +120968,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
120952
120968
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
120953
120969
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
120954
120970
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
120955
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(172);
120971
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(353);
120956
120972
  /*******************************************************************************
120957
120973
  *
120958
120974
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122033,7 +122049,7 @@ const X3DBrowser_default_ = X3DBrowser;
122033
122049
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
122034
122050
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
122035
122051
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
122036
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(172);
122052
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(353);
122037
122053
  /*******************************************************************************
122038
122054
  *
122039
122055
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122165,8 +122181,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
122165
122181
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
122166
122182
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
122167
122183
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
122168
- /* provided dependency */ var jquery_$ = __webpack_require__(172);
122169
- /* provided dependency */ var pako = __webpack_require__(834);
122184
+ /* provided dependency */ var jquery_$ = __webpack_require__(353);
122185
+ /* provided dependency */ var pako = __webpack_require__(238);
122170
122186
  Object .assign (jquery_$,
122171
122187
  {
122172
122188
  decodeText (input)
@@ -122243,14 +122259,14 @@ const jquery_default_ = jquery_$;
122243
122259
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
122244
122260
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
122245
122261
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
122246
- /* provided dependency */ var libtess_libtess = __webpack_require__(715);
122262
+ /* provided dependency */ var libtess_libtess = __webpack_require__(177);
122247
122263
  const libtess_default_ = libtess_libtess;
122248
122264
  ;
122249
122265
 
122250
122266
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
122251
122267
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
122252
122268
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
122253
- /* provided dependency */ var X3D_$ = __webpack_require__(172);
122269
+ /* provided dependency */ var X3D_$ = __webpack_require__(353);
122254
122270
  /*******************************************************************************
122255
122271
  *
122256
122272
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122644,7 +122660,7 @@ x_ite_Namespace .add ("shim", "shim", shim_default_);
122644
122660
 
122645
122661
  // Assign X3D to global namespace.
122646
122662
 
122647
- window [Symbol .for ("X_ITE.X3D-9.1.0")] = x_ite_X3D;
122663
+ window [Symbol .for ("X_ITE.X3D-9.1.1")] = x_ite_X3D;
122648
122664
 
122649
122665
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
122650
122666
 
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.1.0",
3
+ "version": "9.1.1",
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",