x_ite 8.7.3 → 8.7.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 (71) hide show
  1. package/build/bin/bump.pl +2 -0
  2. package/dist/assets/components/Annotation.js +13 -13
  3. package/dist/assets/components/Annotation.min.js +1 -1
  4. package/dist/assets/components/CADGeometry.js +13 -13
  5. package/dist/assets/components/CADGeometry.min.js +1 -1
  6. package/dist/assets/components/CubeMapTexturing.js +25 -25
  7. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  8. package/dist/assets/components/DIS.js +13 -13
  9. package/dist/assets/components/DIS.min.js +1 -1
  10. package/dist/assets/components/EventUtilities.js +9 -9
  11. package/dist/assets/components/EventUtilities.min.js +1 -1
  12. package/dist/assets/components/Geometry2D.js +19 -19
  13. package/dist/assets/components/Geometry2D.min.js +1 -1
  14. package/dist/assets/components/Geospatial.js +33 -33
  15. package/dist/assets/components/Geospatial.min.js +1 -1
  16. package/dist/assets/components/HAnim.js +18 -18
  17. package/dist/assets/components/HAnim.min.js +1 -1
  18. package/dist/assets/components/KeyDeviceSensor.js +8 -8
  19. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  20. package/dist/assets/components/Layout.js +27 -27
  21. package/dist/assets/components/Layout.min.js +1 -1
  22. package/dist/assets/components/NURBS.js +24 -24
  23. package/dist/assets/components/NURBS.min.js +1 -1
  24. package/dist/assets/components/ParticleSystems.js +22 -22
  25. package/dist/assets/components/ParticleSystems.min.js +1 -1
  26. package/dist/assets/components/Picking.js +20 -20
  27. package/dist/assets/components/Picking.min.js +1 -1
  28. package/dist/assets/components/RigidBodyPhysics.js +18 -18
  29. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  30. package/dist/assets/components/Scripting.js +28 -28
  31. package/dist/assets/components/Scripting.min.js +1 -1
  32. package/dist/assets/components/Text.js +24 -24
  33. package/dist/assets/components/Text.min.js +1 -1
  34. package/dist/assets/components/TextureProjector.js +14 -14
  35. package/dist/assets/components/TextureProjector.min.js +1 -1
  36. package/dist/assets/components/Texturing3D.js +31 -31
  37. package/dist/assets/components/Texturing3D.min.js +1 -1
  38. package/dist/assets/components/VolumeRendering.js +19 -19
  39. package/dist/assets/components/VolumeRendering.min.js +1 -1
  40. package/dist/assets/components/X_ITE.js +9 -9
  41. package/dist/assets/components/X_ITE.min.js +1 -1
  42. package/dist/x_ite.css +1 -1
  43. package/dist/x_ite.js +465 -344
  44. package/dist/x_ite.min.js +1 -1
  45. package/dist/x_ite.zip +0 -0
  46. package/docs/_config.yml +1 -1
  47. package/docs/_posts/reference/field-services-and-objects.md +1 -1
  48. package/package.json +2 -2
  49. package/src/x_ite/Base/FieldArray.js +3 -2
  50. package/src/x_ite/Base/FieldDefinitionArray.js +3 -2
  51. package/src/x_ite/Base/X3DArrayField.js +27 -3
  52. package/src/x_ite/Base/X3DInfoArray.js +69 -12
  53. package/src/x_ite/Base/X3DObject.js +5 -0
  54. package/src/x_ite/Browser/VERSION.js +1 -1
  55. package/src/x_ite/Browser/X3DBrowser.js +3 -3
  56. package/src/x_ite/Components/Core/X3DPrototypeInstance.js +4 -4
  57. package/src/x_ite/Components/Picking/X3DPickSensorNode.js +2 -2
  58. package/src/x_ite/Configuration/ComponentInfoArray.js +2 -2
  59. package/src/x_ite/Configuration/ProfileInfoArray.js +2 -2
  60. package/src/x_ite/Configuration/UnitInfoArray.js +15 -1
  61. package/src/x_ite/Execution/BindableList.js +1 -1
  62. package/src/x_ite/Execution/ExportedNodesArray.js +4 -3
  63. package/src/x_ite/Execution/ImportedNodesArray.js +4 -3
  64. package/src/x_ite/Execution/NamedNodesArray.js +16 -2
  65. package/src/x_ite/Execution/X3DScene.js +1 -1
  66. package/src/x_ite/Fields/SFNode.js +1 -1
  67. package/src/x_ite/InputOutput/FileLoader.js +2 -2
  68. package/src/x_ite/Parser/XMLParser.js +18 -18
  69. package/src/x_ite/Prototype/ExternProtoDeclarationArray.js +3 -2
  70. package/src/x_ite/Prototype/ProtoDeclarationArray.js +4 -3
  71. package/src/x_ite/Routing/RouteArray.js +3 -2
package/dist/x_ite.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v8.7.3 */(function webpackUniversalModuleDefinition(root, factory) {
1
+ /* X_ITE v8.7.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
- /***/ 675:
14
+ /***/ 66:
15
15
  /***/ (function(module, exports, __webpack_require__) {
16
16
 
17
17
  "use strict";
18
- /* provided dependency */ var jQuery = __webpack_require__(638);
18
+ /* provided dependency */ var jQuery = __webpack_require__(917);
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
- /***/ 50:
390
+ /***/ 936:
391
391
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
392
392
 
393
- /* provided dependency */ var jQuery = __webpack_require__(638);
393
+ /* provided dependency */ var jQuery = __webpack_require__(917);
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
- /***/ 138:
589
+ /***/ 132:
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__(638)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
603
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(917)], __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
- /***/ 638:
814
+ /***/ 917:
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
- /***/ 181:
11526
+ /***/ 836:
11527
11527
  /***/ ((module) => {
11528
11528
 
11529
11529
  /**
@@ -16302,7 +16302,7 @@ if (true) {
16302
16302
 
16303
16303
  /***/ }),
16304
16304
 
16305
- /***/ 418:
16305
+ /***/ 480:
16306
16306
  /***/ (function(__unused_webpack_module, exports) {
16307
16307
 
16308
16308
 
@@ -19547,7 +19547,7 @@ if (true) {
19547
19547
 
19548
19548
  /***/ }),
19549
19549
 
19550
- /***/ 252:
19550
+ /***/ 168:
19551
19551
  /***/ (function(module, exports) {
19552
19552
 
19553
19553
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -22033,6 +22033,11 @@ X3DObject .prototype =
22033
22033
  for (const key of Reflect .ownKeys (X3DObject .prototype))
22034
22034
  Object .defineProperty (X3DObject .prototype, key, { enumerable: false });
22035
22035
 
22036
+ Object .defineProperty (X3DObject .prototype, Symbol .toStringTag,
22037
+ {
22038
+ get: function () { return this .getTypeName (); },
22039
+ });
22040
+
22036
22041
  Object .assign (X3DObject,
22037
22042
  {
22038
22043
  getId: (function ()
@@ -22627,16 +22632,20 @@ const handler =
22627
22632
  },
22628
22633
  };
22629
22634
 
22630
- function X3DInfoArray (values)
22635
+ function X3DInfoArray (values, ValueType)
22631
22636
  {
22632
- this [_array] = [ ];
22633
- this [_index] = new Map ();
22634
- this [Symbol .iterator] = this [_array] [Symbol .iterator];
22637
+ this [_array] = [ ];
22638
+ this [_index] = new Map ();
22635
22639
 
22636
22640
  if (values)
22637
22641
  {
22638
22642
  for (const value of values)
22643
+ {
22644
+ if (!(value instanceof ValueType))
22645
+ throw new TypeError (`Wrong type in construction of ${this .getTypeName ()}.`);
22646
+
22639
22647
  this .add (value .name, value);
22648
+ }
22640
22649
  }
22641
22650
 
22642
22651
  return new Proxy (this, handler);
@@ -22644,11 +22653,19 @@ function X3DInfoArray (values)
22644
22653
 
22645
22654
  X3DInfoArray .prototype = {
22646
22655
  constructor: X3DInfoArray,
22656
+ [Symbol .iterator]: function* ()
22657
+ {
22658
+ yield* this [_array];
22659
+ },
22660
+ copy: function ()
22661
+ {
22662
+ return new (this .constructor) (this [_array]);
22663
+ },
22647
22664
  equals: function (array)
22648
22665
  {
22649
22666
  const
22650
22667
  a = this [_array],
22651
- b = array [_array] || array,
22668
+ b = array [_array],
22652
22669
  length = a .length;
22653
22670
 
22654
22671
  if (a === b)
@@ -22684,6 +22701,8 @@ X3DInfoArray .prototype = {
22684
22701
  },
22685
22702
  update: function (oldKey, newKey, value)
22686
22703
  {
22704
+ // TODO: update alias.
22705
+
22687
22706
  const oldValue = this [_index] .get (oldKey);
22688
22707
 
22689
22708
  if (oldKey !== newKey)
@@ -22706,6 +22725,8 @@ X3DInfoArray .prototype = {
22706
22725
  },
22707
22726
  remove: function (key)
22708
22727
  {
22728
+ // TODO: remove alias.
22729
+
22709
22730
  const value = this [_index] .get (key);
22710
22731
 
22711
22732
  if (value === undefined)
@@ -22719,29 +22740,65 @@ X3DInfoArray .prototype = {
22719
22740
  this [_array] .splice (index, 1);
22720
22741
  },
22721
22742
  at: Array .prototype .at,
22722
- concat: Array .prototype .concat,
22743
+ // concat: Array .prototype .concat,
22744
+ // copyWithin: Array.prototype.copyWithin,
22723
22745
  entries: Array .prototype .entries,
22724
22746
  every: Array .prototype .every,
22725
- fill: Array .prototype .fill,
22726
- filter: Array .prototype .filter,
22747
+ // fill: Array .prototype .fill,
22748
+ filter: function (callbackFn, thisArg)
22749
+ {
22750
+ return new (this .constructor) (Array .prototype .filter .call (this, callbackFn, thisArg));
22751
+ },
22727
22752
  find: Array .prototype .find,
22728
22753
  findIndex: Array .prototype .findIndex,
22729
22754
  findLast: Array .prototype .findLast,
22730
22755
  findLastIndex: Array .prototype .findLastIndex,
22731
- flat: Array .prototype .flat,
22732
- flatMap: Array .prototype .flatMap,
22756
+ // flat: Array .prototype .flat,
22757
+ // flatMap: Array .prototype .flatMap,
22733
22758
  forEach: Array .prototype .forEach,
22734
22759
  includes: Array .prototype .includes,
22735
22760
  indexOf: Array .prototype .indexOf,
22736
22761
  join: Array .prototype .join,
22737
22762
  keys: Array .prototype .keys,
22738
22763
  lastIndexOf: Array .prototype .lastIndexOf,
22739
- map: Array .prototype .map,
22764
+ map: function (callbackFn, thisArg)
22765
+ {
22766
+ return new (this .constructor) (Array .prototype .map .call (this, callbackFn, thisArg));
22767
+ },
22740
22768
  reduce: Array .prototype .reduce,
22741
22769
  reduceRight: Array .prototype .reduceRight,
22742
- slice: Array .prototype .slice,
22770
+ // reverse: Array .prototype .reverse,
22771
+ slice: function (start, end)
22772
+ {
22773
+ return new (this .constructor) (Array .prototype .slice .call (this, start, end));
22774
+ },
22743
22775
  some: Array .prototype .some,
22776
+ // sort: Array .prototype .sort,
22777
+ toReversed: function ()
22778
+ {
22779
+ return new (this .constructor) ([... this] .reverse ());
22780
+ },
22781
+ toSorted: function (compareFn)
22782
+ {
22783
+ return new (this .constructor) ([... this] .sort (compareFn));
22784
+ },
22785
+ toSpliced: function (start, deleteCount, ... insertValues)
22786
+ {
22787
+ const array = [... this];
22788
+
22789
+ array .splice (start, deleteCount, ... insertValues)
22790
+
22791
+ return new (this .constructor) (array);
22792
+ },
22744
22793
  values: Array .prototype .values,
22794
+ with: function (index, value)
22795
+ {
22796
+ const array = [... this];
22797
+
22798
+ array [index] = value;
22799
+
22800
+ return new (this .constructor) (array);
22801
+ },
22745
22802
  toString: function (options = Object .prototype)
22746
22803
  {
22747
22804
  const generator = new InputOutput_Generator (options);
@@ -22828,6 +22885,11 @@ Object .defineProperty (X3DInfoArray .prototype, "length",
22828
22885
  get: function () { return this [_array] .length; },
22829
22886
  });
22830
22887
 
22888
+ Object .defineProperty (X3DInfoArray .prototype, Symbol .toStringTag,
22889
+ {
22890
+ get: function () { return this .getTypeName (); },
22891
+ });
22892
+
22831
22893
  const X3DInfoArray_default_ = X3DInfoArray;
22832
22894
  ;
22833
22895
 
@@ -22883,9 +22945,10 @@ x_ite_Namespace.set ("x_ite/Base/X3DInfoArray", X3DInfoArray_default_);
22883
22945
 
22884
22946
 
22885
22947
 
22948
+
22886
22949
  function FieldDefinitionArray (values)
22887
22950
  {
22888
- return Base_X3DInfoArray.call (this, values);
22951
+ return Base_X3DInfoArray.call (this, values, Base_X3DFieldDefinition);
22889
22952
  }
22890
22953
 
22891
22954
  FieldDefinitionArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
@@ -22905,78 +22968,6 @@ const FieldDefinitionArray_default_ = FieldDefinitionArray;
22905
22968
 
22906
22969
  x_ite_Namespace.set ("x_ite/Base/FieldDefinitionArray", FieldDefinitionArray_default_);
22907
22970
  /* harmony default export */ const Base_FieldDefinitionArray = (FieldDefinitionArray_default_);
22908
- ;// CONCATENATED MODULE: ./src/x_ite/Base/FieldArray.js
22909
- /*******************************************************************************
22910
- *
22911
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
22912
- *
22913
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
22914
- *
22915
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
22916
- *
22917
- * The copyright notice above does not evidence any actual of intended
22918
- * publication of such source code, and is an unpublished work by create3000.
22919
- * This material contains CONFIDENTIAL INFORMATION that is the property of
22920
- * create3000.
22921
- *
22922
- * No permission is granted to copy, distribute, or create derivative works from
22923
- * the contents of this software, in whole or in part, without the prior written
22924
- * permission of create3000.
22925
- *
22926
- * NON-MILITARY USE ONLY
22927
- *
22928
- * All create3000 software are effectively free software with a non-military use
22929
- * restriction. It is free. Well commented source is provided. You may reuse the
22930
- * source in any way you please with the exception anything that uses it must be
22931
- * marked to indicate is contains 'non-military use only' components.
22932
- *
22933
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
22934
- *
22935
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
22936
- *
22937
- * This file is part of the X_ITE Project.
22938
- *
22939
- * X_ITE is free software: you can redistribute it and/or modify it under the
22940
- * terms of the GNU General Public License version 3 only, as published by the
22941
- * Free Software Foundation.
22942
- *
22943
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
22944
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
22945
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
22946
- * details (a copy is included in the LICENSE file that accompanied this code).
22947
- *
22948
- * You should have received a copy of the GNU General Public License version 3
22949
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
22950
- * copy of the GPLv3 License.
22951
- *
22952
- * For Silvio, Joy and Adi.
22953
- *
22954
- ******************************************************************************/
22955
-
22956
-
22957
-
22958
- function FieldArray ()
22959
- {
22960
- return Base_X3DInfoArray.call (this);
22961
- }
22962
-
22963
- FieldArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
22964
- {
22965
- constructor: FieldArray,
22966
- getTypeName: function ()
22967
- {
22968
- return "FieldArray";
22969
- },
22970
- });
22971
-
22972
- for (const key of Reflect .ownKeys (FieldArray .prototype))
22973
- Object .defineProperty (FieldArray .prototype, key, { enumerable: false });
22974
-
22975
- const FieldArray_default_ = FieldArray;
22976
- ;
22977
-
22978
- x_ite_Namespace.set ("x_ite/Base/FieldArray", FieldArray_default_);
22979
- /* harmony default export */ const Base_FieldArray = (FieldArray_default_);
22980
22971
  ;// CONCATENATED MODULE: ./src/x_ite/Base/X3DField.js
22981
22972
  /*******************************************************************************
22982
22973
  *
@@ -23410,6 +23401,79 @@ const X3DField_default_ = X3DField;
23410
23401
 
23411
23402
  x_ite_Namespace.set ("x_ite/Base/X3DField", X3DField_default_);
23412
23403
  /* harmony default export */ const Base_X3DField = (X3DField_default_);
23404
+ ;// CONCATENATED MODULE: ./src/x_ite/Base/FieldArray.js
23405
+ /*******************************************************************************
23406
+ *
23407
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
23408
+ *
23409
+ * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
23410
+ *
23411
+ * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
23412
+ *
23413
+ * The copyright notice above does not evidence any actual of intended
23414
+ * publication of such source code, and is an unpublished work by create3000.
23415
+ * This material contains CONFIDENTIAL INFORMATION that is the property of
23416
+ * create3000.
23417
+ *
23418
+ * No permission is granted to copy, distribute, or create derivative works from
23419
+ * the contents of this software, in whole or in part, without the prior written
23420
+ * permission of create3000.
23421
+ *
23422
+ * NON-MILITARY USE ONLY
23423
+ *
23424
+ * All create3000 software are effectively free software with a non-military use
23425
+ * restriction. It is free. Well commented source is provided. You may reuse the
23426
+ * source in any way you please with the exception anything that uses it must be
23427
+ * marked to indicate is contains 'non-military use only' components.
23428
+ *
23429
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
23430
+ *
23431
+ * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
23432
+ *
23433
+ * This file is part of the X_ITE Project.
23434
+ *
23435
+ * X_ITE is free software: you can redistribute it and/or modify it under the
23436
+ * terms of the GNU General Public License version 3 only, as published by the
23437
+ * Free Software Foundation.
23438
+ *
23439
+ * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
23440
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
23441
+ * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
23442
+ * details (a copy is included in the LICENSE file that accompanied this code).
23443
+ *
23444
+ * You should have received a copy of the GNU General Public License version 3
23445
+ * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
23446
+ * copy of the GPLv3 License.
23447
+ *
23448
+ * For Silvio, Joy and Adi.
23449
+ *
23450
+ ******************************************************************************/
23451
+
23452
+
23453
+
23454
+
23455
+ function FieldArray (values)
23456
+ {
23457
+ return Base_X3DInfoArray.call (this, values, Base_X3DField);
23458
+ }
23459
+
23460
+ FieldArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
23461
+ {
23462
+ constructor: FieldArray,
23463
+ getTypeName: function ()
23464
+ {
23465
+ return "FieldArray";
23466
+ },
23467
+ });
23468
+
23469
+ for (const key of Reflect .ownKeys (FieldArray .prototype))
23470
+ Object .defineProperty (FieldArray .prototype, key, { enumerable: false });
23471
+
23472
+ const FieldArray_default_ = FieldArray;
23473
+ ;
23474
+
23475
+ x_ite_Namespace.set ("x_ite/Base/FieldArray", FieldArray_default_);
23476
+ /* harmony default export */ const Base_FieldArray = (FieldArray_default_);
23413
23477
  ;// CONCATENATED MODULE: ./src/x_ite/Fields/SFBool.js
23414
23478
  /*******************************************************************************
23415
23479
  *
@@ -30274,7 +30338,7 @@ SFNode .prototype = Object .assign (Object .create (Base_X3DField.prototype),
30274
30338
  value = target .getValue ();
30275
30339
 
30276
30340
  if (value)
30277
- return value .getType () .slice ();
30341
+ return Array .from (value .getType ());
30278
30342
 
30279
30343
  throw new Error ("SFNode.getNodeType: node is null.");
30280
30344
  },
@@ -31235,7 +31299,7 @@ X3DArrayField .prototype = Object .assign (Object .create (Base_X3DField.prototy
31235
31299
  fill: Array .prototype .fill,
31236
31300
  filter: function (callbackFn, thisArg)
31237
31301
  {
31238
- return new (this .getTarget () .constructor) (... Array .prototype .filter .call (this, callbackFn, thisArg));
31302
+ return new (this .constructor) (... Array .prototype .filter .call (this, callbackFn, thisArg));
31239
31303
  },
31240
31304
  find: Array .prototype .find,
31241
31305
  findIndex: Array .prototype .findIndex,
@@ -31251,18 +31315,42 @@ X3DArrayField .prototype = Object .assign (Object .create (Base_X3DField.prototy
31251
31315
  lastIndexOf: Array .prototype .lastIndexOf,
31252
31316
  map: function (callbackFn, thisArg)
31253
31317
  {
31254
- return new (this .getTarget () .constructor) (... Array .prototype .map .call (this, callbackFn, thisArg));
31318
+ return new (this .constructor) (... Array .prototype .map .call (this, callbackFn, thisArg));
31255
31319
  },
31256
31320
  reduce: Array .prototype .reduce,
31257
31321
  reduceRight: Array .prototype .reduceRight,
31258
31322
  reverse: Array .prototype .reverse,
31259
31323
  slice: function (start, end)
31260
31324
  {
31261
- return new (this .getTarget () .constructor) (... Array .prototype .slice .call (this, start, end));
31325
+ return new (this .constructor) (... Array .prototype .slice .call (this, start, end));
31262
31326
  },
31263
31327
  some: Array .prototype .some,
31264
31328
  sort: Array .prototype .sort,
31329
+ toReversed: function ()
31330
+ {
31331
+ return this .copy () .reverse ();
31332
+ },
31333
+ toSorted: function (compareFn)
31334
+ {
31335
+ return this .copy () .sort (compareFn);
31336
+ },
31337
+ toSpliced: function (start, deleteCount, ... insertValues)
31338
+ {
31339
+ const copy = this .copy ();
31340
+
31341
+ copy .splice (start, deleteCount, ... insertValues);
31342
+
31343
+ return copy;
31344
+ },
31265
31345
  values: Array .prototype .values,
31346
+ with: function (index, value)
31347
+ {
31348
+ const copy = this .copy ();
31349
+
31350
+ copy [index] = value;
31351
+
31352
+ return copy;
31353
+ },
31266
31354
  });
31267
31355
 
31268
31356
  for (const key of Reflect .ownKeys (X3DArrayField .prototype))
@@ -34701,7 +34789,7 @@ x_ite_Namespace.set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34701
34789
  *
34702
34790
  ******************************************************************************/
34703
34791
 
34704
- const VERSION_default_ = "8.7.3";
34792
+ const VERSION_default_ = "8.7.4";
34705
34793
  ;
34706
34794
 
34707
34795
  x_ite_Namespace.set ("x_ite/Browser/VERSION", VERSION_default_);
@@ -35620,7 +35708,7 @@ const gettext_default_ = gettext;
35620
35708
  x_ite_Namespace.set ("locale/gettext", gettext_default_);
35621
35709
  /* harmony default export */ const locale_gettext = (gettext_default_);
35622
35710
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
35623
- /* provided dependency */ var $ = __webpack_require__(638);
35711
+ /* provided dependency */ var $ = __webpack_require__(917);
35624
35712
  /*******************************************************************************
35625
35713
  *
35626
35714
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -36118,7 +36206,7 @@ const TextureQuality_default_ = TextureQuality;
36118
36206
  x_ite_Namespace.set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
36119
36207
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
36120
36208
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
36121
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(638);
36209
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(917);
36122
36210
  /*******************************************************************************
36123
36211
  *
36124
36212
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -36662,7 +36750,7 @@ const RenderingProperties_default_ = RenderingProperties;
36662
36750
  x_ite_Namespace.set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
36663
36751
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
36664
36752
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
36665
- /* provided dependency */ var Notification_$ = __webpack_require__(638);
36753
+ /* provided dependency */ var Notification_$ = __webpack_require__(917);
36666
36754
  /*******************************************************************************
36667
36755
  *
36668
36756
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -36784,8 +36872,8 @@ const Notification_default_ = Notification;
36784
36872
  x_ite_Namespace.set ("x_ite/Browser/Core/Notification", Notification_default_);
36785
36873
  /* harmony default export */ const Core_Notification = (Notification_default_);
36786
36874
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
36787
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(50);
36788
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(638);
36875
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(936);
36876
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(917);
36789
36877
  /*******************************************************************************
36790
36878
  *
36791
36879
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -37854,9 +37942,23 @@ x_ite_Namespace.set ("x_ite/Configuration/SupportedNodes", SupportedNodes_defaul
37854
37942
 
37855
37943
 
37856
37944
 
37857
- function NamedNodesArray (array)
37945
+
37946
+ function NamedNodesArray (values)
37858
37947
  {
37859
- return Base_X3DInfoArray.call (this, array);
37948
+ const proxy = Base_X3DInfoArray.call (this);
37949
+
37950
+ if (values)
37951
+ {
37952
+ for (const value of values)
37953
+ {
37954
+ if (!(value instanceof Base_X3DBaseNode))
37955
+ throw new TypeError (`Wrong type in construction of ${this .getTypeName ()}.`);
37956
+
37957
+ this .add (value .getName (), value);
37958
+ }
37959
+ }
37960
+
37961
+ return proxy;
37860
37962
  }
37861
37963
 
37862
37964
  NamedNodesArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
@@ -39830,172 +39932,29 @@ x_ite_Namespace.set ("x_ite/Execution/X3DImportedNode", X3DImportedNode_default_
39830
39932
 
39831
39933
 
39832
39934
 
39833
- function ImportedNodesArray (array)
39834
- {
39835
- return Base_X3DInfoArray.call (this, array);
39836
- }
39837
-
39838
- ImportedNodesArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
39839
- {
39840
- constructor: ImportedNodesArray,
39841
- getTypeName: function ()
39842
- {
39843
- return "ImportedNodesArray";
39844
- },
39845
- });
39846
-
39847
- for (const key of Reflect .ownKeys (ImportedNodesArray .prototype))
39848
- Object .defineProperty (ImportedNodesArray .prototype, key, { enumerable: false });
39849
-
39850
- const ImportedNodesArray_default_ = ImportedNodesArray;
39851
- ;
39852
-
39853
- x_ite_Namespace.set ("x_ite/Execution/ImportedNodesArray", ImportedNodesArray_default_);
39854
- /* harmony default export */ const Execution_ImportedNodesArray = (ImportedNodesArray_default_);
39855
- ;// CONCATENATED MODULE: ./src/x_ite/Prototype/ExternProtoDeclarationArray.js
39856
- /*******************************************************************************
39857
- *
39858
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
39859
- *
39860
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
39861
- *
39862
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
39863
- *
39864
- * The copyright notice above does not evidence any actual of intended
39865
- * publication of such source code, and is an unpublished work by create3000.
39866
- * This material contains CONFIDENTIAL INFORMATION that is the property of
39867
- * create3000.
39868
- *
39869
- * No permission is granted to copy, distribute, or create derivative works from
39870
- * the contents of this software, in whole or in part, without the prior written
39871
- * permission of create3000.
39872
- *
39873
- * NON-MILITARY USE ONLY
39874
- *
39875
- * All create3000 software are effectively free software with a non-military use
39876
- * restriction. It is free. Well commented source is provided. You may reuse the
39877
- * source in any way you please with the exception anything that uses it must be
39878
- * marked to indicate is contains 'non-military use only' components.
39879
- *
39880
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
39881
- *
39882
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
39883
- *
39884
- * This file is part of the X_ITE Project.
39885
- *
39886
- * X_ITE is free software: you can redistribute it and/or modify it under the
39887
- * terms of the GNU General Public License version 3 only, as published by the
39888
- * Free Software Foundation.
39889
- *
39890
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
39891
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
39892
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
39893
- * details (a copy is included in the LICENSE file that accompanied this code).
39894
- *
39895
- * You should have received a copy of the GNU General Public License version 3
39896
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
39897
- * copy of the GPLv3 License.
39898
- *
39899
- * For Silvio, Joy and Adi.
39900
- *
39901
- ******************************************************************************/
39902
-
39903
-
39904
-
39905
- function ExternProtoDeclarationArray (values)
39906
- {
39907
- return Base_X3DInfoArray.call (this, values);
39908
- }
39909
39935
 
39910
- ExternProtoDeclarationArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
39936
+ function ImportedNodesArray (values)
39911
39937
  {
39912
- constructor: ExternProtoDeclarationArray,
39913
- getTypeName: function ()
39914
- {
39915
- return "ExternProtoDeclarationArray";
39916
- },
39917
- });
39918
-
39919
- for (const key of Reflect .ownKeys (ExternProtoDeclarationArray .prototype))
39920
- Object .defineProperty (ExternProtoDeclarationArray .prototype, key, { enumerable: false });
39921
-
39922
- const ExternProtoDeclarationArray_default_ = ExternProtoDeclarationArray;
39923
- ;
39924
-
39925
- x_ite_Namespace.set ("x_ite/Prototype/ExternProtoDeclarationArray", ExternProtoDeclarationArray_default_);
39926
- /* harmony default export */ const Prototype_ExternProtoDeclarationArray = (ExternProtoDeclarationArray_default_);
39927
- ;// CONCATENATED MODULE: ./src/x_ite/Prototype/ProtoDeclarationArray.js
39928
- /*******************************************************************************
39929
- *
39930
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
39931
- *
39932
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
39933
- *
39934
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
39935
- *
39936
- * The copyright notice above does not evidence any actual of intended
39937
- * publication of such source code, and is an unpublished work by create3000.
39938
- * This material contains CONFIDENTIAL INFORMATION that is the property of
39939
- * create3000.
39940
- *
39941
- * No permission is granted to copy, distribute, or create derivative works from
39942
- * the contents of this software, in whole or in part, without the prior written
39943
- * permission of create3000.
39944
- *
39945
- * NON-MILITARY USE ONLY
39946
- *
39947
- * All create3000 software are effectively free software with a non-military use
39948
- * restriction. It is free. Well commented source is provided. You may reuse the
39949
- * source in any way you please with the exception anything that uses it must be
39950
- * marked to indicate is contains 'non-military use only' components.
39951
- *
39952
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
39953
- *
39954
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
39955
- *
39956
- * This file is part of the X_ITE Project.
39957
- *
39958
- * X_ITE is free software: you can redistribute it and/or modify it under the
39959
- * terms of the GNU General Public License version 3 only, as published by the
39960
- * Free Software Foundation.
39961
- *
39962
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
39963
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
39964
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
39965
- * details (a copy is included in the LICENSE file that accompanied this code).
39966
- *
39967
- * You should have received a copy of the GNU General Public License version 3
39968
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
39969
- * copy of the GPLv3 License.
39970
- *
39971
- * For Silvio, Joy and Adi.
39972
- *
39973
- ******************************************************************************/
39974
-
39975
-
39976
-
39977
- function ProtoDeclarationArray (array)
39978
- {
39979
- return Base_X3DInfoArray.call (this, array);
39938
+ return Base_X3DInfoArray.call (this, values, Execution_X3DImportedNode);
39980
39939
  }
39981
39940
 
39982
- ProtoDeclarationArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
39941
+ ImportedNodesArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
39983
39942
  {
39984
- constructor: ProtoDeclarationArray,
39943
+ constructor: ImportedNodesArray,
39985
39944
  getTypeName: function ()
39986
39945
  {
39987
- return "ProtoDeclarationArray";
39946
+ return "ImportedNodesArray";
39988
39947
  },
39989
39948
  });
39990
39949
 
39991
- for (const key of Reflect .ownKeys (ProtoDeclarationArray .prototype))
39992
- Object .defineProperty (ProtoDeclarationArray .prototype, key, { enumerable: false });
39950
+ for (const key of Reflect .ownKeys (ImportedNodesArray .prototype))
39951
+ Object .defineProperty (ImportedNodesArray .prototype, key, { enumerable: false });
39993
39952
 
39994
- const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
39953
+ const ImportedNodesArray_default_ = ImportedNodesArray;
39995
39954
  ;
39996
39955
 
39997
- x_ite_Namespace.set ("x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
39998
- /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
39956
+ x_ite_Namespace.set ("x_ite/Execution/ImportedNodesArray", ImportedNodesArray_default_);
39957
+ /* harmony default export */ const Execution_ImportedNodesArray = (ImportedNodesArray_default_);
39999
39958
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Core/X3DPrototypeInstance.js
40000
39959
  /*******************************************************************************
40001
39960
  *
@@ -40058,7 +40017,7 @@ const
40058
40017
  function X3DPrototypeInstance (executionContext, protoNode)
40059
40018
  {
40060
40019
  this [_protoNode] = protoNode;
40061
- this [_protoFields] = new Map (protoNode .getFields () .map (f => [f, f .getName ()]));
40020
+ this [_protoFields] = new Map ([... protoNode .getFields ()] .map (f => [f, f .getName ()]));
40062
40021
  this [X3DPrototypeInstance_fieldDefinitions] = protoNode .getFieldDefinitions ();
40063
40022
  this [_body] = null;
40064
40023
 
@@ -40196,14 +40155,14 @@ X3DPrototypeInstance .prototype = Object .assign (Object .create (Core_X3DNode.p
40196
40155
 
40197
40156
  const
40198
40157
  oldProtoFields = this [_protoFields],
40199
- oldFields = new Map (this .getFields () .map (f => [f .getName (), f]));
40158
+ oldFields = new Map ([... this .getFields ()] .map (f => [f .getName (), f]));
40200
40159
 
40201
40160
  for (const field of oldFields .values ())
40202
40161
  this .removeField (field .getName ());
40203
40162
 
40204
40163
  // Add new fields.
40205
40164
 
40206
- this [_protoFields] = new Map (this [_protoNode] .getFields () .map (f => [f, f .getName ()]));
40165
+ this [_protoFields] = new Map ([... this [_protoNode] .getFields ()] .map (f => [f, f .getName ()]));
40207
40166
 
40208
40167
  for (const fieldDefinition of this .getFieldDefinitions ())
40209
40168
  this .addField (fieldDefinition);
@@ -40267,7 +40226,7 @@ X3DPrototypeInstance .prototype = Object .assign (Object .create (Core_X3DNode.p
40267
40226
 
40268
40227
  // Get field from new proto node.
40269
40228
 
40270
- this [_protoFields] = new Map (protoNode .getFields () .map (f => [f, f .getName ()]));
40229
+ this [_protoFields] = new Map ([... protoNode .getFields ()] .map (f => [f, f .getName ()]));
40271
40230
  this [X3DPrototypeInstance_fieldDefinitions] = protoNode .getFieldDefinitions ();
40272
40231
  }
40273
40232
 
@@ -41987,7 +41946,7 @@ const X3DUrlObject_default_ = X3DUrlObject;
41987
41946
  x_ite_Namespace.set ("x_ite/Components/Networking/X3DUrlObject", X3DUrlObject_default_);
41988
41947
  /* harmony default export */ const Networking_X3DUrlObject = (X3DUrlObject_default_);
41989
41948
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
41990
- /* provided dependency */ var X3DParser_$ = __webpack_require__(638);
41949
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(917);
41991
41950
  /*******************************************************************************
41992
41951
  *
41993
41952
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -45169,7 +45128,7 @@ const VRMLParser_default_ = VRMLParser;
45169
45128
  x_ite_Namespace.set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
45170
45129
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
45171
45130
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
45172
- /* provided dependency */ var XMLParser_$ = __webpack_require__(638);
45131
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(917);
45173
45132
  /*******************************************************************************
45174
45133
  *
45175
45134
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -45503,10 +45462,10 @@ XMLParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototyp
45503
45462
  componentSupportLevel = parseInt (xmlElement .getAttribute ("level"));
45504
45463
 
45505
45464
  if (componentNameIdCharacters === null)
45506
- return console .warn ("XML Parser Error: Bad component statement: Expected name attribute.");
45465
+ return console .warn ("XML Parser Error: Bad component statement. Expected name attribute.");
45507
45466
 
45508
45467
  if (componentSupportLevel === null)
45509
- return console .warn ("XML Parser Error: Bad component statement: Expected level attribute.");
45468
+ return console .warn ("XML Parser Error: Bad component statement. Expected level attribute.");
45510
45469
 
45511
45470
  var component = this .getBrowser () .getComponent (componentNameIdCharacters, componentSupportLevel);
45512
45471
 
@@ -45525,13 +45484,13 @@ XMLParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototyp
45525
45484
  conversionFactor = xmlElement .getAttribute ("conversionFactor"); //works for html5 as well
45526
45485
 
45527
45486
  if (category === null)
45528
- return console .warn ("XML Parser Error: Bad unit statement: Expected category attribute.");
45487
+ return console .warn ("XML Parser Error: Bad unit statement. Expected category attribute.");
45529
45488
 
45530
45489
  if (name === null)
45531
- return console .warn ("XML Parser Error: Bad unit statement: Expected name attribute.");
45490
+ return console .warn ("XML Parser Error: Bad unit statement. Expected name attribute.");
45532
45491
 
45533
45492
  if (conversionFactor === null)
45534
- return console .warn ("XML Parser Error: Bad unit statement: Expected conversionFactor attribute.");
45493
+ return console .warn ("XML Parser Error: Bad unit statement. Expected conversionFactor attribute.");
45535
45494
 
45536
45495
  this .getScene () .updateUnit (category, name, parseFloat (conversionFactor));
45537
45496
  },
@@ -45542,10 +45501,10 @@ XMLParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototyp
45542
45501
  metavalue = xmlElement .getAttribute ("content");
45543
45502
 
45544
45503
  if (metakey === null)
45545
- return console .warn ("XML Parser Error: Bad meta statement: Expected name attribute.");
45504
+ return console .warn ("XML Parser Error: Bad meta statement. Expected name attribute.");
45546
45505
 
45547
45506
  if (metavalue === null)
45548
- return console .warn ("XML Parser Error: Bad meta statement: Expected content attribute.");
45507
+ return console .warn ("XML Parser Error: Bad meta statement. Expected content attribute.");
45549
45508
 
45550
45509
  this .getScene () .addMetaData (metakey, metavalue);
45551
45510
  },
@@ -45622,19 +45581,19 @@ XMLParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototyp
45622
45581
  },
45623
45582
  externProtoDeclareElement: function (xmlElement)
45624
45583
  {
45625
- var name = xmlElement .getAttribute ("name");
45584
+ const name = xmlElement .getAttribute ("name");
45626
45585
 
45627
45586
  if (this .id (name))
45628
45587
  {
45629
- var url = xmlElement .getAttribute ("url");
45588
+ const url = xmlElement .getAttribute ("url");
45630
45589
 
45631
- if (url === null)
45632
- return console .warn ("XML Parser Error: Bad ExternProtoDeclare statement: Expected url attribute.");
45590
+ this .parser .setInput (url ?? "");
45591
+ this .parser .sfstringValues (this .url);
45633
45592
 
45634
- this .parser .setInput (url);
45635
- Parser_VRMLParser.prototype.sfstringValues.call (this .parser, this .url);
45593
+ if (!this .url .length)
45594
+ console .warn ("XML Parser Error: Bad ExternProtoDeclare statement. Expected url attribute with value.");
45636
45595
 
45637
- var externproto = new Prototype_X3DExternProtoDeclaration (this .getExecutionContext (), this .url);
45596
+ const externproto = new Prototype_X3DExternProtoDeclaration (this .getExecutionContext (), this .url);
45638
45597
 
45639
45598
  this .pushParent (externproto);
45640
45599
  this .protoInterfaceElement (xmlElement);
@@ -45826,10 +45785,10 @@ XMLParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototyp
45826
45785
  protoFieldName = xmlElement .getAttribute ("protoField");
45827
45786
 
45828
45787
  if (nodeFieldName === null)
45829
- return console .warn ("XML Parser Error: Bad connect statement: Expected nodeField attribute.");
45788
+ return console .warn ("XML Parser Error: Bad connect statement. Expected nodeField attribute.");
45830
45789
 
45831
45790
  if (protoFieldName === null)
45832
- return console .warn ("XML Parser Error: Bad connect statement: Expected protoField attribute.");
45791
+ return console .warn ("XML Parser Error: Bad connect statement. Expected protoField attribute.");
45833
45792
 
45834
45793
  try
45835
45794
  {
@@ -45859,7 +45818,7 @@ XMLParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototyp
45859
45818
  }
45860
45819
  catch (error)
45861
45820
  {
45862
- console .warn ("XML Parser Error: Couldn't create IS reference: " + error .message);
45821
+ console .warn ("XML Parser Error: Couldn't create IS reference. " + error .message);
45863
45822
  }
45864
45823
  },
45865
45824
  protoInstanceElement: function (xmlElement)
@@ -45937,7 +45896,7 @@ XMLParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototyp
45937
45896
  }
45938
45897
  catch (error)
45939
45898
  {
45940
- console .warn ("XML Parser Error: Couldn't assign field value: " + error .message);
45899
+ console .warn ("XML Parser Error: Couldn't assign field value. " + error .message);
45941
45900
  }
45942
45901
  },
45943
45902
  nodeElement: function (xmlElement)
@@ -47024,7 +46983,7 @@ const X3DOptimizer_default_ = X3DOptimizer;
47024
46983
  x_ite_Namespace.set ("x_ite/Parser/X3DOptimizer", X3DOptimizer_default_);
47025
46984
  /* harmony default export */ const Parser_X3DOptimizer = (X3DOptimizer_default_);
47026
46985
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
47027
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(638);
46986
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(917);
47028
46987
  /*******************************************************************************
47029
46988
  *
47030
46989
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -49490,7 +49449,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
49490
49449
  x_ite_Namespace.set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
49491
49450
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
49492
49451
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
49493
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(638);
49452
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(917);
49494
49453
  /*******************************************************************************
49495
49454
  *
49496
49455
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -49643,7 +49602,7 @@ const GLB2Parser_default_ = GLB2Parser;
49643
49602
  x_ite_Namespace.set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
49644
49603
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
49645
49604
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
49646
- /* provided dependency */ var OBJParser_$ = __webpack_require__(638);
49605
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(917);
49647
49606
  /*******************************************************************************
49648
49607
  *
49649
49608
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -52133,8 +52092,8 @@ const MatrixStack_default_ = MatrixStack;
52133
52092
  x_ite_Namespace.set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
52134
52093
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
52135
52094
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
52136
- /* provided dependency */ var SVGParser_$ = __webpack_require__(638);
52137
- /* provided dependency */ var libtess = __webpack_require__(181);
52095
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(917);
52096
+ /* provided dependency */ var libtess = __webpack_require__(836);
52138
52097
  /*******************************************************************************
52139
52098
  *
52140
52099
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -54903,7 +54862,7 @@ const SVGParser_default_ = SVGParser;
54903
54862
  x_ite_Namespace.set ("x_ite/Parser/SVGParser", SVGParser_default_);
54904
54863
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
54905
54864
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
54906
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(638);
54865
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(917);
54907
54866
  /*******************************************************************************
54908
54867
  *
54909
54868
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55232,7 +55191,7 @@ const Plane3_default_ = Plane3;
55232
55191
  x_ite_Namespace.set ("standard/Math/Geometry/Plane3", Plane3_default_);
55233
55192
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
55234
55193
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
55235
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(181);
55194
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(836);
55236
55195
  /*******************************************************************************
55237
55196
  *
55238
55197
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -58814,7 +58773,7 @@ BindableList .prototype = Object .assign (Object .create (Base_X3DBaseNode.proto
58814
58773
 
58815
58774
  for (const node of this .nodes)
58816
58775
  {
58817
- if (collectedNodes .indexOf (node) === -1)
58776
+ if (!collectedNodes .includes (node))
58818
58777
  removedNodes .push (node);
58819
58778
  }
58820
58779
 
@@ -62516,7 +62475,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
62516
62475
  x_ite_Namespace.set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
62517
62476
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
62518
62477
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
62519
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(638);
62478
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(917);
62520
62479
  /*******************************************************************************
62521
62480
  *
62522
62481
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66856,7 +66815,7 @@ const X3DWorld_default_ = X3DWorld;
66856
66815
  x_ite_Namespace.set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
66857
66816
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
66858
66817
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
66859
- /* provided dependency */ var FileLoader_$ = __webpack_require__(638);
66818
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(917);
66860
66819
  /*******************************************************************************
66861
66820
  *
66862
66821
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66923,13 +66882,13 @@ const foreign = {
66923
66882
 
66924
66883
  const defaultParameter = new x_ite_Fields.MFString ();
66925
66884
 
66926
- function FileLoader (node, external)
66885
+ function FileLoader (node)
66927
66886
  {
66928
66887
  Base_X3DObject.call (this);
66929
66888
 
66930
66889
  this .node = node;
66931
66890
  this .browser = node .getBrowser ();
66932
- this .external = external === undefined ? this .browser .isExternal () : external;
66891
+ this .external = this .browser .isExternal ();
66933
66892
  this .executionContext = this .external ? node .getExecutionContext () : this .browser .currentScene;
66934
66893
  this .target = "";
66935
66894
  this .url = [ ];
@@ -67647,7 +67606,7 @@ const X3DExternProtoDeclaration_default_ = X3DExternProtoDeclaration;
67647
67606
 
67648
67607
  x_ite_Namespace.set ("x_ite/Prototype/X3DExternProtoDeclaration", X3DExternProtoDeclaration_default_);
67649
67608
  /* harmony default export */ const Prototype_X3DExternProtoDeclaration = (X3DExternProtoDeclaration_default_);
67650
- ;// CONCATENATED MODULE: ./src/x_ite/Routing/RouteArray.js
67609
+ ;// CONCATENATED MODULE: ./src/x_ite/Prototype/ExternProtoDeclarationArray.js
67651
67610
  /*******************************************************************************
67652
67611
  *
67653
67612
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -67697,28 +67656,102 @@ x_ite_Namespace.set ("x_ite/Prototype/X3DExternProtoDeclaration", X3DExternProto
67697
67656
 
67698
67657
 
67699
67658
 
67700
- function RouteArray ()
67659
+
67660
+ function ExternProtoDeclarationArray (values)
67701
67661
  {
67702
- return Base_X3DInfoArray.call (this);
67662
+ return Base_X3DInfoArray.call (this, values, Prototype_X3DExternProtoDeclaration);
67703
67663
  }
67704
67664
 
67705
- RouteArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
67665
+ ExternProtoDeclarationArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
67706
67666
  {
67707
- constructor: RouteArray,
67667
+ constructor: ExternProtoDeclarationArray,
67708
67668
  getTypeName: function ()
67709
67669
  {
67710
- return "RouteArray";
67670
+ return "ExternProtoDeclarationArray";
67711
67671
  },
67712
67672
  });
67713
67673
 
67714
- for (const key of Reflect .ownKeys (RouteArray .prototype))
67715
- Object .defineProperty (RouteArray .prototype, key, { enumerable: false });
67674
+ for (const key of Reflect .ownKeys (ExternProtoDeclarationArray .prototype))
67675
+ Object .defineProperty (ExternProtoDeclarationArray .prototype, key, { enumerable: false });
67716
67676
 
67717
- const RouteArray_default_ = RouteArray;
67677
+ const ExternProtoDeclarationArray_default_ = ExternProtoDeclarationArray;
67718
67678
  ;
67719
67679
 
67720
- x_ite_Namespace.set ("x_ite/Routing/RouteArray", RouteArray_default_);
67721
- /* harmony default export */ const Routing_RouteArray = (RouteArray_default_);
67680
+ x_ite_Namespace.set ("x_ite/Prototype/ExternProtoDeclarationArray", ExternProtoDeclarationArray_default_);
67681
+ /* harmony default export */ const Prototype_ExternProtoDeclarationArray = (ExternProtoDeclarationArray_default_);
67682
+ ;// CONCATENATED MODULE: ./src/x_ite/Prototype/ProtoDeclarationArray.js
67683
+ /*******************************************************************************
67684
+ *
67685
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
67686
+ *
67687
+ * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
67688
+ *
67689
+ * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
67690
+ *
67691
+ * The copyright notice above does not evidence any actual of intended
67692
+ * publication of such source code, and is an unpublished work by create3000.
67693
+ * This material contains CONFIDENTIAL INFORMATION that is the property of
67694
+ * create3000.
67695
+ *
67696
+ * No permission is granted to copy, distribute, or create derivative works from
67697
+ * the contents of this software, in whole or in part, without the prior written
67698
+ * permission of create3000.
67699
+ *
67700
+ * NON-MILITARY USE ONLY
67701
+ *
67702
+ * All create3000 software are effectively free software with a non-military use
67703
+ * restriction. It is free. Well commented source is provided. You may reuse the
67704
+ * source in any way you please with the exception anything that uses it must be
67705
+ * marked to indicate is contains 'non-military use only' components.
67706
+ *
67707
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
67708
+ *
67709
+ * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
67710
+ *
67711
+ * This file is part of the X_ITE Project.
67712
+ *
67713
+ * X_ITE is free software: you can redistribute it and/or modify it under the
67714
+ * terms of the GNU General Public License version 3 only, as published by the
67715
+ * Free Software Foundation.
67716
+ *
67717
+ * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
67718
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
67719
+ * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
67720
+ * details (a copy is included in the LICENSE file that accompanied this code).
67721
+ *
67722
+ * You should have received a copy of the GNU General Public License version 3
67723
+ * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
67724
+ * copy of the GPLv3 License.
67725
+ *
67726
+ * For Silvio, Joy and Adi.
67727
+ *
67728
+ ******************************************************************************/
67729
+
67730
+
67731
+
67732
+
67733
+ function ProtoDeclarationArray (values)
67734
+ {
67735
+ return Base_X3DInfoArray.call (this, values, Prototype_X3DProtoDeclaration);
67736
+ }
67737
+
67738
+ ProtoDeclarationArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
67739
+ {
67740
+ constructor: ProtoDeclarationArray,
67741
+ getTypeName: function ()
67742
+ {
67743
+ return "ProtoDeclarationArray";
67744
+ },
67745
+ });
67746
+
67747
+ for (const key of Reflect .ownKeys (ProtoDeclarationArray .prototype))
67748
+ Object .defineProperty (ProtoDeclarationArray .prototype, key, { enumerable: false });
67749
+
67750
+ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
67751
+ ;
67752
+
67753
+ x_ite_Namespace.set ("x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
67754
+ /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
67722
67755
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
67723
67756
  /*******************************************************************************
67724
67757
  *
@@ -68023,6 +68056,79 @@ const X3DRoute_default_ = X3DRoute;
68023
68056
 
68024
68057
  x_ite_Namespace.set ("x_ite/Routing/X3DRoute", X3DRoute_default_);
68025
68058
  /* harmony default export */ const Routing_X3DRoute = (X3DRoute_default_);
68059
+ ;// CONCATENATED MODULE: ./src/x_ite/Routing/RouteArray.js
68060
+ /*******************************************************************************
68061
+ *
68062
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
68063
+ *
68064
+ * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
68065
+ *
68066
+ * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
68067
+ *
68068
+ * The copyright notice above does not evidence any actual of intended
68069
+ * publication of such source code, and is an unpublished work by create3000.
68070
+ * This material contains CONFIDENTIAL INFORMATION that is the property of
68071
+ * create3000.
68072
+ *
68073
+ * No permission is granted to copy, distribute, or create derivative works from
68074
+ * the contents of this software, in whole or in part, without the prior written
68075
+ * permission of create3000.
68076
+ *
68077
+ * NON-MILITARY USE ONLY
68078
+ *
68079
+ * All create3000 software are effectively free software with a non-military use
68080
+ * restriction. It is free. Well commented source is provided. You may reuse the
68081
+ * source in any way you please with the exception anything that uses it must be
68082
+ * marked to indicate is contains 'non-military use only' components.
68083
+ *
68084
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
68085
+ *
68086
+ * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
68087
+ *
68088
+ * This file is part of the X_ITE Project.
68089
+ *
68090
+ * X_ITE is free software: you can redistribute it and/or modify it under the
68091
+ * terms of the GNU General Public License version 3 only, as published by the
68092
+ * Free Software Foundation.
68093
+ *
68094
+ * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
68095
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
68096
+ * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
68097
+ * details (a copy is included in the LICENSE file that accompanied this code).
68098
+ *
68099
+ * You should have received a copy of the GNU General Public License version 3
68100
+ * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
68101
+ * copy of the GPLv3 License.
68102
+ *
68103
+ * For Silvio, Joy and Adi.
68104
+ *
68105
+ ******************************************************************************/
68106
+
68107
+
68108
+
68109
+
68110
+ function RouteArray (values)
68111
+ {
68112
+ return Base_X3DInfoArray.call (this, values, Routing_X3DRoute);
68113
+ }
68114
+
68115
+ RouteArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
68116
+ {
68117
+ constructor: RouteArray,
68118
+ getTypeName: function ()
68119
+ {
68120
+ return "RouteArray";
68121
+ },
68122
+ });
68123
+
68124
+ for (const key of Reflect .ownKeys (RouteArray .prototype))
68125
+ Object .defineProperty (RouteArray .prototype, key, { enumerable: false });
68126
+
68127
+ const RouteArray_default_ = RouteArray;
68128
+ ;
68129
+
68130
+ x_ite_Namespace.set ("x_ite/Routing/RouteArray", RouteArray_default_);
68131
+ /* harmony default export */ const Routing_RouteArray = (RouteArray_default_);
68026
68132
  ;// CONCATENATED MODULE: ./src/x_ite/Execution/X3DExecutionContext.js
68027
68133
  /*******************************************************************************
68028
68134
  *
@@ -69223,7 +69329,7 @@ x_ite_Namespace.set ("x_ite/Configuration/ComponentInfo", ComponentInfo_default_
69223
69329
 
69224
69330
  function ComponentInfoArray (values)
69225
69331
  {
69226
- return Base_X3DInfoArray.call (this, values);
69332
+ return Base_X3DInfoArray.call (this, values, Configuration_ComponentInfo);
69227
69333
  }
69228
69334
 
69229
69335
  ComponentInfoArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
@@ -69456,9 +69562,23 @@ x_ite_Namespace.set ("x_ite/Configuration/UnitInfo", UnitInfo_default_);
69456
69562
 
69457
69563
 
69458
69564
 
69565
+
69459
69566
  function UnitInfoArray (values)
69460
69567
  {
69461
- return Base_X3DInfoArray.call (this, values);
69568
+ const proxy = Base_X3DInfoArray.call (this);
69569
+
69570
+ if (values)
69571
+ {
69572
+ for (const value of values)
69573
+ {
69574
+ if (!(value instanceof Configuration_UnitInfo))
69575
+ throw new TypeError (`Wrong type in construction of ${this .getTypeName ()}.`);
69576
+
69577
+ this .add (value .category, value);
69578
+ }
69579
+ }
69580
+
69581
+ return proxy;
69462
69582
  }
69463
69583
 
69464
69584
  UnitInfoArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
@@ -69724,9 +69844,10 @@ x_ite_Namespace.set ("x_ite/Execution/X3DExportedNode", X3DExportedNode_default_
69724
69844
 
69725
69845
 
69726
69846
 
69727
- function ExportedNodesArray (array)
69847
+
69848
+ function ExportedNodesArray (values)
69728
69849
  {
69729
- return Base_X3DInfoArray.call (this, array);
69850
+ return Base_X3DInfoArray.call (this, values, Execution_X3DExportedNode);
69730
69851
  }
69731
69852
 
69732
69853
  ExportedNodesArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
@@ -70044,7 +70165,7 @@ X3DScene .prototype = Object .assign (Object .create (Execution_X3DExecutionCont
70044
70165
  const values = this [_metadata] .get (name);
70045
70166
 
70046
70167
  if (values)
70047
- return values .slice ();
70168
+ return Array .from (values);
70048
70169
 
70049
70170
  return undefined;
70050
70171
  },
@@ -71048,7 +71169,7 @@ const DataStorage_default_ = DataStorage;
71048
71169
  x_ite_Namespace.set ("standard/Utility/DataStorage", DataStorage_default_);
71049
71170
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
71050
71171
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
71051
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(638);
71172
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(917);
71052
71173
  /*******************************************************************************
71053
71174
  *
71054
71175
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -77173,8 +77294,8 @@ const OrientationChaser_default_ = OrientationChaser;
77173
77294
  x_ite_Namespace.set ("x_ite/Components/Followers/OrientationChaser", OrientationChaser_default_);
77174
77295
  /* harmony default export */ const Followers_OrientationChaser = (OrientationChaser_default_);
77175
77296
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
77176
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(138);
77177
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(638);
77297
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(132);
77298
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(917);
77178
77299
  /*******************************************************************************
77179
77300
  *
77180
77301
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -78038,8 +78159,8 @@ const ExamineViewer_default_ = ExamineViewer;
78038
78159
  x_ite_Namespace.set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
78039
78160
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
78040
78161
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
78041
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(138);
78042
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(638);
78162
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(132);
78163
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(917);
78043
78164
  /*******************************************************************************
78044
78165
  *
78045
78166
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -78987,8 +79108,8 @@ const FlyViewer_default_ = FlyViewer;
78987
79108
  x_ite_Namespace.set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
78988
79109
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
78989
79110
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
78990
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(138);
78991
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(638);
79111
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(132);
79112
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(917);
78992
79113
  /*******************************************************************************
78993
79114
  *
78994
79115
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -79297,8 +79418,8 @@ const NoneViewer_default_ = NoneViewer;
79297
79418
  x_ite_Namespace.set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
79298
79419
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
79299
79420
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
79300
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(138);
79301
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(638);
79421
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(132);
79422
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(917);
79302
79423
  /*******************************************************************************
79303
79424
  *
79304
79425
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -80930,8 +81051,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
80930
81051
  x_ite_Namespace.set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
80931
81052
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
80932
81053
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
80933
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(138);
80934
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(638);
81054
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(132);
81055
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(917);
80935
81056
  /*******************************************************************************
80936
81057
  *
80937
81058
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -81969,8 +82090,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
81969
82090
  x_ite_Namespace.set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
81970
82091
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
81971
82092
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
81972
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(638);
81973
- /* provided dependency */ var ResizeSensor = __webpack_require__(675);
82093
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(917);
82094
+ /* provided dependency */ var ResizeSensor = __webpack_require__(66);
81974
82095
  /*******************************************************************************
81975
82096
  *
81976
82097
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -87863,7 +87984,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
87863
87984
  x_ite_Namespace.set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
87864
87985
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
87865
87986
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
87866
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(638);
87987
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(917);
87867
87988
  /*******************************************************************************
87868
87989
  *
87869
87990
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -90640,7 +90761,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
90640
90761
  x_ite_Namespace.set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
90641
90762
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
90642
90763
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
90643
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(638);
90764
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(917);
90644
90765
  /*******************************************************************************
90645
90766
  *
90646
90767
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113052,7 +113173,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
113052
113173
  x_ite_Namespace.set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
113053
113174
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
113054
113175
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
113055
- /* provided dependency */ var AudioClip_$ = __webpack_require__(638);
113176
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(917);
113056
113177
  /*******************************************************************************
113057
113178
  *
113058
113179
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115951,8 +116072,8 @@ const GIFMedia_default_ = GifMedia;
115951
116072
  x_ite_Namespace.set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
115952
116073
  /* harmony default export */ const GIFMedia = (GIFMedia_default_);
115953
116074
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
115954
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(638);
115955
- /* provided dependency */ var SuperGif = __webpack_require__(252);
116075
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(917);
116076
+ /* provided dependency */ var SuperGif = __webpack_require__(168);
115956
116077
  /*******************************************************************************
115957
116078
  *
115958
116079
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116915,7 +117036,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
116915
117036
  x_ite_Namespace.set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
116916
117037
  /* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
116917
117038
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
116918
- /* provided dependency */ var PixelTexture_$ = __webpack_require__(638);
117039
+ /* provided dependency */ var PixelTexture_$ = __webpack_require__(917);
116919
117040
  /*******************************************************************************
116920
117041
  *
116921
117042
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117626,7 +117747,7 @@ const Components_default_ = Components;
117626
117747
  x_ite_Namespace.set ("x_ite/Components", Components_default_);
117627
117748
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
117628
117749
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
117629
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(638);
117750
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(917);
117630
117751
  /*******************************************************************************
117631
117752
  * MIT License
117632
117753
  *
@@ -118239,7 +118360,7 @@ x_ite_Namespace.set ("x_ite/Configuration/ProfileInfo", ProfileInfo_default_);
118239
118360
 
118240
118361
  function ProfileInfoArray (values)
118241
118362
  {
118242
- return Base_X3DInfoArray.call (this, values);
118363
+ return Base_X3DInfoArray.call (this, values, Base_X3DInfoArray);
118243
118364
  }
118244
118365
 
118245
118366
  ProfileInfoArray .prototype = Object .assign (Object .create (Base_X3DInfoArray.prototype),
@@ -118867,7 +118988,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
118867
118988
  x_ite_Namespace.set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
118868
118989
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
118869
118990
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
118870
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(638);
118991
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(917);
118871
118992
  /*******************************************************************************
118872
118993
  *
118873
118994
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119086,9 +119207,9 @@ X3DBrowser .prototype = Object .assign (Object .create (Browser_X3DBrowserContex
119086
119207
  },
119087
119208
  loadComponents: (function ()
119088
119209
  {
119089
- function loadComponents (browser, components, seen)
119210
+ function loadComponents (browser, componentNames, seen)
119090
119211
  {
119091
- return Promise .all (components .map (name => loadComponent (browser, name, seen)))
119212
+ return Promise .all (componentNames .map (name => loadComponent (browser, name, seen)))
119092
119213
  }
119093
119214
 
119094
119215
  async function loadComponent (browser, name, seen)
@@ -119114,7 +119235,7 @@ X3DBrowser .prototype = Object .assign (Object .create (Browser_X3DBrowserContex
119114
119235
  return this .loadComponents (argument .components);
119115
119236
 
119116
119237
  if (argument instanceof Configuration_ComponentInfoArray)
119117
- return this .loadComponents (argument .map (({name}) => name));
119238
+ return this .loadComponents ([... argument] .map (({name}) => name));
119118
119239
 
119119
119240
  if (argument instanceof Configuration_ComponentInfo)
119120
119241
  return this .loadComponents ([argument .name]);
@@ -119796,7 +119917,7 @@ const X3DBrowser_default_ = X3DBrowser;
119796
119917
  x_ite_Namespace.set ("x_ite/Browser/X3DBrowser", X3DBrowser_default_);
119797
119918
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
119798
119919
  ;// CONCATENATED MODULE: ./src/x_ite/Fallback.js
119799
- /* provided dependency */ var Fallback_$ = __webpack_require__(638);
119920
+ /* provided dependency */ var Fallback_$ = __webpack_require__(917);
119800
119921
  /*******************************************************************************
119801
119922
  *
119802
119923
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119975,8 +120096,8 @@ const MicroTime_default_ = undefined;
119975
120096
  x_ite_Namespace.set ("standard/Time/MicroTime", MicroTime_default_);
119976
120097
  /* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
119977
120098
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
119978
- /* provided dependency */ var jquery_$ = __webpack_require__(638);
119979
- /* provided dependency */ var pako = __webpack_require__(418);
120099
+ /* provided dependency */ var jquery_$ = __webpack_require__(917);
120100
+ /* provided dependency */ var pako = __webpack_require__(480);
119980
120101
  jquery_$.decodeText = function (input)
119981
120102
  {
119982
120103
  if (typeof input === "string")
@@ -120008,14 +120129,14 @@ const jquery_default_ = jquery_$;
120008
120129
  x_ite_Namespace.set ("lib/jquery", jquery_default_);
120009
120130
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
120010
120131
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
120011
- /* provided dependency */ var libtess_libtess = __webpack_require__(181);
120132
+ /* provided dependency */ var libtess_libtess = __webpack_require__(836);
120012
120133
  const libtess_default_ = libtess_libtess;
120013
120134
  ;
120014
120135
 
120015
120136
  x_ite_Namespace.set ("lib/libtess", libtess_default_);
120016
120137
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
120017
120138
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
120018
- /* provided dependency */ var X3D_$ = __webpack_require__(638);
120139
+ /* provided dependency */ var X3D_$ = __webpack_require__(917);
120019
120140
  /*******************************************************************************
120020
120141
  *
120021
120142
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -120527,7 +120648,7 @@ x_ite_Namespace.set ("shim", shim_default_);
120527
120648
 
120528
120649
  // Assign X3D to global namespace.
120529
120650
 
120530
- window [Symbol .for ("X_ITE.X3D-8.7.3")] = x_ite_X3D;
120651
+ window [Symbol .for ("X_ITE.X3D-8.7.4")] = x_ite_X3D;
120531
120652
 
120532
120653
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
120533
120654