x_ite 8.11.3 → 8.11.4

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 (69) 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 +13 -13
  4. package/dist/assets/components/CADGeometry.min.js +1 -1
  5. package/dist/assets/components/CubeMapTexturing.js +26 -30
  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 +25 -29
  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 +26 -26
  20. package/dist/assets/components/Layout.min.js +1 -1
  21. package/dist/assets/components/NURBS.js +24 -24
  22. package/dist/assets/components/NURBS.min.js +1 -1
  23. package/dist/assets/components/ParticleSystems.js +29 -33
  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 +37 -37
  30. package/dist/assets/components/Scripting.min.js +1 -1
  31. package/dist/assets/components/Text.js +24 -27
  32. package/dist/assets/components/Text.min.js +1 -1
  33. package/dist/assets/components/TextureProjector.js +14 -14
  34. package/dist/assets/components/TextureProjector.min.js +1 -1
  35. package/dist/assets/components/Texturing3D.js +31 -35
  36. package/dist/assets/components/Texturing3D.min.js +1 -1
  37. package/dist/assets/components/VolumeRendering.js +18 -18
  38. package/dist/assets/components/VolumeRendering.min.js +1 -1
  39. package/dist/assets/components/X_ITE.js +9 -9
  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 +97 -194
  43. package/dist/x_ite.min.js +1 -1
  44. package/dist/x_ite.zip +0 -0
  45. package/docs/_config.yml +1 -1
  46. package/package.json +1 -1
  47. package/src/assets/shaders/webgl2/include/Skin.glsl.js +1 -1
  48. package/src/assets/shaders/webgl2/include/Utils.glsl.js +3 -3
  49. package/src/assets/shaders/webgl2/include/Vertex.glsl.js +1 -1
  50. package/src/x_ite/Base/X3DChildObject.js +4 -5
  51. package/src/x_ite/Browser/Navigation/ExamineViewer.js +4 -5
  52. package/src/x_ite/Browser/Navigation/X3DFlyViewer.js +4 -5
  53. package/src/x_ite/Browser/Time/X3DTimeContext.js +2 -3
  54. package/src/x_ite/Browser/VERSION.js +1 -1
  55. package/src/x_ite/Components/Core/X3DBindableNode.js +0 -1
  56. package/src/x_ite/Components/CubeMapTexturing/ImageCubeMapTexture.js +1 -2
  57. package/src/x_ite/Components/HAnim/HAnimMotion.js +2 -3
  58. package/src/x_ite/Components/Networking/X3DUrlObject.js +4 -5
  59. package/src/x_ite/Components/ParticleSystems/ParticleSystem.js +6 -7
  60. package/src/x_ite/Components/Sound/AudioClip.js +1 -2
  61. package/src/x_ite/Components/Text/X3DFontStyleNode.js +0 -1
  62. package/src/x_ite/Components/Texturing/ImageTexture.js +1 -2
  63. package/src/x_ite/Components/Texturing/MovieTexture.js +1 -2
  64. package/src/x_ite/Components/Texturing3D/ImageTextureAtlas.js +1 -2
  65. package/src/x_ite/Components/Time/X3DTimeDependentNode.js +2 -3
  66. package/src/x_ite/Execution/BindableList.js +4 -8
  67. package/src/x_ite/Execution/BindableStack.js +2 -2
  68. package/src/x_ite/Rendering/X3DRenderObject.js +1 -2
  69. package/src/standard/Time/Time.js +0 -77
package/dist/x_ite.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v8.11.3 */(function webpackUniversalModuleDefinition(root, factory) {
1
+ /* X_ITE v8.11.4 */(function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
3
  module.exports = factory();
4
4
  else if(typeof define === 'function' && define.amd)
@@ -11,11 +11,11 @@
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 905:
14
+ /***/ 865:
15
15
  /***/ (function(module, exports, __webpack_require__) {
16
16
 
17
17
  "use strict";
18
- /* provided dependency */ var jQuery = __webpack_require__(644);
18
+ /* provided dependency */ var jQuery = __webpack_require__(933);
19
19
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
20
20
 
21
21
  /**
@@ -387,10 +387,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
387
387
 
388
388
  /***/ }),
389
389
 
390
- /***/ 306:
390
+ /***/ 708:
391
391
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
392
392
 
393
- /* provided dependency */ var jQuery = __webpack_require__(644);
393
+ /* provided dependency */ var jQuery = __webpack_require__(933);
394
394
  /**
395
395
  * @preserve jquery.fullscreen 1.1.5
396
396
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -586,7 +586,7 @@ installFullScreenHandlers();
586
586
 
587
587
  /***/ }),
588
588
 
589
- /***/ 435:
589
+ /***/ 927:
590
590
  /***/ ((module, exports, __webpack_require__) => {
591
591
 
592
592
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -600,7 +600,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
600
600
  (function (factory) {
601
601
  if ( true ) {
602
602
  // AMD. Register as an anonymous module.
603
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(644)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
603
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(933)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
604
604
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
605
605
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
606
606
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -811,7 +811,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
811
811
 
812
812
  /***/ }),
813
813
 
814
- /***/ 644:
814
+ /***/ 933:
815
815
  /***/ (function(module, exports) {
816
816
 
817
817
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11523,7 +11523,7 @@ return jQuery;
11523
11523
 
11524
11524
  /***/ }),
11525
11525
 
11526
- /***/ 387:
11526
+ /***/ 206:
11527
11527
  /***/ ((module) => {
11528
11528
 
11529
11529
  /**
@@ -16302,7 +16302,7 @@ if (true) {
16302
16302
 
16303
16303
  /***/ }),
16304
16304
 
16305
- /***/ 993:
16305
+ /***/ 100:
16306
16306
  /***/ (function(__unused_webpack_module, exports) {
16307
16307
 
16308
16308
 
@@ -19547,7 +19547,7 @@ if (true) {
19547
19547
 
19548
19548
  /***/ }),
19549
19549
 
19550
- /***/ 880:
19550
+ /***/ 433:
19551
19551
  /***/ (function(module, exports) {
19552
19552
 
19553
19553
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -22146,88 +22146,6 @@ const X3DObject_default_ = X3DObject;
22146
22146
 
22147
22147
  x_ite_Namespace .set ("x_ite/Base/X3DObject", X3DObject_default_);
22148
22148
  /* harmony default export */ const Base_X3DObject = (X3DObject_default_);
22149
- ;// CONCATENATED MODULE: ./src/standard/Time/Time.js
22150
- /*******************************************************************************
22151
- *
22152
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
22153
- *
22154
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
22155
- *
22156
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
22157
- *
22158
- * The copyright notice above does not evidence any actual of intended
22159
- * publication of such source code, and is an unpublished work by create3000.
22160
- * This material contains CONFIDENTIAL INFORMATION that is the property of
22161
- * create3000.
22162
- *
22163
- * No permission is granted to copy, distribute, or create derivative works from
22164
- * the contents of this software, in whole or in part, without the prior written
22165
- * permission of create3000.
22166
- *
22167
- * NON-MILITARY USE ONLY
22168
- *
22169
- * All create3000 software are effectively free software with a non-military use
22170
- * restriction. It is free. Well commented source is provided. You may reuse the
22171
- * source in any way you please with the exception anything that uses it must be
22172
- * marked to indicate is contains 'non-military use only' components.
22173
- *
22174
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
22175
- *
22176
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
22177
- *
22178
- * This file is part of the X_ITE Project.
22179
- *
22180
- * X_ITE is free software: you can redistribute it and/or modify it under the
22181
- * terms of the GNU General Public License version 3 only, as published by the
22182
- * Free Software Foundation.
22183
- *
22184
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
22185
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
22186
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
22187
- * details (a copy is included in the LICENSE file that accompanied this code).
22188
- *
22189
- * You should have received a copy of the GNU General Public License version 3
22190
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
22191
- * copy of the GPLv3 License.
22192
- *
22193
- * For Silvio, Joy and Adi.
22194
- *
22195
- ******************************************************************************/
22196
-
22197
- // Return a pseudo accurate timestamp.
22198
-
22199
- const Time =
22200
- {
22201
- now: (function ()
22202
- {
22203
- let
22204
- offset = 0,
22205
- last = 0;
22206
-
22207
- return function ()
22208
- {
22209
- const current = Date .now ();
22210
-
22211
- if (current > last)
22212
- {
22213
- offset = 0;
22214
- last = current;
22215
-
22216
- return current;
22217
- }
22218
- else
22219
- {
22220
- return last = current + (offset < 1000 ? ++ offset : offset) / 1000;
22221
- }
22222
- };
22223
- })(),
22224
- };
22225
-
22226
- const Time_default_ = Time;
22227
- ;
22228
-
22229
- x_ite_Namespace .set ("standard/Time/Time", Time_default_);
22230
- /* harmony default export */ const Time_Time = (Time_default_);
22231
22149
  ;// CONCATENATED MODULE: ./src/x_ite/Base/X3DChildObject.js
22232
22150
  /*******************************************************************************
22233
22151
  *
@@ -22279,7 +22197,6 @@ x_ite_Namespace .set ("standard/Time/Time", Time_default_);
22279
22197
 
22280
22198
 
22281
22199
 
22282
-
22283
22200
  const
22284
22201
  _modificationTime = Symbol (),
22285
22202
  _tainted = Symbol (),
@@ -22329,14 +22246,14 @@ if (DEVELOPMENT)
22329
22246
  },
22330
22247
  addEvent ()
22331
22248
  {
22332
- this .setModificationTime (Time_Time .now ());
22249
+ this .setModificationTime (Date .now ());
22333
22250
 
22334
22251
  for (const parent of this [_parents] .values ())
22335
22252
  parent .deref () ?.addEvent (this);
22336
22253
  },
22337
22254
  addEventObject (field, event)
22338
22255
  {
22339
- this .setModificationTime (Time_Time .now ());
22256
+ this .setModificationTime (Date .now ());
22340
22257
 
22341
22258
  for (const parent of this [_parents] .values ())
22342
22259
  parent .deref () ?.addEventObject (this, event);
@@ -22436,14 +22353,14 @@ else
22436
22353
  },
22437
22354
  addEvent ()
22438
22355
  {
22439
- this .setModificationTime (Time_Time .now ());
22356
+ this .setModificationTime (Date .now ());
22440
22357
 
22441
22358
  for (const parent of this [_parents])
22442
22359
  parent .addEvent (this);
22443
22360
  },
22444
22361
  addEventObject (field, event)
22445
22362
  {
22446
- this .setModificationTime (Time_Time .now ());
22363
+ this .setModificationTime (Date .now ());
22447
22364
 
22448
22365
  for (const parent of this [_parents])
22449
22366
  parent .addEventObject (this, event);
@@ -34558,7 +34475,7 @@ x_ite_Namespace .set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34558
34475
  *
34559
34476
  ******************************************************************************/
34560
34477
 
34561
- const VERSION_default_ = "8.11.3";
34478
+ const VERSION_default_ = "8.11.4";
34562
34479
  ;
34563
34480
 
34564
34481
  x_ite_Namespace .set ("x_ite/Browser/VERSION", VERSION_default_);
@@ -37136,7 +37053,6 @@ x_ite_Namespace .set ("x_ite/Components/Core/WorldInfo", WorldInfo_default_);
37136
37053
 
37137
37054
 
37138
37055
 
37139
-
37140
37056
  function X3DBindableNode (executionContext)
37141
37057
  {
37142
37058
  Core_X3DChildNode .call (this, executionContext);
@@ -37944,7 +37860,6 @@ x_ite_Namespace .set ("x_ite/Execution/ImportedNodesArray", ImportedNodesArray_d
37944
37860
 
37945
37861
 
37946
37862
 
37947
-
37948
37863
  const
37949
37864
  X3DUrlObject_cache = Symbol (),
37950
37865
  _autoRefreshStartTime = Symbol (),
@@ -37959,7 +37874,7 @@ function X3DUrlObject (executionContext)
37959
37874
  Base_X3DConstants .inputOutput, "loadData", new x_ite_Fields .SFTime ());
37960
37875
 
37961
37876
  this [X3DUrlObject_cache] = true;
37962
- this [_autoRefreshStartTime] = Time_Time .now ();
37877
+ this [_autoRefreshStartTime] = Date .now ();
37963
37878
  }
37964
37879
 
37965
37880
  Object .assign (X3DUrlObject .prototype,
@@ -37980,7 +37895,7 @@ Object .assign (X3DUrlObject .prototype,
37980
37895
 
37981
37896
  if (value === Base_X3DConstants .COMPLETE_STATE)
37982
37897
  {
37983
- this [_autoRefreshCompleteTime] = Time_Time .now ();
37898
+ this [_autoRefreshCompleteTime] = Date .now ();
37984
37899
  this .setAutoRefreshTimer (this ._autoRefresh .getValue ());
37985
37900
  }
37986
37901
 
@@ -38124,7 +38039,7 @@ Object .assign (X3DUrlObject .prototype,
38124
38039
 
38125
38040
  if (autoRefreshTimeLimit !== 0)
38126
38041
  {
38127
- if ((Time_Time .now () - this [_autoRefreshStartTime]) / 1000 > autoRefreshTimeLimit - autoRefreshInterval)
38042
+ if ((Date .now () - this [_autoRefreshStartTime]) / 1000 > autoRefreshTimeLimit - autoRefreshInterval)
38128
38043
  return;
38129
38044
  }
38130
38045
 
@@ -38163,7 +38078,7 @@ Object .assign (X3DUrlObject .prototype,
38163
38078
  return;
38164
38079
 
38165
38080
  const
38166
- elapsedTime = (Time_Time .now () - this [_autoRefreshCompleteTime]) / 1000,
38081
+ elapsedTime = (Date .now () - this [_autoRefreshCompleteTime]) / 1000,
38167
38082
  autoRefresh = this ._autoRefresh .getValue ();
38168
38083
 
38169
38084
  let autoRefreshInterval = autoRefresh - elapsedTime;
@@ -38313,7 +38228,7 @@ const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
38313
38228
  x_ite_Namespace .set ("x_ite/Prototype/X3DProtoDeclarationNode", X3DProtoDeclarationNode_default_);
38314
38229
  /* harmony default export */ const Prototype_X3DProtoDeclarationNode = (X3DProtoDeclarationNode_default_);
38315
38230
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38316
- /* provided dependency */ var $ = __webpack_require__(644);
38231
+ /* provided dependency */ var $ = __webpack_require__(933);
38317
38232
  /*******************************************************************************
38318
38233
  *
38319
38234
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -39137,7 +39052,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
39137
39052
  x_ite_Namespace .set ("x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
39138
39053
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
39139
39054
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
39140
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(644);
39055
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(933);
39141
39056
  /*******************************************************************************
39142
39057
  *
39143
39058
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41689,7 +41604,7 @@ const VRMLParser_default_ = VRMLParser;
41689
41604
  x_ite_Namespace .set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
41690
41605
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41691
41606
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41692
- /* provided dependency */ var XMLParser_$ = __webpack_require__(644);
41607
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(933);
41693
41608
  /*******************************************************************************
41694
41609
  *
41695
41610
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43700,7 +43615,7 @@ const URLs_default_ = URLs;
43700
43615
  x_ite_Namespace .set ("x_ite/Browser/Networking/URLs", URLs_default_);
43701
43616
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43702
43617
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
43703
- /* provided dependency */ var libtess = __webpack_require__(387);
43618
+ /* provided dependency */ var libtess = __webpack_require__(206);
43704
43619
  /*******************************************************************************
43705
43620
  *
43706
43621
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44630,7 +44545,7 @@ const Box3_default_ = Box3;
44630
44545
  x_ite_Namespace .set ("standard/Math/Geometry/Box3", Box3_default_);
44631
44546
  /* harmony default export */ const Geometry_Box3 = (Box3_default_);
44632
44547
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
44633
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(644);
44548
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(933);
44634
44549
  /*******************************************************************************
44635
44550
  *
44636
44551
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47436,7 +47351,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
47436
47351
  x_ite_Namespace .set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
47437
47352
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
47438
47353
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
47439
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(644);
47354
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(933);
47440
47355
  /*******************************************************************************
47441
47356
  *
47442
47357
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47588,7 +47503,7 @@ const GLB2Parser_default_ = GLB2Parser;
47588
47503
  x_ite_Namespace .set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
47589
47504
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
47590
47505
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
47591
- /* provided dependency */ var OBJParser_$ = __webpack_require__(644);
47506
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(933);
47592
47507
  /*******************************************************************************
47593
47508
  *
47594
47509
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50943,8 +50858,8 @@ const MatrixStack_default_ = MatrixStack;
50943
50858
  x_ite_Namespace .set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
50944
50859
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50945
50860
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50946
- /* provided dependency */ var SVGParser_$ = __webpack_require__(644);
50947
- /* provided dependency */ var SVGParser_libtess = __webpack_require__(387);
50861
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(933);
50862
+ /* provided dependency */ var SVGParser_libtess = __webpack_require__(206);
50948
50863
  /*******************************************************************************
50949
50864
  *
50950
50865
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53712,7 +53627,7 @@ const SVGParser_default_ = SVGParser;
53712
53627
  x_ite_Namespace .set ("x_ite/Parser/SVGParser", SVGParser_default_);
53713
53628
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53714
53629
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53715
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(644);
53630
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(933);
53716
53631
  /*******************************************************************************
53717
53632
  *
53718
53633
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55408,7 +55323,6 @@ x_ite_Namespace .set ("standard/Time/StopWatch", StopWatch_default_);
55408
55323
 
55409
55324
 
55410
55325
 
55411
-
55412
55326
  const DEPTH_BUFFER_SIZE = 16;
55413
55327
 
55414
55328
  function X3DRenderObject (executionContext)
@@ -56341,7 +56255,7 @@ Object .assign (X3DRenderObject .prototype,
56341
56255
  oit = browser .getFrameBuffer () .getOrderIndependentTransparency ();
56342
56256
 
56343
56257
 
56344
- this .renderTime = Time_Time .now ();
56258
+ this .renderTime = Date .now ();
56345
56259
 
56346
56260
  this .logarithmicDepthBuffer = browser .getBrowserOption ("LogarithmicDepthBuffer")
56347
56261
  || this .getViewpoint () .getLogarithmicDepthBuffer ();
@@ -56576,7 +56490,7 @@ Object .assign (Object .setPrototypeOf (BindableStack .prototype, Base_X3DBaseNo
56576
56490
  },
56577
56491
  update (layerNode, removedNodes, changedNodes)
56578
56492
  {
56579
- if (removedNodes .length === 0 && changedNodes .length === 0)
56493
+ if (!removedNodes .length && !changedNodes .length)
56580
56494
  return;
56581
56495
 
56582
56496
  // Save top node for later use.
@@ -56599,7 +56513,7 @@ Object .assign (Object .setPrototypeOf (BindableStack .prototype, Base_X3DBaseNo
56599
56513
 
56600
56514
  if (boundNode !== this .nodes [0])
56601
56515
  {
56602
- if (changedNodes .some (node => ! node ._set_bind .getValue () && node === boundNode))
56516
+ if (changedNodes .some (node => !node ._set_bind .getValue () && node === boundNode))
56603
56517
  {
56604
56518
  this .nodes .pop ();
56605
56519
  }
@@ -56713,7 +56627,6 @@ x_ite_Namespace .set ("x_ite/Execution/BindableStack", BindableStack_default_);
56713
56627
 
56714
56628
 
56715
56629
 
56716
-
56717
56630
  function BindableList (executionContext, defaultNode)
56718
56631
  {
56719
56632
  Base_X3DBaseNode .call (this, executionContext);
@@ -56795,10 +56708,7 @@ Object .assign (Object .setPrototypeOf (BindableList .prototype, Base_X3DBaseNod
56795
56708
  },
56796
56709
  update (layerNode, stack)
56797
56710
  {
56798
- const
56799
- collectedNodes = this .collectedNodes,
56800
- changedNodes = this .changedNodes,
56801
- removedNodes = this .removedNodes;
56711
+ const { collectedNodes, changedNodes, removedNodes } = this;
56802
56712
 
56803
56713
  for (const node of collectedNodes)
56804
56714
  {
@@ -56837,14 +56747,14 @@ Object .assign (Object .setPrototypeOf (BindableList .prototype, Base_X3DBaseNod
56837
56747
 
56838
56748
  // Advance updateTime time.
56839
56749
 
56840
- this .updateTime = Time_Time .now ();
56750
+ this .updateTime = Date .now ();
56841
56751
  },
56842
56752
  });
56843
56753
 
56844
56754
  for (const key of Object .keys (BindableList .prototype))
56845
56755
  Object .defineProperty (BindableList .prototype, key, { enumerable: false });
56846
56756
 
56847
- // Compares two nodess.
56757
+ // Compares two nodes.
56848
56758
 
56849
56759
  function equals (lhs, rhs)
56850
56760
  {
@@ -56854,7 +56764,7 @@ function equals (lhs, rhs)
56854
56764
  for (let i = 0; i < lhs .length; ++ i)
56855
56765
  {
56856
56766
  if (lhs [i] !== rhs [i])
56857
- return false
56767
+ return false;
56858
56768
  }
56859
56769
 
56860
56770
  return true;
@@ -60497,7 +60407,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
60497
60407
  x_ite_Namespace .set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
60498
60408
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
60499
60409
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
60500
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(644);
60410
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(933);
60501
60411
  /*******************************************************************************
60502
60412
  *
60503
60413
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -60554,7 +60464,6 @@ x_ite_Namespace .set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2
60554
60464
 
60555
60465
 
60556
60466
 
60557
-
60558
60467
  function ImageTexture (executionContext)
60559
60468
  {
60560
60469
  Texturing_X3DTexture2DNode .call (this, executionContext);
@@ -60609,7 +60518,7 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
60609
60518
  if (this .URL .protocol !== "data:")
60610
60519
  {
60611
60520
  if (!this .getCache ())
60612
- this .URL .searchParams .set ("_", Time_Time .now ());
60521
+ this .URL .searchParams .set ("_", Date .now ());
60613
60522
  }
60614
60523
 
60615
60524
  this .image .attr ("src", this .URL .href);
@@ -61504,7 +61413,6 @@ x_ite_Namespace .set ("x_ite/Components/Core/X3DSensorNode", X3DSensorNode_defau
61504
61413
 
61505
61414
 
61506
61415
 
61507
-
61508
61416
  function X3DTimeDependentNode (executionContext)
61509
61417
  {
61510
61418
  this .addType (Base_X3DConstants .X3DTimeDependentNode);
@@ -61719,7 +61627,7 @@ Object .assign (Object .setPrototypeOf (X3DTimeDependentNode .prototype, Core_X3
61719
61627
  },
61720
61628
  real_pause ()
61721
61629
  {
61722
- this .pause = Time_Time .now ();
61630
+ this .pause = Date .now ();
61723
61631
 
61724
61632
  this .set_pause ();
61725
61633
 
@@ -61740,7 +61648,7 @@ Object .assign (Object .setPrototypeOf (X3DTimeDependentNode .prototype, Core_X3
61740
61648
  },
61741
61649
  real_resume ()
61742
61650
  {
61743
- const interval = (Time_Time .now () - this .pause) / 1000;
61651
+ const interval = (Date .now () - this .pause) / 1000;
61744
61652
 
61745
61653
  this .pauseInterval += interval;
61746
61654
 
@@ -65041,7 +64949,7 @@ const X3DWorld_default_ = X3DWorld;
65041
64949
  x_ite_Namespace .set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
65042
64950
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
65043
64951
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
65044
- /* provided dependency */ var FileLoader_$ = __webpack_require__(644);
64952
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(933);
65045
64953
  /*******************************************************************************
65046
64954
  *
65047
64955
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -88689,7 +88597,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
88689
88597
  x_ite_Namespace .set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
88690
88598
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
88691
88599
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
88692
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(644);
88600
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(933);
88693
88601
  /*******************************************************************************
88694
88602
  *
88695
88603
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -94424,7 +94332,7 @@ getSkinVertex (const in vec4 vertex, const in vec3 normal)
94424
94332
 
94425
94333
  #if defined (X3D_NORMALS)
94426
94334
  vec3
94427
- getSkinNormal (const in vec3)
94335
+ getSkinNormal (const in vec3 normal)
94428
94336
  {
94429
94337
  return skinNormal;
94430
94338
  }
@@ -95042,11 +94950,11 @@ x_ite_Namespace .set ("assets/shaders/webgl2/include/Texture.glsl", include_Text
95042
94950
  const Utils_glsl_default_ = /* glsl */ `
95043
94951
  #if defined (X3D_SKINNING) || defined (X3D_PARTICLE_SYSTEM)
95044
94952
  vec4
95045
- texelFetch (const in sampler2D sampler, const in int index, const in int lod)
94953
+ texelFetch (const in sampler2D _sampler, const in int index, const in int lod)
95046
94954
  {
95047
- int x = textureSize (sampler, lod) .x;
94955
+ int x = textureSize (_sampler, lod) .x;
95048
94956
  ivec2 p = ivec2 (index % x, index / x);
95049
- vec4 t = texelFetch (sampler, p, lod);
94957
+ vec4 t = texelFetch (_sampler, p, lod);
95050
94958
 
95051
94959
  return t;
95052
94960
  }
@@ -95074,7 +94982,7 @@ uniform mat4 x3d_ModelViewMatrix;
95074
94982
  #endif
95075
94983
 
95076
94984
  #if defined (X3D_COLOR_MATERIAL)
95077
- in vec4 x3d_Color;
94985
+ in vec4 x3d_Color;
95078
94986
  #endif
95079
94987
 
95080
94988
  #if ! defined (X3D_GEOMETRY_0D) && ! defined (X3D_GEOMETRY_1D)
@@ -97644,7 +97552,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
97644
97552
  x_ite_Namespace .set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
97645
97553
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
97646
97554
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
97647
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(644);
97555
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(933);
97648
97556
  /*******************************************************************************
97649
97557
  *
97650
97558
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -98301,7 +98209,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
98301
98209
  x_ite_Namespace .set ("x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
98302
98210
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
98303
98211
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
98304
- /* provided dependency */ var Appearance_$ = __webpack_require__(644);
98212
+ /* provided dependency */ var Appearance_$ = __webpack_require__(933);
98305
98213
  /*******************************************************************************
98306
98214
  *
98307
98215
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -102030,7 +101938,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
102030
101938
  x_ite_Namespace .set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
102031
101939
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
102032
101940
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
102033
- /* provided dependency */ var AudioClip_$ = __webpack_require__(644);
101941
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(933);
102034
101942
  /*******************************************************************************
102035
101943
  *
102036
101944
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -102086,7 +101994,6 @@ x_ite_Namespace .set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourc
102086
101994
 
102087
101995
 
102088
101996
 
102089
-
102090
101997
  function AudioClip (executionContext)
102091
101998
  {
102092
101999
  Sound_X3DSoundSourceNode .call (this, executionContext);
@@ -102154,7 +102061,7 @@ Object .assign (Object .setPrototypeOf (AudioClip .prototype, Sound_X3DSoundSour
102154
102061
  if (this .URL .protocol !== "data:")
102155
102062
  {
102156
102063
  if (!this .getCache ())
102157
- this .URL .searchParams .set ("_", Time_Time .now ());
102064
+ this .URL .searchParams .set ("_", Date .now ());
102158
102065
  }
102159
102066
 
102160
102067
  this .audio .attr ("src", this .URL .href);
@@ -105142,8 +105049,8 @@ const GIFMedia_default_ = GifMedia;
105142
105049
  x_ite_Namespace .set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
105143
105050
  /* harmony default export */ const GIFMedia = (GIFMedia_default_);
105144
105051
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
105145
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(644);
105146
- /* provided dependency */ var SuperGif = __webpack_require__(880);
105052
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(933);
105053
+ /* provided dependency */ var SuperGif = __webpack_require__(433);
105147
105054
  /*******************************************************************************
105148
105055
  *
105149
105056
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -105202,7 +105109,6 @@ x_ite_Namespace .set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
105202
105109
 
105203
105110
 
105204
105111
 
105205
-
105206
105112
  function MovieTexture (executionContext)
105207
105113
  {
105208
105114
  Texturing_X3DTexture2DNode .call (this, executionContext);
@@ -105273,7 +105179,7 @@ Object .assign (Object .setPrototypeOf (MovieTexture .prototype, Texturing_X3DTe
105273
105179
  if (this .URL .protocol !== "data:")
105274
105180
  {
105275
105181
  if (!this .getCache ())
105276
- this .URL .searchParams .set ("_", Time_Time .now ());
105182
+ this .URL .searchParams .set ("_", Date .now ());
105277
105183
  }
105278
105184
 
105279
105185
  if (this .URL .pathname .endsWith (".gif"))
@@ -106309,7 +106215,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
106309
106215
  x_ite_Namespace .set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
106310
106216
  /* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
106311
106217
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
106312
- /* provided dependency */ var PixelTexture_$ = __webpack_require__(644);
106218
+ /* provided dependency */ var PixelTexture_$ = __webpack_require__(933);
106313
106219
  /*******************************************************************************
106314
106220
  *
106315
106221
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107705,7 +107611,7 @@ x_ite_Namespace .set ("x_ite/Components/Texturing", Texturing_default_);
107705
107611
 
107706
107612
 
107707
107613
 
107708
- const Components_Time_default_ = {
107614
+ const Time_default_ = {
107709
107615
  name: "Time",
107710
107616
  concreteNodes:
107711
107617
  [
@@ -107718,8 +107624,8 @@ const Components_Time_default_ = {
107718
107624
  };
107719
107625
  ;
107720
107626
 
107721
- x_ite_Namespace .set ("x_ite/Components/Time", Components_Time_default_);
107722
- /* harmony default export */ const Components_Time = (Components_Time_default_);
107627
+ x_ite_Namespace .set ("x_ite/Components/Time", Time_default_);
107628
+ /* harmony default export */ const Time = (Time_default_);
107723
107629
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Context.js
107724
107630
  /*******************************************************************************
107725
107631
  *
@@ -108500,7 +108406,7 @@ const gettext_default_ = gettext;
108500
108406
  x_ite_Namespace .set ("locale/gettext", gettext_default_);
108501
108407
  /* harmony default export */ const locale_gettext = (gettext_default_);
108502
108408
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
108503
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(644);
108409
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(933);
108504
108410
  /*******************************************************************************
108505
108411
  *
108506
108412
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -108930,7 +108836,7 @@ const TextureQuality_default_ = TextureQuality;
108930
108836
  x_ite_Namespace .set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
108931
108837
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
108932
108838
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
108933
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(644);
108839
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(933);
108934
108840
  /*******************************************************************************
108935
108841
  *
108936
108842
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -109522,7 +109428,7 @@ const RenderingProperties_default_ = RenderingProperties;
109522
109428
  x_ite_Namespace .set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
109523
109429
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
109524
109430
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
109525
- /* provided dependency */ var Notification_$ = __webpack_require__(644);
109431
+ /* provided dependency */ var Notification_$ = __webpack_require__(933);
109526
109432
  /*******************************************************************************
109527
109433
  *
109528
109434
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -109645,8 +109551,8 @@ const Notification_default_ = Notification;
109645
109551
  x_ite_Namespace .set ("x_ite/Browser/Core/Notification", Notification_default_);
109646
109552
  /* harmony default export */ const Core_Notification = (Notification_default_);
109647
109553
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
109648
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(306);
109649
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(644);
109554
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(708);
109555
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(933);
109650
109556
  /*******************************************************************************
109651
109557
  *
109652
109558
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112366,7 +112272,7 @@ const DataStorage_default_ = DataStorage;
112366
112272
  x_ite_Namespace .set ("standard/Utility/DataStorage", DataStorage_default_);
112367
112273
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
112368
112274
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
112369
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(644);
112275
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(933);
112370
112276
  /*******************************************************************************
112371
112277
  *
112372
112278
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114399,8 +114305,8 @@ const X3DViewer_default_ = X3DViewer;
114399
114305
  x_ite_Namespace .set ("x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
114400
114306
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
114401
114307
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
114402
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(435);
114403
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(644);
114308
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(927);
114309
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(933);
114404
114310
  /*******************************************************************************
114405
114311
  *
114406
114312
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114460,7 +114366,6 @@ x_ite_Namespace .set ("x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
114460
114366
 
114461
114367
 
114462
114368
 
114463
-
114464
114369
  typeof jquery_mousewheel; // import plugin
114465
114370
 
114466
114371
  const macOS = /Mac OS X/i .test (navigator .userAgent)
@@ -114568,7 +114473,7 @@ Object .assign (Object .setPrototypeOf (ExamineViewer .prototype, Navigation_X3D
114568
114473
  if (this .button >= 0)
114569
114474
  return;
114570
114475
 
114571
- this .pressTime = Time_Time .now ();
114476
+ this .pressTime = Date .now ();
114572
114477
 
114573
114478
  const { x, y } = this .getBrowser () .getPointerFromEvent (event);
114574
114479
 
@@ -114651,7 +114556,7 @@ Object .assign (Object .setPrototypeOf (ExamineViewer .prototype, Navigation_X3D
114651
114556
 
114652
114557
  this .getBrowser () .setCursor ("DEFAULT");
114653
114558
 
114654
- if (Math .abs (this .rotation .angle) > SPIN_ANGLE && Time_Time .now () - this .motionTime < SPIN_RELEASE_TIME)
114559
+ if (Math .abs (this .rotation .angle) > SPIN_ANGLE && Date .now () - this .motionTime < SPIN_RELEASE_TIME)
114655
114560
  this .addSpinning (this .rotation);
114656
114561
 
114657
114562
  this ._isActive = false;
@@ -114705,13 +114610,13 @@ Object .assign (Object .setPrototypeOf (ExamineViewer .prototype, Navigation_X3D
114705
114610
 
114706
114611
  this .rotation .setFromToVec (toVector, this .fromVector);
114707
114612
 
114708
- if (Math .abs (this .rotation .angle) < SPIN_ANGLE && Time_Time .now () - this .pressTime < MOTION_TIME)
114613
+ if (Math .abs (this .rotation .angle) < SPIN_ANGLE && Date .now () - this .pressTime < MOTION_TIME)
114709
114614
  return;
114710
114615
 
114711
114616
  this .addRotate (this .rotation);
114712
114617
 
114713
114618
  this .fromVector .assign (toVector);
114714
- this .motionTime = Time_Time .now ();
114619
+ this .motionTime = Date .now ();
114715
114620
  break;
114716
114621
  }
114717
114622
  case 1:
@@ -115273,8 +115178,8 @@ const ExamineViewer_default_ = ExamineViewer;
115273
115178
  x_ite_Namespace .set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
115274
115179
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
115275
115180
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
115276
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(435);
115277
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(644);
115181
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(927);
115182
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(933);
115278
115183
  /*******************************************************************************
115279
115184
  *
115280
115185
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115331,7 +115236,6 @@ x_ite_Namespace .set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_de
115331
115236
 
115332
115237
 
115333
115238
 
115334
-
115335
115239
  typeof X3DFlyViewer_jquery_mousewheel; // import plugin
115336
115240
 
115337
115241
  const X3DFlyViewer_macOS = /Mac OS X/i .test (navigator .userAgent)
@@ -115695,7 +115599,7 @@ Object .assign (Object .setPrototypeOf (X3DFlyViewer .prototype, Navigation_X3DV
115695
115599
  const
115696
115600
  navigationInfo = this .getNavigationInfo (),
115697
115601
  viewpoint = this .getActiveViewpoint (),
115698
- now = Time_Time .now (),
115602
+ now = Date .now (),
115699
115603
  dt = (now - this .startTime) / 1000;
115700
115604
 
115701
115605
  upVector .assign (viewpoint .getUpVector ());
@@ -115765,7 +115669,7 @@ Object .assign (Object .setPrototypeOf (X3DFlyViewer .prototype, Navigation_X3DV
115765
115669
  const
115766
115670
  navigationInfo = this .getNavigationInfo (),
115767
115671
  viewpoint = this .getActiveViewpoint (),
115768
- now = Time_Time .now (),
115672
+ now = Date .now (),
115769
115673
  dt = (now - this .startTime) / 1000,
115770
115674
  upVector = viewpoint .getUpVector ();
115771
115675
 
@@ -115803,7 +115707,7 @@ Object .assign (Object .setPrototypeOf (X3DFlyViewer .prototype, Navigation_X3DV
115803
115707
  this .getBrowser () .prepareEvents () .addInterest ("fly", this);
115804
115708
  this .getBrowser () .addBrowserEvent ();
115805
115709
 
115806
- this .startTime = Time_Time .now ();
115710
+ this .startTime = Date .now ();
115807
115711
  },
115808
115712
  addPan ()
115809
115713
  {
@@ -115814,7 +115718,7 @@ Object .assign (Object .setPrototypeOf (X3DFlyViewer .prototype, Navigation_X3DV
115814
115718
  this .getBrowser () .prepareEvents () .addInterest ("pan", this);
115815
115719
  this .getBrowser () .addBrowserEvent ();
115816
115720
 
115817
- this .startTime = Time_Time .now ();
115721
+ this .startTime = Date .now ();
115818
115722
  },
115819
115723
  addRoll: (() =>
115820
115724
  {
@@ -116247,8 +116151,8 @@ const FlyViewer_default_ = FlyViewer;
116247
116151
  x_ite_Namespace .set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
116248
116152
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
116249
116153
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
116250
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(435);
116251
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(644);
116154
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(927);
116155
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(933);
116252
116156
  /*******************************************************************************
116253
116157
  *
116254
116158
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116579,8 +116483,8 @@ const NoneViewer_default_ = NoneViewer;
116579
116483
  x_ite_Namespace .set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
116580
116484
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
116581
116485
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
116582
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(435);
116583
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(644);
116486
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(927);
116487
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(933);
116584
116488
  /*******************************************************************************
116585
116489
  *
116586
116490
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117719,8 +117623,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
117719
117623
  x_ite_Namespace .set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
117720
117624
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
117721
117625
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
117722
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(435);
117723
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(644);
117626
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(927);
117627
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(933);
117724
117628
  /*******************************************************************************
117725
117629
  *
117726
117630
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118998,8 +118902,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
118998
118902
  x_ite_Namespace .set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
118999
118903
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
119000
118904
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
119001
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(644);
119002
- /* provided dependency */ var ResizeSensor = __webpack_require__(905);
118905
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(933);
118906
+ /* provided dependency */ var ResizeSensor = __webpack_require__(865);
119003
118907
  /*******************************************************************************
119004
118908
  *
119005
118909
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120212,7 +120116,6 @@ x_ite_Namespace .set ("x_ite/Browser/Texturing/X3DTexturingContext", X3DTexturin
120212
120116
 
120213
120117
 
120214
120118
 
120215
-
120216
120119
  const
120217
120120
  _currentTime = Symbol (),
120218
120121
  _currentFrameRate = Symbol (),
@@ -120221,7 +120124,7 @@ const
120221
120124
 
120222
120125
  function X3DTimeContext ()
120223
120126
  {
120224
- this [_currentTime] = Time_Time .now () / 1000;
120127
+ this [_currentTime] = Date .now () / 1000;
120225
120128
  this [_currentFrameRate] = 60;
120226
120129
  this [_currentPosition] = new Numbers_Vector3 (0, 0, 0);
120227
120130
  this [_currentSpeed] = 0;
@@ -120248,7 +120151,7 @@ Object .assign (X3DTimeContext .prototype,
120248
120151
  return function ()
120249
120152
  {
120250
120153
  const
120251
- time = Time_Time .now () / 1000,
120154
+ time = Date .now () / 1000,
120252
120155
  interval = time - this [_currentTime];
120253
120156
 
120254
120157
  this [_currentTime] = time;
@@ -121218,7 +121121,7 @@ Components .add (Components_Shaders);
121218
121121
  Components .add (Components_Shape);
121219
121122
  Components .add (Components_Sound);
121220
121123
  Components .add (Texturing);
121221
- Components .add (Components_Time);
121124
+ Components .add (Time);
121222
121125
 
121223
121126
  external = true;
121224
121127
 
@@ -121228,7 +121131,7 @@ const Components_default_ = Components;
121228
121131
  x_ite_Namespace .set ("x_ite/Components", Components_default_);
121229
121132
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
121230
121133
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
121231
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(644);
121134
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(933);
121232
121135
  /*******************************************************************************
121233
121136
  * MIT License
121234
121137
  *
@@ -121617,7 +121520,7 @@ const DOMIntegration_default_ = DOMIntegration;
121617
121520
  x_ite_Namespace .set ("x_ite/Browser/DOMIntegration", DOMIntegration_default_);
121618
121521
  /* harmony default export */ const Browser_DOMIntegration = (DOMIntegration_default_);
121619
121522
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
121620
- /* provided dependency */ var Legacy_$ = __webpack_require__(644);
121523
+ /* provided dependency */ var Legacy_$ = __webpack_require__(933);
121621
121524
  /*******************************************************************************
121622
121525
  *
121623
121526
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122448,7 +122351,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
122448
122351
  x_ite_Namespace .set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
122449
122352
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
122450
122353
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
122451
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(644);
122354
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(933);
122452
122355
  /*******************************************************************************
122453
122356
  *
122454
122357
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -123514,8 +123417,8 @@ const X3DBrowser_default_ = X3DBrowser;
123514
123417
  x_ite_Namespace .set ("x_ite/Browser/X3DBrowser", X3DBrowser_default_);
123515
123418
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
123516
123419
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
123517
- /* provided dependency */ var jquery_$ = __webpack_require__(644);
123518
- /* provided dependency */ var pako = __webpack_require__(993);
123420
+ /* provided dependency */ var jquery_$ = __webpack_require__(933);
123421
+ /* provided dependency */ var pako = __webpack_require__(100);
123519
123422
  Object .assign (jquery_$,
123520
123423
  {
123521
123424
  decodeText (input)
@@ -123580,14 +123483,14 @@ const jquery_default_ = jquery_$;
123580
123483
  x_ite_Namespace .set ("lib/jquery", jquery_default_);
123581
123484
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
123582
123485
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
123583
- /* provided dependency */ var libtess_libtess = __webpack_require__(387);
123486
+ /* provided dependency */ var libtess_libtess = __webpack_require__(206);
123584
123487
  const libtess_default_ = libtess_libtess;
123585
123488
  ;
123586
123489
 
123587
123490
  x_ite_Namespace .set ("lib/libtess", libtess_default_);
123588
123491
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
123589
123492
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
123590
- /* provided dependency */ var X3D_$ = __webpack_require__(644);
123493
+ /* provided dependency */ var X3D_$ = __webpack_require__(933);
123591
123494
  /*******************************************************************************
123592
123495
  *
123593
123496
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -123843,7 +123746,7 @@ const X3D_default_ = X3D;
123843
123746
  x_ite_Namespace .set ("x_ite/X3D", X3D_default_);
123844
123747
  /* harmony default export */ const x_ite_X3D = (X3D_default_);
123845
123748
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
123846
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(644);
123749
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(933);
123847
123750
  /*******************************************************************************
123848
123751
  *
123849
123752
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124114,7 +124017,7 @@ x_ite_Namespace .set ("shim", shim_default_);
124114
124017
 
124115
124018
  // Assign X3D to global namespace.
124116
124019
 
124117
- window [Symbol .for ("X_ITE.X3D-8.11.3")] = x_ite_X3D;
124020
+ window [Symbol .for ("X_ITE.X3D-8.11.4")] = x_ite_X3D;
124118
124021
 
124119
124022
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
124120
124023