x_ite 9.2.6 → 9.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/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 +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 +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 +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 +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.d.ts +4 -1
  43. package/dist/x_ite.js +112 -69
  44. package/dist/x_ite.min.js +1 -1
  45. package/dist/x_ite.min.mjs +1 -1
  46. package/dist/x_ite.mjs +112 -69
  47. package/dist/x_ite.zip +0 -0
  48. package/package.json +4 -4
package/dist/x_ite.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* X_ITE v9.2.6 */var __webpack_modules__ = ({
1
+ /* X_ITE v9.2.7 */var __webpack_modules__ = ({
2
2
 
3
- /***/ 472:
3
+ /***/ 548:
4
4
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5
5
 
6
- /* provided dependency */ var jQuery = __webpack_require__(468);
6
+ /* provided dependency */ var jQuery = __webpack_require__(368);
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
- /***/ 658:
202
+ /***/ 214:
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__(468)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
216
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(368)], __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
- /***/ 468:
427
+ /***/ 368:
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
- /***/ 233:
11151
+ /***/ 125:
11152
11152
  /***/ ((module) => {
11153
11153
 
11154
11154
  /**
@@ -15927,7 +15927,7 @@ if (true) {
15927
15927
 
15928
15928
  /***/ }),
15929
15929
 
15930
- /***/ 624:
15930
+ /***/ 300:
15931
15931
  /***/ (function(__unused_webpack_module, exports) {
15932
15932
 
15933
15933
 
@@ -19172,7 +19172,7 @@ if (true) {
19172
19172
 
19173
19173
  /***/ }),
19174
19174
 
19175
- /***/ 975:
19175
+ /***/ 939:
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.2.6")];
20302
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.2.7")];
20303
20303
 
20304
20304
  if (X3D)
20305
20305
  X3D [name] = module;
@@ -34164,7 +34164,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34164
34164
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34165
34165
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34166
34166
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34167
- /* provided dependency */ var $ = __webpack_require__(468);
34167
+ /* provided dependency */ var $ = __webpack_require__(368);
34168
34168
  /*******************************************************************************
34169
34169
  *
34170
34170
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34301,7 +34301,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34301
34301
  *
34302
34302
  ******************************************************************************/
34303
34303
 
34304
- const BROWSER_VERSION_default_ = "9.2.6";
34304
+ const BROWSER_VERSION_default_ = "9.2.7";
34305
34305
  ;
34306
34306
 
34307
34307
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -38445,7 +38445,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38445
38445
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
38446
38446
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
38447
38447
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38448
- /* provided dependency */ var X3DParser_$ = __webpack_require__(468);
38448
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(368);
38449
38449
  /*******************************************************************************
38450
38450
  *
38451
38451
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -38707,7 +38707,7 @@ const Expressions_default_ = Expressions;
38707
38707
  x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
38708
38708
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
38709
38709
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
38710
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(468);
38710
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(368);
38711
38711
  /*******************************************************************************
38712
38712
  *
38713
38713
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41393,7 +41393,7 @@ const VRMLParser_default_ = VRMLParser;
41393
41393
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41394
41394
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41395
41395
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41396
- /* provided dependency */ var XMLParser_$ = __webpack_require__(468);
41396
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(368);
41397
41397
  /*******************************************************************************
41398
41398
  *
41399
41399
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43502,7 +43502,7 @@ const URLs_default_ = URLs;
43502
43502
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
43503
43503
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43504
43504
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
43505
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(468);
43505
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(368);
43506
43506
  /*******************************************************************************
43507
43507
  *
43508
43508
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46803,7 +46803,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
46803
46803
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
46804
46804
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
46805
46805
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
46806
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(468);
46806
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(368);
46807
46807
  /*******************************************************************************
46808
46808
  *
46809
46809
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46955,7 +46955,7 @@ const GLB2Parser_default_ = GLB2Parser;
46955
46955
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
46956
46956
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
46957
46957
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
46958
- /* provided dependency */ var OBJParser_$ = __webpack_require__(468);
46958
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(368);
46959
46959
  /*******************************************************************************
46960
46960
  *
46961
46961
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50310,8 +50310,8 @@ const MatrixStack_default_ = MatrixStack;
50310
50310
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50311
50311
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50312
50312
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50313
- /* provided dependency */ var SVGParser_$ = __webpack_require__(468);
50314
- /* provided dependency */ var libtess = __webpack_require__(233);
50313
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(368);
50314
+ /* provided dependency */ var libtess = __webpack_require__(125);
50315
50315
  /*******************************************************************************
50316
50316
  *
50317
50317
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53079,7 +53079,7 @@ const SVGParser_default_ = SVGParser;
53079
53079
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53080
53080
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53081
53081
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53082
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(468);
53082
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(368);
53083
53083
  /*******************************************************************************
53084
53084
  *
53085
53085
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53384,6 +53384,19 @@ Object .assign (Plane3 .prototype,
53384
53384
  {
53385
53385
  return point .dot (this .normal) - this .distanceFromOrigin;
53386
53386
  },
53387
+ getPerpendicularVectorToPoint (point, result = new Numbers_Vector3 (0, 0, 0))
53388
+ {
53389
+ return result .assign (this .normal) .multiply (this .getDistanceToPoint (point));
53390
+ },
53391
+ getClosestPointToPoint: (function ()
53392
+ {
53393
+ const p = new Numbers_Vector3 (0, 0, 0);
53394
+
53395
+ return function (point, result = new Numbers_Vector3 (0, 0, 0))
53396
+ {
53397
+ return result .assign (point) .add (this .getPerpendicularVectorToPoint (point, p));
53398
+ };
53399
+ })(),
53387
53400
  intersectsLine (line, intersection)
53388
53401
  {
53389
53402
  const { point, direction } = line;
@@ -53416,7 +53429,7 @@ const Plane3_default_ = Plane3;
53416
53429
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53417
53430
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53418
53431
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53419
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(233);
53432
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(125);
53420
53433
  /*******************************************************************************
53421
53434
  *
53422
53435
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55396,7 +55409,7 @@ Object .assign (Line3 .prototype,
55396
55409
  matrix .multDirMatrix (this .direction) .normalize ();
55397
55410
  return this;
55398
55411
  },
55399
- getClosestPointToPoint (point, result)
55412
+ getClosestPointToPoint (point, result = new Numbers_Vector3 (0, 0, 0))
55400
55413
  {
55401
55414
  const
55402
55415
  r = result .assign (point) .subtract (this .point),
@@ -55431,7 +55444,7 @@ Object .assign (Line3 .prototype,
55431
55444
  {
55432
55445
  const t = new Numbers_Vector3 (0, 0, 0);
55433
55446
 
55434
- return function (point, result)
55447
+ return function (point, result = new Numbers_Vector3 (0, 0, 0))
55435
55448
  {
55436
55449
  result .assign (this .point) .subtract (point);
55437
55450
 
@@ -55444,7 +55457,7 @@ Object .assign (Line3 .prototype,
55444
55457
  d = new Numbers_Vector3 (0, 0, 0),
55445
55458
  ad = new Numbers_Vector3 (0, 0, 0);
55446
55459
 
55447
- return function (line, result)
55460
+ return function (line, result = new Numbers_Vector3 (0, 0, 0))
55448
55461
  {
55449
55462
  const bd = result;
55450
55463
 
@@ -56277,7 +56290,12 @@ Object .assign (X3DRenderObject .prototype,
56277
56290
 
56278
56291
  if (num === this .pointingShapes .length)
56279
56292
  {
56280
- this .pointingShapes .push ({ renderObject: this, modelViewMatrix: new Float32Array (16), clipPlanes: [ ], sensors: [ ] });
56293
+ this .pointingShapes .push ({
56294
+ renderObject: this,
56295
+ modelViewMatrix: new Float32Array (16),
56296
+ clipPlanes: [ ],
56297
+ sensors: [ ],
56298
+ });
56281
56299
  }
56282
56300
 
56283
56301
  const pointingContext = this .pointingShapes [num];
@@ -56321,7 +56339,12 @@ Object .assign (X3DRenderObject .prototype,
56321
56339
 
56322
56340
  if (num === this .collisionShapes .length)
56323
56341
  {
56324
- this .collisionShapes .push ({ renderObject: this, modelViewMatrix: new Float32Array (16), collisions: [ ], clipPlanes: [ ] });
56342
+ this .collisionShapes .push ({
56343
+ renderObject: this,
56344
+ modelViewMatrix: new Float32Array (16),
56345
+ collisions: [ ],
56346
+ clipPlanes: [ ]
56347
+ });
56325
56348
  }
56326
56349
 
56327
56350
  const collisionContext = this .collisionShapes [num];
@@ -56367,7 +56390,11 @@ Object .assign (X3DRenderObject .prototype,
56367
56390
 
56368
56391
  if (num === this .shadowShapes .length)
56369
56392
  {
56370
- this .shadowShapes .push ({ renderObject: this, modelViewMatrix: new Float32Array (16), clipPlanes: [ ] });
56393
+ this .shadowShapes .push ({
56394
+ renderObject: this,
56395
+ modelViewMatrix: new Float32Array (16),
56396
+ clipPlanes: [ ]
56397
+ });
56371
56398
  }
56372
56399
 
56373
56400
  const depthContext = this .shadowShapes [num];
@@ -57810,7 +57837,7 @@ Object .assign (Object .setPrototypeOf (X3DGroupingNode .prototype, Core_X3DChil
57810
57837
 
57811
57838
  if (Base_X3DCast (Base_X3DConstants .X3DBoundedObject, childNode))
57812
57839
  {
57813
- childNode ._display .addInterest ("set_displays_", this);
57840
+ childNode ._display .addInterest ("set_displays_", this);
57814
57841
  childNode ._bboxDisplay .addInterest ("set_bboxDisplays__", this);
57815
57842
  }
57816
57843
 
@@ -61915,7 +61942,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
61915
61942
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
61916
61943
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
61917
61944
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
61918
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(468);
61945
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(368);
61919
61946
  /*******************************************************************************
61920
61947
  *
61921
61948
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -65538,7 +65565,7 @@ const X3DWorld_default_ = X3DWorld;
65538
65565
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
65539
65566
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
65540
65567
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
65541
- /* provided dependency */ var FileLoader_$ = __webpack_require__(468);
65568
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(368);
65542
65569
  /*******************************************************************************
65543
65570
  *
65544
65571
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66469,7 +66496,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
66469
66496
  x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
66470
66497
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
66471
66498
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
66472
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(468);
66499
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(368);
66473
66500
  /*******************************************************************************
66474
66501
  *
66475
66502
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -89346,7 +89373,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
89346
89373
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
89347
89374
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
89348
89375
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
89349
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(468);
89376
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(368);
89350
89377
  /*******************************************************************************
89351
89378
  *
89352
89379
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -94987,7 +95014,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
94987
95014
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
94988
95015
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
94989
95016
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
94990
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(468);
95017
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(368);
94991
95018
  /*******************************************************************************
94992
95019
  *
94993
95020
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95644,7 +95671,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
95644
95671
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
95645
95672
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
95646
95673
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
95647
- /* provided dependency */ var Appearance_$ = __webpack_require__(468);
95674
+ /* provided dependency */ var Appearance_$ = __webpack_require__(368);
95648
95675
  /*******************************************************************************
95649
95676
  *
95650
95677
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99062,7 +99089,7 @@ const Components_Shape_default_ = {
99062
99089
  x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
99063
99090
  /* harmony default export */ const Components_Shape = (Components_Shape_default_);
99064
99091
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
99065
- /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(468);
99092
+ /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(368);
99066
99093
  /*******************************************************************************
99067
99094
  *
99068
99095
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99702,7 +99729,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
99702
99729
  x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
99703
99730
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
99704
99731
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
99705
- /* provided dependency */ var AudioClip_$ = __webpack_require__(468);
99732
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(368);
99706
99733
  /*******************************************************************************
99707
99734
  *
99708
99735
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -100004,7 +100031,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
100004
100031
  x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
100005
100032
  /* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
100006
100033
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
100007
- /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(468);
100034
+ /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(368);
100008
100035
  /*******************************************************************************
100009
100036
  *
100010
100037
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -101654,7 +101681,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
101654
101681
  x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
101655
101682
  /* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
101656
101683
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
101657
- /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(468);
101684
+ /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(368);
101658
101685
  /*******************************************************************************
101659
101686
  *
101660
101687
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -103323,8 +103350,8 @@ const GifMedia_default_ = GifMedia;
103323
103350
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
103324
103351
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
103325
103352
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
103326
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(468);
103327
- /* provided dependency */ var SuperGif = __webpack_require__(975);
103353
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(368);
103354
+ /* provided dependency */ var SuperGif = __webpack_require__(939);
103328
103355
  /*******************************************************************************
103329
103356
  *
103330
103357
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -105928,9 +105955,13 @@ x_ite_Namespace .add ("Time", "x_ite/Components/Time", Time_default_);
105928
105955
 
105929
105956
  const Context =
105930
105957
  {
105958
+ excludes: new Set ([
105959
+ "WEBGL_debug_renderer_info",
105960
+ "WEBGL_polygon_mode",
105961
+ ]),
105931
105962
  create (canvas, version, preserveDrawingBuffer, mobile)
105932
105963
  {
105933
- const options = { preserveDrawingBuffer: preserveDrawingBuffer };
105964
+ const options = { preserveDrawingBuffer };
105934
105965
 
105935
105966
  let gl = null;
105936
105967
 
@@ -105967,7 +105998,7 @@ const Context =
105967
105998
 
105968
105999
  // Load extensions.
105969
106000
 
105970
- for (const extension of gl .getSupportedExtensions ())
106001
+ for (const extension of gl .getSupportedExtensions () .filter (extension => !this .excludes .has (extension)))
105971
106002
  gl .getExtension (extension);
105972
106003
 
105973
106004
  // Feature detection:
@@ -106599,7 +106630,7 @@ const gettext_default_ = gettext;
106599
106630
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
106600
106631
  /* harmony default export */ const locale_gettext = (gettext_default_);
106601
106632
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
106602
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(468);
106633
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(368);
106603
106634
  /*******************************************************************************
106604
106635
  *
106605
106636
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107029,7 +107060,7 @@ const TextureQuality_default_ = TextureQuality;
107029
107060
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
107030
107061
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
107031
107062
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
107032
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(468);
107063
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(368);
107033
107064
  /*******************************************************************************
107034
107065
  *
107035
107066
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107619,7 +107650,7 @@ const RenderingProperties_default_ = RenderingProperties;
107619
107650
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
107620
107651
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
107621
107652
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
107622
- /* provided dependency */ var Notification_$ = __webpack_require__(468);
107653
+ /* provided dependency */ var Notification_$ = __webpack_require__(368);
107623
107654
  /*******************************************************************************
107624
107655
  *
107625
107656
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107742,8 +107773,8 @@ const Notification_default_ = Notification;
107742
107773
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
107743
107774
  /* harmony default export */ const Core_Notification = (Notification_default_);
107744
107775
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
107745
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(472);
107746
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(468);
107776
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(548);
107777
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(368);
107747
107778
  /*******************************************************************************
107748
107779
  *
107749
107780
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110495,7 +110526,7 @@ const DataStorage_default_ = DataStorage;
110495
110526
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
110496
110527
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
110497
110528
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
110498
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(468);
110529
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(368);
110499
110530
  /*******************************************************************************
110500
110531
  *
110501
110532
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113018,8 +113049,8 @@ const X3DViewer_default_ = X3DViewer;
113018
113049
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
113019
113050
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
113020
113051
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
113021
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(658);
113022
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(468);
113052
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(214);
113053
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(368);
113023
113054
  /*******************************************************************************
113024
113055
  *
113025
113056
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113891,8 +113922,8 @@ const ExamineViewer_default_ = ExamineViewer;
113891
113922
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
113892
113923
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
113893
113924
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
113894
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(658);
113895
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(468);
113925
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(214);
113926
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(368);
113896
113927
  /*******************************************************************************
113897
113928
  *
113898
113929
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114901,8 +114932,8 @@ const FlyViewer_default_ = FlyViewer;
114901
114932
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
114902
114933
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
114903
114934
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
114904
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(658);
114905
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(468);
114935
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(214);
114936
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(368);
114906
114937
  /*******************************************************************************
114907
114938
  *
114908
114939
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115233,8 +115264,8 @@ const NoneViewer_default_ = NoneViewer;
115233
115264
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
115234
115265
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
115235
115266
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
115236
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(658);
115237
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(468);
115267
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(214);
115268
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(368);
115238
115269
  /*******************************************************************************
115239
115270
  *
115240
115271
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116373,8 +116404,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
116373
116404
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
116374
116405
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
116375
116406
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
116376
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(658);
116377
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(468);
116407
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(214);
116408
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(368);
116378
116409
  /*******************************************************************************
116379
116410
  *
116380
116411
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116925,6 +116956,7 @@ function X3DPointingDeviceSensorContext ()
116925
116956
  pointer: this [_pointer],
116926
116957
  hitRay: null,
116927
116958
  sensors: [ ],
116959
+ viewMatrix: new Numbers_Matrix4 (),
116928
116960
  modelViewMatrix: new Numbers_Matrix4 (),
116929
116961
  point: new Numbers_Vector3 (0, 0, 0),
116930
116962
  normal: new Numbers_Vector3 (0, 0, 0),
@@ -116938,6 +116970,7 @@ function X3DPointingDeviceSensorContext ()
116938
116970
  pointer: this .pointer .copy (),
116939
116971
  hitRay: this .hitRay .copy (),
116940
116972
  sensors: this .sensors .slice (),
116973
+ viewMatrix: this .viewMatrix .copy (),
116941
116974
  modelViewMatrix: this .modelViewMatrix .copy (),
116942
116975
  point: this .point .copy (),
116943
116976
  normal: this .normal .copy (),
@@ -117118,6 +117151,7 @@ Object .assign (X3DPointingDeviceSensorContext .prototype,
117118
117151
  hit .layerNode = pickingContext .renderObject;
117119
117152
  hit .shapeNode = shapeNode;
117120
117153
 
117154
+ hit .viewMatrix .assign (pickingContext .renderObject .getViewpoint () .getViewMatrix ());
117121
117155
  hit .modelViewMatrix .assign (pickingContext .modelViewMatrix);
117122
117156
 
117123
117157
  // A ParticleSystem has only a geometry context.
@@ -117137,6 +117171,7 @@ Object .assign (X3DPointingDeviceSensorContext .prototype,
117137
117171
  hit .layerNode = this [_pointingLayer];
117138
117172
  hit .shapeNode = null;
117139
117173
 
117174
+ hit .viewMatrix .assign (Numbers_Matrix4 .Identity);
117140
117175
  hit .modelViewMatrix .assign (Numbers_Matrix4 .Identity);
117141
117176
  }
117142
117177
 
@@ -117653,7 +117688,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
117653
117688
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
117654
117689
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
117655
117690
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
117656
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(468);
117691
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(368);
117657
117692
  /*******************************************************************************
117658
117693
  *
117659
117694
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118555,7 +118590,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
118555
118590
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
118556
118591
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
118557
118592
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
118558
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(468);
118593
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(368);
118559
118594
  const KTXDecoder_default_ = class KTXDecoder
118560
118595
  {
118561
118596
  constructor (gl, externalKtxlib, scriptDir)
@@ -120108,7 +120143,7 @@ const Components_default_ = Components;
120108
120143
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
120109
120144
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
120110
120145
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
120111
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(468);
120146
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(368);
120112
120147
  /*******************************************************************************
120113
120148
  * MIT License
120114
120149
  *
@@ -121239,7 +121274,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
121239
121274
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
121240
121275
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
121241
121276
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
121242
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(468);
121277
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(368);
121243
121278
  /*******************************************************************************
121244
121279
  *
121245
121280
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122311,6 +122346,14 @@ Object .defineProperties (X3DBrowser .prototype,
122311
122346
  },
122312
122347
  enumerable: true,
122313
122348
  },
122349
+ element:
122350
+ {
122351
+ get ()
122352
+ {
122353
+ return this .getElement () .get (0);
122354
+ },
122355
+ enumerable: true,
122356
+ },
122314
122357
  });
122315
122358
 
122316
122359
  Object .defineProperties (X3DBrowser,
@@ -122330,7 +122373,7 @@ const X3DBrowser_default_ = X3DBrowser;
122330
122373
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
122331
122374
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
122332
122375
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
122333
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(468);
122376
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(368);
122334
122377
  /*******************************************************************************
122335
122378
  *
122336
122379
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122462,8 +122505,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
122462
122505
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
122463
122506
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
122464
122507
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
122465
- /* provided dependency */ var jquery_$ = __webpack_require__(468);
122466
- /* provided dependency */ var pako = __webpack_require__(624);
122508
+ /* provided dependency */ var jquery_$ = __webpack_require__(368);
122509
+ /* provided dependency */ var pako = __webpack_require__(300);
122467
122510
  Object .assign (jquery_$,
122468
122511
  {
122469
122512
  decodeText (input)
@@ -122540,14 +122583,14 @@ const jquery_default_ = jquery_$;
122540
122583
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
122541
122584
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
122542
122585
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
122543
- /* provided dependency */ var libtess_libtess = __webpack_require__(233);
122586
+ /* provided dependency */ var libtess_libtess = __webpack_require__(125);
122544
122587
  const libtess_default_ = libtess_libtess;
122545
122588
  ;
122546
122589
 
122547
122590
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
122548
122591
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
122549
122592
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
122550
- /* provided dependency */ var X3D_$ = __webpack_require__(468);
122593
+ /* provided dependency */ var X3D_$ = __webpack_require__(368);
122551
122594
  /*******************************************************************************
122552
122595
  *
122553
122596
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122855,7 +122898,7 @@ Object .assign (X3D,
122855
122898
 
122856
122899
  // Assign X3D to global namespace.
122857
122900
 
122858
- window [Symbol .for ("X_ITE.X3D-9.2.6")] = x_ite_X3D;
122901
+ window [Symbol .for ("X_ITE.X3D-9.2.7")] = x_ite_X3D;
122859
122902
 
122860
122903
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
122861
122904
 
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.2.6",
3
+ "version": "9.2.7",
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",
@@ -94,7 +94,7 @@
94
94
  "ammojs": "^0.0.2",
95
95
  "CharLS.js": "^2.0.1",
96
96
  "dicom-parser": "^1.8.21",
97
- "fast-xml-parser": "^4.3.4",
97
+ "fast-xml-parser": "^4.3.5",
98
98
  "jpeg-js": "^0.4.4",
99
99
  "jpeg-lossless-decoder-js": "2.0.7",
100
100
  "jquery": "^3.7.1",
@@ -109,8 +109,8 @@
109
109
  "pako": "^2.1.0",
110
110
  "shell-tools": "^1.1.7",
111
111
  "string-replace-webpack-plugin": "^0.1.3",
112
- "terser": "^5.27.1",
113
- "webpack": "^5.90.2",
112
+ "terser": "^5.28.1",
113
+ "webpack": "^5.90.3",
114
114
  "webpack-cli": "^5.1.4",
115
115
  "webpack-shell-plugin-next": "^2.3.1"
116
116
  }