x_ite 9.6.3 → 9.7.0

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 (49) hide show
  1. package/README.md +4 -4
  2. package/dist/assets/components/Annotation.js +13 -13
  3. package/dist/assets/components/Annotation.min.js +1 -1
  4. package/dist/assets/components/CADGeometry.js +14 -14
  5. package/dist/assets/components/CADGeometry.min.js +1 -1
  6. package/dist/assets/components/CubeMapTexturing.js +25 -25
  7. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  8. package/dist/assets/components/DIS.js +13 -13
  9. package/dist/assets/components/DIS.min.js +1 -1
  10. package/dist/assets/components/EventUtilities.js +9 -9
  11. package/dist/assets/components/EventUtilities.min.js +1 -1
  12. package/dist/assets/components/Geometry2D.js +18 -18
  13. package/dist/assets/components/Geometry2D.min.js +1 -1
  14. package/dist/assets/components/Geospatial.js +33 -33
  15. package/dist/assets/components/Geospatial.min.js +1 -1
  16. package/dist/assets/components/HAnim.js +23 -23
  17. package/dist/assets/components/HAnim.min.js +1 -1
  18. package/dist/assets/components/KeyDeviceSensor.js +8 -8
  19. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  20. package/dist/assets/components/Layout.js +27 -27
  21. package/dist/assets/components/Layout.min.js +1 -1
  22. package/dist/assets/components/NURBS.js +23 -23
  23. package/dist/assets/components/NURBS.min.js +1 -1
  24. package/dist/assets/components/ParticleSystems.js +26 -26
  25. package/dist/assets/components/ParticleSystems.min.js +1 -1
  26. package/dist/assets/components/Picking.js +18 -18
  27. package/dist/assets/components/Picking.min.js +1 -1
  28. package/dist/assets/components/RigidBodyPhysics.js +17 -17
  29. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  30. package/dist/assets/components/Scripting.js +38 -38
  31. package/dist/assets/components/Scripting.min.js +1 -1
  32. package/dist/assets/components/Text.js +24 -24
  33. package/dist/assets/components/Text.min.js +1 -1
  34. package/dist/assets/components/TextureProjection.js +15 -15
  35. package/dist/assets/components/TextureProjection.min.js +1 -1
  36. package/dist/assets/components/Texturing3D.js +27 -27
  37. package/dist/assets/components/Texturing3D.min.js +1 -1
  38. package/dist/assets/components/VolumeRendering.js +19 -19
  39. package/dist/assets/components/VolumeRendering.min.js +1 -1
  40. package/dist/assets/components/X_ITE.js +14 -14
  41. package/dist/assets/components/X_ITE.min.js +1 -1
  42. package/dist/x_ite.css +1 -1
  43. package/dist/x_ite.d.ts +20 -0
  44. package/dist/x_ite.js +76 -66
  45. package/dist/x_ite.min.js +1 -1
  46. package/dist/x_ite.min.mjs +1 -1
  47. package/dist/x_ite.mjs +76 -66
  48. package/dist/x_ite.zip +0 -0
  49. package/package.json +1 -1
package/dist/x_ite.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* X_ITE v9.6.3 */var __webpack_modules__ = ({
1
+ /* X_ITE v9.7.0 */var __webpack_modules__ = ({
2
2
 
3
- /***/ 626:
3
+ /***/ 827:
4
4
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5
5
 
6
- /* provided dependency */ var jQuery = __webpack_require__(418);
6
+ /* provided dependency */ var jQuery = __webpack_require__(63);
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
- /***/ 408:
202
+ /***/ 623:
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__(418)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
216
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(63)], __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
- /***/ 418:
427
+ /***/ 63:
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
- /***/ 803:
11151
+ /***/ 844:
11152
11152
  /***/ ((module) => {
11153
11153
 
11154
11154
  /**
@@ -15927,7 +15927,7 @@ if (true) {
15927
15927
 
15928
15928
  /***/ }),
15929
15929
 
15930
- /***/ 674:
15930
+ /***/ 807:
15931
15931
  /***/ (function(__unused_webpack_module, exports) {
15932
15932
 
15933
15933
 
@@ -19172,7 +19172,7 @@ if (true) {
19172
19172
 
19173
19173
  /***/ }),
19174
19174
 
19175
- /***/ 517:
19175
+ /***/ 584:
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.6.3")];
20302
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.7.0")];
20303
20303
 
20304
20304
  if (X3D)
20305
20305
  X3D [name] = module;
@@ -29417,10 +29417,16 @@ Object .assign (Object .setPrototypeOf (SFNode .prototype, Base_X3DField .protot
29417
29417
  target = this [_target],
29418
29418
  value = target .getValue ();
29419
29419
 
29420
- if (value)
29421
- return new SFNode (instance ? value .copy (instance) : value);
29420
+ if (value && instance)
29421
+ {
29422
+ const copy = value .copy (instance);
29422
29423
 
29423
- return new SFNode ();
29424
+ copy .setup ();
29425
+
29426
+ return new SFNode (copy);
29427
+ }
29428
+
29429
+ return new SFNode (value);
29424
29430
  },
29425
29431
  equals (node)
29426
29432
  {
@@ -34218,7 +34224,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34218
34224
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34219
34225
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34220
34226
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34221
- /* provided dependency */ var $ = __webpack_require__(418);
34227
+ /* provided dependency */ var $ = __webpack_require__(63);
34222
34228
  /*******************************************************************************
34223
34229
  *
34224
34230
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34355,7 +34361,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34355
34361
  *
34356
34362
  ******************************************************************************/
34357
34363
 
34358
- const BROWSER_VERSION_default_ = "9.6.3";
34364
+ const BROWSER_VERSION_default_ = "9.7.0";
34359
34365
  ;
34360
34366
 
34361
34367
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -34455,8 +34461,6 @@ Object .assign (Object .setPrototypeOf (X3DNode .prototype, Base_X3DBaseNode .pr
34455
34461
  copy .addUserDefinedField (field .getAccessType (), field .getName (), field .copy ());
34456
34462
  }
34457
34463
 
34458
- copy .setup ();
34459
-
34460
34464
  return copy;
34461
34465
  }
34462
34466
  else
@@ -34562,8 +34566,6 @@ Object .assign (Object .setPrototypeOf (X3DNode .prototype, Base_X3DBaseNode .pr
34562
34566
  destinationField .setModificationTime (sourceField .getModificationTime ());
34563
34567
  }
34564
34568
 
34565
- copy .setup ();
34566
-
34567
34569
  return copy;
34568
34570
  }
34569
34571
  },
@@ -39001,7 +39003,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
39001
39003
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
39002
39004
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
39003
39005
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
39004
- /* provided dependency */ var X3DParser_$ = __webpack_require__(418);
39006
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(63);
39005
39007
  /*******************************************************************************
39006
39008
  *
39007
39009
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -39259,7 +39261,7 @@ const Expressions_default_ = Expressions;
39259
39261
  x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
39260
39262
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
39261
39263
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
39262
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(418);
39264
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(63);
39263
39265
  /*******************************************************************************
39264
39266
  *
39265
39267
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41959,7 +41961,7 @@ const VRMLParser_default_ = VRMLParser;
41959
41961
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41960
41962
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41961
41963
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41962
- /* provided dependency */ var XMLParser_$ = __webpack_require__(418);
41964
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(63);
41963
41965
  /*******************************************************************************
41964
41966
  *
41965
41967
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44003,7 +44005,7 @@ const URLs_default_ = URLs;
44003
44005
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
44004
44006
  /* harmony default export */ const Networking_URLs = (URLs_default_);
44005
44007
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
44006
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(418);
44008
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(63);
44007
44009
  /*******************************************************************************
44008
44010
  *
44009
44011
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47305,7 +47307,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
47305
47307
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
47306
47308
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
47307
47309
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
47308
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(418);
47310
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(63);
47309
47311
  /*******************************************************************************
47310
47312
  *
47311
47313
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47457,7 +47459,7 @@ const GLB2Parser_default_ = GLB2Parser;
47457
47459
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
47458
47460
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
47459
47461
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
47460
- /* provided dependency */ var OBJParser_$ = __webpack_require__(418);
47462
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(63);
47461
47463
  /*******************************************************************************
47462
47464
  *
47463
47465
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50816,8 +50818,8 @@ const MatrixStack_default_ = MatrixStack;
50816
50818
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50817
50819
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50818
50820
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50819
- /* provided dependency */ var SVGParser_$ = __webpack_require__(418);
50820
- /* provided dependency */ var libtess = __webpack_require__(803);
50821
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(63);
50822
+ /* provided dependency */ var libtess = __webpack_require__(844);
50821
50823
  /*******************************************************************************
50822
50824
  *
50823
50825
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53585,7 +53587,7 @@ const SVGParser_default_ = SVGParser;
53585
53587
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53586
53588
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53587
53589
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53588
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(418);
53590
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(63);
53589
53591
  /*******************************************************************************
53590
53592
  *
53591
53593
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53952,7 +53954,7 @@ const Plane3_default_ = Plane3;
53952
53954
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53953
53955
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53954
53956
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53955
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(803);
53957
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(844);
53956
53958
  /*******************************************************************************
53957
53959
  *
53958
53960
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62481,7 +62483,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
62481
62483
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
62482
62484
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
62483
62485
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
62484
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(418);
62486
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(63);
62485
62487
  /*******************************************************************************
62486
62488
  *
62487
62489
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66063,7 +66065,7 @@ const X3DWorld_default_ = X3DWorld;
66063
66065
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
66064
66066
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
66065
66067
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
66066
- /* provided dependency */ var FileLoader_$ = __webpack_require__(418);
66068
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(63);
66067
66069
  /*******************************************************************************
66068
66070
  *
66069
66071
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66997,7 +66999,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
66997
66999
  x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
66998
67000
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
66999
67001
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
67000
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(418);
67002
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(63);
67001
67003
  /*******************************************************************************
67002
67004
  *
67003
67005
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -86716,6 +86718,8 @@ function X3DCoordinateNode (executionContext)
86716
86718
  Rendering_X3DGeometricPropertyNode .call (this, executionContext);
86717
86719
 
86718
86720
  this .addType (Base_X3DConstants .X3DCoordinateNode);
86721
+
86722
+ this .length = 0;
86719
86723
  }
86720
86724
 
86721
86725
  Object .assign (Object .setPrototypeOf (X3DCoordinateNode .prototype, Rendering_X3DGeometricPropertyNode .prototype),
@@ -90148,7 +90152,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
90148
90152
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
90149
90153
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
90150
90154
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
90151
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(418);
90155
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(63);
90152
90156
  /*******************************************************************************
90153
90157
  *
90154
90158
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95844,7 +95848,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
95844
95848
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95845
95849
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95846
95850
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95847
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(418);
95851
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(63);
95848
95852
  /*******************************************************************************
95849
95853
  *
95850
95854
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96501,7 +96505,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
96501
96505
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
96502
96506
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
96503
96507
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
96504
- /* provided dependency */ var Appearance_$ = __webpack_require__(418);
96508
+ /* provided dependency */ var Appearance_$ = __webpack_require__(63);
96505
96509
  /*******************************************************************************
96506
96510
  *
96507
96511
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -105453,8 +105457,8 @@ const GifMedia_default_ = GifMedia;
105453
105457
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
105454
105458
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
105455
105459
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
105456
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(418);
105457
- /* provided dependency */ var SuperGif = __webpack_require__(517);
105460
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(63);
105461
+ /* provided dependency */ var SuperGif = __webpack_require__(584);
105458
105462
  /*******************************************************************************
105459
105463
  *
105460
105464
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -108862,7 +108866,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
108862
108866
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
108863
108867
  /* harmony default export */ const gettext = (gettext_default_);
108864
108868
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
108865
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(418);
108869
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(63);
108866
108870
  /*******************************************************************************
108867
108871
  *
108868
108872
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -109435,7 +109439,7 @@ const TextureQuality_default_ = TextureQuality;
109435
109439
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
109436
109440
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
109437
109441
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
109438
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(418);
109442
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(63);
109439
109443
  /*******************************************************************************
109440
109444
  *
109441
109445
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110030,7 +110034,7 @@ const RenderingProperties_default_ = RenderingProperties;
110030
110034
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
110031
110035
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
110032
110036
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
110033
- /* provided dependency */ var Notification_$ = __webpack_require__(418);
110037
+ /* provided dependency */ var Notification_$ = __webpack_require__(63);
110034
110038
  /*******************************************************************************
110035
110039
  *
110036
110040
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110153,8 +110157,8 @@ const Notification_default_ = Notification;
110153
110157
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
110154
110158
  /* harmony default export */ const Core_Notification = (Notification_default_);
110155
110159
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
110156
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(626);
110157
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(418);
110160
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(827);
110161
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(63);
110158
110162
  /*******************************************************************************
110159
110163
  *
110160
110164
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112907,7 +112911,7 @@ const DataStorage_default_ = DataStorage;
112907
112911
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
112908
112912
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
112909
112913
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
112910
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(418);
112914
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(63);
112911
112915
  /*******************************************************************************
112912
112916
  *
112913
112917
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115454,8 +115458,8 @@ const X3DViewer_default_ = X3DViewer;
115454
115458
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
115455
115459
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
115456
115460
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
115457
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(408);
115458
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(418);
115461
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(623);
115462
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(63);
115459
115463
  /*******************************************************************************
115460
115464
  *
115461
115465
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116327,8 +116331,8 @@ const ExamineViewer_default_ = ExamineViewer;
116327
116331
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
116328
116332
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
116329
116333
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
116330
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(408);
116331
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(418);
116334
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(623);
116335
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(63);
116332
116336
  /*******************************************************************************
116333
116337
  *
116334
116338
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117337,8 +117341,8 @@ const FlyViewer_default_ = FlyViewer;
117337
117341
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
117338
117342
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
117339
117343
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
117340
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(408);
117341
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(418);
117344
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(623);
117345
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(63);
117342
117346
  /*******************************************************************************
117343
117347
  *
117344
117348
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117669,8 +117673,8 @@ const NoneViewer_default_ = NoneViewer;
117669
117673
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
117670
117674
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
117671
117675
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
117672
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(408);
117673
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(418);
117676
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(623);
117677
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(63);
117674
117678
  /*******************************************************************************
117675
117679
  *
117676
117680
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118808,8 +118812,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
118808
118812
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
118809
118813
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
118810
118814
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
118811
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(408);
118812
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(418);
118815
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(623);
118816
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(63);
118813
118817
  /*******************************************************************************
118814
118818
  *
118815
118819
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120113,7 +120117,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
120113
120117
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
120114
120118
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
120115
120119
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
120116
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(418);
120120
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(63);
120117
120121
  /*******************************************************************************
120118
120122
  *
120119
120123
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121062,7 +121066,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
121062
121066
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
121063
121067
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
121064
121068
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
121065
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(418);
121069
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(63);
121066
121070
  const KTXDecoder_default_ = class KTXDecoder
121067
121071
  {
121068
121072
  constructor (gl, externalKtxlib, scriptDir)
@@ -122154,6 +122158,7 @@ const
122154
122158
  _limitFrameRate = Symbol (),
122155
122159
  _traverse = Symbol (),
122156
122160
  _renderCallback = Symbol (),
122161
+ _animFrame = Symbol (),
122157
122162
  _previousTime = Symbol (),
122158
122163
  _systemTime = Symbol (),
122159
122164
  _browserTime = Symbol (),
@@ -122306,9 +122311,8 @@ Object .assign (Object .setPrototypeOf (X3DBrowserContext .prototype, Base_X3DBa
122306
122311
  if (this [X3DBrowserContext_tainted])
122307
122312
  return;
122308
122313
 
122309
- this [X3DBrowserContext_tainted] = true;
122310
-
122311
- requestAnimationFrame (this [_renderCallback]);
122314
+ this [X3DBrowserContext_tainted] = true;
122315
+ this [_animFrame] = requestAnimationFrame (this [_renderCallback]);
122312
122316
  },
122313
122317
  [_limitFrameRate] (now)
122314
122318
  {
@@ -122436,6 +122440,12 @@ Object .assign (Object .setPrototypeOf (X3DBrowserContext .prototype, Base_X3DBa
122436
122440
  Scripting_X3DScriptingContext .prototype .dispose ?.call (this);
122437
122441
  Routing_X3DRoutingContext .prototype .dispose ?.call (this);
122438
122442
  Base_X3DBaseNode .prototype .dispose ?.call (this);
122443
+
122444
+ this [X3DBrowserContext_tainted] = true;
122445
+
122446
+ cancelAnimationFrame (this [_animFrame]);
122447
+
122448
+ this .getContext () .getExtension ("WEBGL_lose_context") ?.loseContext ();
122439
122449
  },
122440
122450
  });
122441
122451
 
@@ -122616,7 +122626,7 @@ const Components_default_ = Components;
122616
122626
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
122617
122627
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
122618
122628
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
122619
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(418);
122629
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(63);
122620
122630
  /*******************************************************************************
122621
122631
  * MIT License
122622
122632
  *
@@ -123884,7 +123894,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
123884
123894
  x_ite_Namespace .add ("FieldTypes", "x_ite/Configuration/FieldTypes", FieldTypes_default_);
123885
123895
  /* harmony default export */ const FieldTypes = (FieldTypes_default_);
123886
123896
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
123887
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(418);
123897
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(63);
123888
123898
  /*******************************************************************************
123889
123899
  *
123890
123900
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124986,7 +124996,7 @@ const X3DBrowser_default_ = X3DBrowser;
124986
124996
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
124987
124997
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
124988
124998
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
124989
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(418);
124999
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(63);
124990
125000
  /*******************************************************************************
124991
125001
  *
124992
125002
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -125125,8 +125135,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
125125
125135
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
125126
125136
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
125127
125137
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
125128
- /* provided dependency */ var jquery_$ = __webpack_require__(418);
125129
- /* provided dependency */ var pako = __webpack_require__(674);
125138
+ /* provided dependency */ var jquery_$ = __webpack_require__(63);
125139
+ /* provided dependency */ var pako = __webpack_require__(807);
125130
125140
  Object .assign (jquery_$,
125131
125141
  {
125132
125142
  decodeText (input)
@@ -125203,14 +125213,14 @@ const jquery_default_ = jquery_$;
125203
125213
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
125204
125214
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
125205
125215
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
125206
- /* provided dependency */ var libtess_libtess = __webpack_require__(803);
125216
+ /* provided dependency */ var libtess_libtess = __webpack_require__(844);
125207
125217
  const libtess_default_ = libtess_libtess;
125208
125218
  ;
125209
125219
 
125210
125220
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
125211
125221
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
125212
125222
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
125213
- /* provided dependency */ var X3D_$ = __webpack_require__(418);
125223
+ /* provided dependency */ var X3D_$ = __webpack_require__(63);
125214
125224
  /*******************************************************************************
125215
125225
  *
125216
125226
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -125518,7 +125528,7 @@ Object .assign (X3D,
125518
125528
 
125519
125529
  // Assign X3D to global namespace.
125520
125530
 
125521
- window [Symbol .for ("X_ITE.X3D-9.6.3")] = x_ite_X3D;
125531
+ window [Symbol .for ("X_ITE.X3D-9.7.0")] = x_ite_X3D;
125522
125532
 
125523
125533
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
125524
125534
 
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.6.3",
3
+ "version": "9.7.0",
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",