x_ite 9.0.0 → 9.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/assets/components/Annotation.js +13 -13
  2. package/dist/assets/components/Annotation.min.js +1 -1
  3. package/dist/assets/components/CADGeometry.js +14 -14
  4. package/dist/assets/components/CADGeometry.min.js +1 -1
  5. package/dist/assets/components/CubeMapTexturing.js +25 -25
  6. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  7. package/dist/assets/components/DIS.js +13 -13
  8. package/dist/assets/components/DIS.min.js +1 -1
  9. package/dist/assets/components/EventUtilities.js +9 -9
  10. package/dist/assets/components/EventUtilities.min.js +1 -1
  11. package/dist/assets/components/Geometry2D.js +19 -19
  12. package/dist/assets/components/Geometry2D.min.js +1 -1
  13. package/dist/assets/components/Geospatial.js +33 -33
  14. package/dist/assets/components/Geospatial.min.js +1 -1
  15. package/dist/assets/components/HAnim.js +23 -23
  16. package/dist/assets/components/HAnim.min.js +1 -1
  17. package/dist/assets/components/KeyDeviceSensor.js +8 -8
  18. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  19. package/dist/assets/components/Layout.js +27 -27
  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 +30 -25
  24. package/dist/assets/components/ParticleSystems.min.js +1 -1
  25. package/dist/assets/components/Picking.js +18 -18
  26. package/dist/assets/components/Picking.min.js +1 -1
  27. package/dist/assets/components/RigidBodyPhysics.js +17 -17
  28. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  29. package/dist/assets/components/Scripting.js +38 -38
  30. package/dist/assets/components/Scripting.min.js +1 -1
  31. package/dist/assets/components/Text.js +24 -24
  32. package/dist/assets/components/Text.min.js +1 -1
  33. package/dist/assets/components/TextureProjection.js +15 -15
  34. package/dist/assets/components/TextureProjection.min.js +1 -1
  35. package/dist/assets/components/Texturing3D.js +30 -30
  36. package/dist/assets/components/Texturing3D.min.js +1 -1
  37. package/dist/assets/components/VolumeRendering.js +19 -19
  38. package/dist/assets/components/VolumeRendering.min.js +1 -1
  39. package/dist/assets/components/X_ITE.js +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 +309 -300
  43. package/dist/x_ite.min.js +1 -1
  44. package/dist/x_ite.min.mjs +1 -1
  45. package/dist/x_ite.mjs +309 -300
  46. package/dist/x_ite.zip +0 -0
  47. package/package.json +1 -1
package/dist/x_ite.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* X_ITE v9.0.0 */var __webpack_modules__ = ({
1
+ /* X_ITE v9.0.1 */var __webpack_modules__ = ({
2
2
 
3
- /***/ 1:
3
+ /***/ 970:
4
4
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5
5
 
6
- /* provided dependency */ var jQuery = __webpack_require__(978);
6
+ /* provided dependency */ var jQuery = __webpack_require__(979);
7
7
  /**
8
8
  * @preserve jquery.fullscreen 1.1.5
9
9
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -199,7 +199,7 @@ installFullScreenHandlers();
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 436:
202
+ /***/ 506:
203
203
  /***/ ((module, exports, __webpack_require__) => {
204
204
 
205
205
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -213,7 +213,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
213
213
  (function (factory) {
214
214
  if ( true ) {
215
215
  // AMD. Register as an anonymous module.
216
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(978)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
216
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(979)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
217
217
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
218
218
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
219
219
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -424,7 +424,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
424
424
 
425
425
  /***/ }),
426
426
 
427
- /***/ 978:
427
+ /***/ 979:
428
428
  /***/ (function(module, exports) {
429
429
 
430
430
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11148,7 +11148,7 @@ return jQuery;
11148
11148
 
11149
11149
  /***/ }),
11150
11150
 
11151
- /***/ 728:
11151
+ /***/ 235:
11152
11152
  /***/ ((module) => {
11153
11153
 
11154
11154
  /**
@@ -15927,7 +15927,7 @@ if (true) {
15927
15927
 
15928
15928
  /***/ }),
15929
15929
 
15930
- /***/ 899:
15930
+ /***/ 264:
15931
15931
  /***/ (function(__unused_webpack_module, exports) {
15932
15932
 
15933
15933
 
@@ -19172,7 +19172,7 @@ if (true) {
19172
19172
 
19173
19173
  /***/ }),
19174
19174
 
19175
- /***/ 11:
19175
+ /***/ 67:
19176
19176
  /***/ (function(module, exports) {
19177
19177
 
19178
19178
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -20299,7 +20299,7 @@ Object .defineProperty (Namespace, "add",
20299
20299
  }
20300
20300
  else
20301
20301
  {
20302
- const X3D = window [Symbol .for ("X_ITE.X3D-9.0.0")];
20302
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.0.1")];
20303
20303
 
20304
20304
  if (X3D)
20305
20305
  X3D [name] = module;
@@ -34121,7 +34121,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34121
34121
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34122
34122
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34123
34123
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34124
- /* provided dependency */ var $ = __webpack_require__(978);
34124
+ /* provided dependency */ var $ = __webpack_require__(979);
34125
34125
  /*******************************************************************************
34126
34126
  *
34127
34127
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34258,7 +34258,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34258
34258
  *
34259
34259
  ******************************************************************************/
34260
34260
 
34261
- const VERSION_default_ = "9.0.0";
34261
+ const VERSION_default_ = "9.0.1";
34262
34262
  ;
34263
34263
 
34264
34264
  x_ite_Namespace .add ("VERSION", "x_ite/Browser/VERSION", VERSION_default_);
@@ -38060,7 +38060,7 @@ const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
38060
38060
  x_ite_Namespace .add ("X3DProtoDeclarationNode", "x_ite/Prototype/X3DProtoDeclarationNode", X3DProtoDeclarationNode_default_);
38061
38061
  /* harmony default export */ const Prototype_X3DProtoDeclarationNode = (X3DProtoDeclarationNode_default_);
38062
38062
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38063
- /* provided dependency */ var X3DParser_$ = __webpack_require__(978);
38063
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(979);
38064
38064
  /*******************************************************************************
38065
38065
  *
38066
38066
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -38885,7 +38885,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38885
38885
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
38886
38886
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
38887
38887
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
38888
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(978);
38888
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(979);
38889
38889
  /*******************************************************************************
38890
38890
  *
38891
38891
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41430,7 +41430,7 @@ const VRMLParser_default_ = VRMLParser;
41430
41430
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41431
41431
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41432
41432
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41433
- /* provided dependency */ var XMLParser_$ = __webpack_require__(978);
41433
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(979);
41434
41434
  /*******************************************************************************
41435
41435
  *
41436
41436
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43522,7 +43522,7 @@ const URLs_default_ = URLs;
43522
43522
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
43523
43523
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43524
43524
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
43525
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(978);
43525
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(979);
43526
43526
  /*******************************************************************************
43527
43527
  *
43528
43528
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46823,7 +46823,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
46823
46823
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
46824
46824
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
46825
46825
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
46826
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(978);
46826
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(979);
46827
46827
  /*******************************************************************************
46828
46828
  *
46829
46829
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46975,7 +46975,7 @@ const GLB2Parser_default_ = GLB2Parser;
46975
46975
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
46976
46976
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
46977
46977
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
46978
- /* provided dependency */ var OBJParser_$ = __webpack_require__(978);
46978
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(979);
46979
46979
  /*******************************************************************************
46980
46980
  *
46981
46981
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50330,8 +50330,8 @@ const MatrixStack_default_ = MatrixStack;
50330
50330
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50331
50331
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50332
50332
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50333
- /* provided dependency */ var SVGParser_$ = __webpack_require__(978);
50334
- /* provided dependency */ var libtess = __webpack_require__(728);
50333
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(979);
50334
+ /* provided dependency */ var libtess = __webpack_require__(235);
50335
50335
  /*******************************************************************************
50336
50336
  *
50337
50337
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53099,7 +53099,7 @@ const SVGParser_default_ = SVGParser;
53099
53099
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53100
53100
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53101
53101
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53102
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(978);
53102
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(979);
53103
53103
  /*******************************************************************************
53104
53104
  *
53105
53105
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53436,7 +53436,7 @@ const Plane3_default_ = Plane3;
53436
53436
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53437
53437
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53438
53438
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53439
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(728);
53439
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(235);
53440
53440
  /*******************************************************************************
53441
53441
  *
53442
53442
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55562,6 +55562,128 @@ const Line3_default_ = Line3;
55562
55562
 
55563
55563
  x_ite_Namespace .add ("Line3", "standard/Math/Geometry/Line3", Line3_default_);
55564
55564
  /* harmony default export */ const Geometry_Line3 = (Line3_default_);
55565
+ ;// CONCATENATED MODULE: ./src/standard/Utility/BitSet.js
55566
+ /*******************************************************************************
55567
+ *
55568
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55569
+ *
55570
+ * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
55571
+ *
55572
+ * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
55573
+ *
55574
+ * The copyright notice above does not evidence any actual of intended
55575
+ * publication of such source code, and is an unpublished work by create3000.
55576
+ * This material contains CONFIDENTIAL INFORMATION that is the property of
55577
+ * create3000.
55578
+ *
55579
+ * No permission is granted to copy, distribute, or create derivative works from
55580
+ * the contents of this software, in whole or in part, without the prior written
55581
+ * permission of create3000.
55582
+ *
55583
+ * NON-MILITARY USE ONLY
55584
+ *
55585
+ * All create3000 software are effectively free software with a non-military use
55586
+ * restriction. It is free. Well commented source is provided. You may reuse the
55587
+ * source in any way you please with the exception anything that uses it must be
55588
+ * marked to indicate is contains 'non-military use only' components.
55589
+ *
55590
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55591
+ *
55592
+ * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
55593
+ *
55594
+ * This file is part of the X_ITE Project.
55595
+ *
55596
+ * X_ITE is free software: you can redistribute it and/or modify it under the
55597
+ * terms of the GNU General Public License version 3 only, as published by the
55598
+ * Free Software Foundation.
55599
+ *
55600
+ * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
55601
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
55602
+ * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
55603
+ * details (a copy is included in the LICENSE file that accompanied this code).
55604
+ *
55605
+ * You should have received a copy of the GNU General Public License version 3
55606
+ * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
55607
+ * copy of the GPLv3 License.
55608
+ *
55609
+ * For Silvio, Joy and Adi.
55610
+ *
55611
+ ******************************************************************************/
55612
+
55613
+
55614
+
55615
+ function BitSet (value = 0)
55616
+ {
55617
+ this .value = value;
55618
+ }
55619
+
55620
+ Object .assign (BitSet .prototype,
55621
+ {
55622
+ *[Symbol .iterator] ()
55623
+ {
55624
+ let
55625
+ value = this .value,
55626
+ index = 0;
55627
+
55628
+ while (value)
55629
+ {
55630
+ if (value & 1)
55631
+ yield index;
55632
+
55633
+ value >>>= 1;
55634
+ index += 1;
55635
+ }
55636
+ },
55637
+ get (index)
55638
+ {
55639
+ const mask = 1 << index;
55640
+
55641
+ return !! (this .value & mask);
55642
+ },
55643
+ set (index, value)
55644
+ {
55645
+ const mask = 1 << index;
55646
+
55647
+ if (value)
55648
+ this .value |= mask;
55649
+ else
55650
+ this .value &= ~mask;
55651
+ },
55652
+ clear ()
55653
+ {
55654
+ this .value = 0;
55655
+ },
55656
+ *entries ()
55657
+ {
55658
+ for (const i of this)
55659
+ yield [i, i];
55660
+ },
55661
+ valueOf ()
55662
+ {
55663
+ return this .value;
55664
+ },
55665
+ toString (radix)
55666
+ {
55667
+ return this .value .toString (radix);
55668
+ },
55669
+ });
55670
+
55671
+ BitSet .prototype .keys = BitSet .prototype [Symbol .iterator];
55672
+ BitSet .prototype .values = BitSet .prototype [Symbol .iterator];
55673
+
55674
+ Object .defineProperty (BitSet .prototype, "size",
55675
+ {
55676
+ get ()
55677
+ {
55678
+ return Math_Algorithm .bitCount (this .value);
55679
+ },
55680
+ });
55681
+
55682
+ const BitSet_default_ = BitSet;
55683
+ ;
55684
+
55685
+ x_ite_Namespace .add ("BitSet", "standard/Utility/BitSet", BitSet_default_);
55686
+ /* harmony default export */ const Utility_BitSet = (BitSet_default_);
55565
55687
  ;// CONCATENATED MODULE: ./src/standard/Time/StopWatch.js
55566
55688
  /*******************************************************************************
55567
55689
  *
@@ -55713,12 +55835,14 @@ x_ite_Namespace .add ("StopWatch", "standard/Time/StopWatch", StopWatch_default_
55713
55835
 
55714
55836
 
55715
55837
 
55838
+
55716
55839
  const DEPTH_BUFFER_SIZE = 16;
55717
55840
 
55718
55841
  function X3DRenderObject (executionContext)
55719
55842
  {
55720
55843
  const browser = executionContext .getBrowser ();
55721
55844
 
55845
+ this .renderBits = new Utility_BitSet ();
55722
55846
  this .renderCount = 0;
55723
55847
  this .viewVolumes = [ ];
55724
55848
  this .cameraSpaceMatrix = new Utility_MatrixStack (Numbers_Matrix4);
@@ -55768,10 +55892,24 @@ Object .assign (X3DRenderObject .prototype,
55768
55892
  {
55769
55893
  return true;
55770
55894
  },
55895
+ getRenderBits ()
55896
+ {
55897
+ return this .renderBits;
55898
+ },
55771
55899
  getRenderCount ()
55772
55900
  {
55773
55901
  return this .renderCount;
55774
55902
  },
55903
+ getNextRenderCount: (function ()
55904
+ {
55905
+ let renderCount = 0;
55906
+
55907
+ return function ()
55908
+ {
55909
+ renderCount >>>= 0; // uintesize
55910
+ return ++ renderCount;
55911
+ }
55912
+ })(),
55775
55913
  getViewVolumes ()
55776
55914
  {
55777
55915
  return this .viewVolumes;
@@ -55808,10 +55946,6 @@ Object .assign (X3DRenderObject .prototype,
55808
55946
  {
55809
55947
  return this .cameraSpaceMatrixArray;
55810
55948
  },
55811
- getLogarithmicDepthBuffer ()
55812
- {
55813
- return this .logarithmicDepthBuffer;
55814
- },
55815
55949
  getHitRay ()
55816
55950
  {
55817
55951
  return this .hitRay;
@@ -56628,158 +56762,152 @@ Object .assign (X3DRenderObject .prototype,
56628
56762
  }
56629
56763
  };
56630
56764
  })(),
56631
- draw: (function ()
56765
+ draw ()
56632
56766
  {
56633
- let renderCount = 0;
56634
-
56635
- return function ()
56636
- {
56637
- const
56638
- browser = this .getBrowser (),
56639
- gl = browser .getContext (),
56640
- frameBuffer = browser .getFrameBuffer (),
56641
- viewport = this .getViewVolume () .getViewport (),
56642
- lights = this .lights,
56643
- globalLightsKeys = this .globalLightsKeys,
56644
- globalLights = this .globalLights,
56645
- generatedCubeMapTextures = this .generatedCubeMapTextures,
56646
- globalShadows = this .globalShadows,
56647
- shadows = globalShadows .at (-1),
56648
- headlight = this .getNavigationInfo () ._headlight .getValue (),
56649
- oit = frameBuffer .getOIT ();
56767
+ const
56768
+ browser = this .getBrowser (),
56769
+ gl = browser .getContext (),
56770
+ frameBuffer = browser .getFrameBuffer (),
56771
+ viewport = this .getViewVolume () .getViewport (),
56772
+ lights = this .lights,
56773
+ globalLightsKeys = this .globalLightsKeys,
56774
+ globalLights = this .globalLights,
56775
+ generatedCubeMapTextures = this .generatedCubeMapTextures,
56776
+ globalShadows = this .globalShadows,
56777
+ shadows = globalShadows .at (-1),
56778
+ headlight = this .getNavigationInfo () ._headlight .getValue (),
56779
+ oit = frameBuffer .getOIT ();
56650
56780
 
56651
- renderCount >>>= 0; // uintesize
56652
- this .renderCount = ++ renderCount;
56781
+ this .renderCount = this .getNextRenderCount ();
56653
56782
 
56654
- this .logarithmicDepthBuffer = browser .getBrowserOption ("LogarithmicDepthBuffer")
56655
- || this .getViewpoint () .getLogarithmicDepthBuffer ();
56783
+ this .renderBits .set (0, browser .getRenderingProperty ("LogarithmicDepthBuffer") || this .getViewpoint () .getLogarithmicDepthBuffer ());
56784
+ this .renderBits .set (1, browser .getBrowserOption ("OrderIndependentTransparency"));
56656
56785
 
56657
- // PREPARATIONS
56786
+ // PREPARATIONS
56658
56787
 
56659
- if (this .isIndependent ())
56660
- {
56661
- // Render shadow maps.
56788
+ if (this .isIndependent ())
56789
+ {
56790
+ // Render shadow maps.
56662
56791
 
56663
- for (const light of lights)
56664
- light .renderShadowMap (this);
56792
+ for (const light of lights)
56793
+ light .renderShadowMap (this);
56665
56794
 
56666
- // Render GeneratedCubeMapTextures.
56795
+ // Render GeneratedCubeMapTextures.
56667
56796
 
56668
- for (const generatedCubeMapTexture of generatedCubeMapTextures)
56669
- generatedCubeMapTexture .renderTexture (this);
56797
+ for (const generatedCubeMapTexture of generatedCubeMapTextures)
56798
+ generatedCubeMapTexture .renderTexture (this);
56670
56799
 
56671
- frameBuffer .bind ();
56672
- }
56800
+ frameBuffer .bind ();
56801
+ }
56673
56802
 
56674
- // Set up shadow matrix for all lights, and matrix for all projective textures.
56803
+ // Set up shadow matrix for all lights, and matrix for all projective textures.
56675
56804
 
56676
- if (headlight)
56677
- browser .getHeadlight () .setGlobalVariables (this);
56805
+ if (headlight)
56806
+ browser .getHeadlight () .setGlobalVariables (this);
56678
56807
 
56679
- for (const light of lights)
56680
- light .setGlobalVariables (this);
56808
+ for (const light of lights)
56809
+ light .setGlobalVariables (this);
56681
56810
 
56682
- for (const light of globalLights)
56683
- globalLightsKeys .push (light .lightNode .getLightKey ());
56811
+ for (const light of globalLights)
56812
+ globalLightsKeys .push (light .lightNode .getLightKey ());
56684
56813
 
56685
- // Set global uniforms.
56814
+ // Set global uniforms.
56686
56815
 
56687
- this .viewportArray .set (viewport);
56688
- this .cameraSpaceMatrixArray .set (this .getCameraSpaceMatrix () .get ());
56689
- this .projectionMatrixArray .set (this .getProjectionMatrix () .get ());
56816
+ this .viewportArray .set (viewport);
56817
+ this .cameraSpaceMatrixArray .set (this .getCameraSpaceMatrix () .get ());
56818
+ this .projectionMatrixArray .set (this .getProjectionMatrix () .get ());
56690
56819
 
56691
- // DRAW
56820
+ // DRAW
56692
56821
 
56693
- // Configure viewport and background
56822
+ // Configure viewport and background
56694
56823
 
56695
- gl .viewport (... viewport);
56696
- gl .scissor (... viewport);
56824
+ gl .viewport (... viewport);
56825
+ gl .scissor (... viewport);
56697
56826
 
56698
- // Draw background.
56827
+ // Draw background.
56699
56828
 
56700
- gl .clear (gl .DEPTH_BUFFER_BIT);
56701
- gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
56829
+ gl .clear (gl .DEPTH_BUFFER_BIT);
56830
+ gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
56702
56831
 
56703
- this .getBackground () .display (gl, this, viewport);
56832
+ this .getBackground () .display (gl, this, viewport);
56704
56833
 
56705
- // Sorted blend or order independent transparency
56834
+ // Sorted blend or order independent transparency
56706
56835
 
56707
- // Render opaque objects first
56836
+ // Render opaque objects first
56708
56837
 
56709
- const opaqueShapes = this .opaqueShapes;
56838
+ const opaqueShapes = this .opaqueShapes;
56710
56839
 
56711
- for (let i = 0, length = this .numOpaqueShapes; i < length; ++ i)
56712
- {
56713
- const renderContext = opaqueShapes [i];
56840
+ for (let i = 0, length = this .numOpaqueShapes; i < length; ++ i)
56841
+ {
56842
+ const renderContext = opaqueShapes [i];
56714
56843
 
56715
- gl .scissor (... renderContext .scissor);
56844
+ gl .scissor (... renderContext .scissor);
56716
56845
 
56717
- renderContext .shadows = renderContext .shadows || shadows;
56718
- renderContext .objectsKeys .push (... globalLightsKeys);
56846
+ renderContext .shadows = renderContext .shadows || shadows;
56847
+ renderContext .objectsKeys .push (... globalLightsKeys);
56719
56848
 
56720
- renderContext .shapeNode .display (gl, renderContext);
56721
- browser .resetTextureUnits ();
56722
- }
56849
+ renderContext .shapeNode .display (gl, renderContext);
56850
+ browser .resetTextureUnits ();
56851
+ }
56723
56852
 
56724
- // Render transparent objects
56853
+ // Render transparent objects
56725
56854
 
56726
- const transparentShapes = this .transparentShapes;
56855
+ const transparentShapes = this .transparentShapes;
56727
56856
 
56728
- if (oit)
56729
- frameBuffer .bindTransparency ();
56730
- else
56731
- this .transparencySorter .sort (0, this .numTransparentShapes);
56857
+ if (oit)
56858
+ frameBuffer .bindTransparency ();
56859
+ else
56860
+ this .transparencySorter .sort (0, this .numTransparentShapes);
56732
56861
 
56733
- gl .depthMask (false);
56734
- gl .enable (gl .BLEND);
56862
+ gl .depthMask (false);
56863
+ gl .enable (gl .BLEND);
56735
56864
 
56736
- for (let i = 0, length = this .numTransparentShapes; i < length; ++ i)
56737
- {
56738
- const renderContext = transparentShapes [i];
56865
+ for (let i = 0, length = this .numTransparentShapes; i < length; ++ i)
56866
+ {
56867
+ const renderContext = transparentShapes [i];
56739
56868
 
56740
- gl .scissor (... renderContext .scissor);
56869
+ gl .scissor (... renderContext .scissor);
56741
56870
 
56742
- renderContext .shadows = renderContext .shadows || shadows;
56743
- renderContext .objectsKeys .push (... globalLightsKeys);
56871
+ renderContext .shadows = renderContext .shadows || shadows;
56872
+ renderContext .objectsKeys .push (... globalLightsKeys);
56744
56873
 
56745
- renderContext .shapeNode .display (gl, renderContext);
56746
- browser .resetTextureUnits ();
56747
- }
56874
+ renderContext .shapeNode .display (gl, renderContext);
56875
+ browser .resetTextureUnits ();
56876
+ }
56748
56877
 
56749
- gl .depthMask (true);
56750
- gl .disable (gl .BLEND);
56878
+ gl .depthMask (true);
56879
+ gl .disable (gl .BLEND);
56751
56880
 
56752
- if (oit)
56753
- frameBuffer .compose ();
56881
+ if (oit)
56882
+ frameBuffer .compose ();
56754
56883
 
56755
- // POST DRAW
56884
+ // POST DRAW
56756
56885
 
56757
- if (this .isIndependent ())
56758
- {
56759
- // Recycle clip planes, local fogs, local lights, and local projective textures.
56886
+ if (this .isIndependent ())
56887
+ {
56888
+ // Recycle clip planes, local fogs, local lights, and local projective textures.
56760
56889
 
56761
- const localObjects = browser .getLocalObjects ();
56890
+ const localObjects = browser .getLocalObjects ();
56762
56891
 
56763
- for (const localObject of localObjects)
56764
- localObject .dispose ();
56892
+ for (const localObject of localObjects)
56893
+ localObject .dispose ();
56765
56894
 
56766
- localObjects .length = 0;
56895
+ localObjects .length = 0;
56767
56896
 
56768
- // Recycle global lights and global projective textures.
56897
+ // Recycle global lights and global projective textures.
56769
56898
 
56770
- for (const globalObject of globalLights)
56771
- globalObject .dispose ();
56772
- }
56899
+ for (const globalObject of globalLights)
56900
+ globalObject .dispose ();
56901
+ }
56773
56902
 
56774
- // Reset containers.
56903
+ // Reset containers.
56775
56904
 
56776
- globalLightsKeys .length = 0;
56777
- globalLights .length = 0;
56778
- lights .length = 0;
56779
- globalShadows .length = 1;
56780
- generatedCubeMapTextures .length = 0;
56781
- };
56782
- })(),
56905
+ globalLightsKeys .length = 0;
56906
+ globalLights .length = 0;
56907
+ lights .length = 0;
56908
+ globalShadows .length = 1;
56909
+ generatedCubeMapTextures .length = 0;
56910
+ },
56783
56911
  });
56784
56912
 
56785
56913
  function X3DRenderObject_assign (lhs, rhs)
@@ -59469,128 +59597,6 @@ const GeometryContext_default_ = GeometryContext;
59469
59597
 
59470
59598
  x_ite_Namespace .add ("GeometryContext", "x_ite/Browser/Rendering/GeometryContext", GeometryContext_default_);
59471
59599
  /* harmony default export */ const Rendering_GeometryContext = (GeometryContext_default_);
59472
- ;// CONCATENATED MODULE: ./src/standard/Utility/BitSet.js
59473
- /*******************************************************************************
59474
- *
59475
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
59476
- *
59477
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
59478
- *
59479
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
59480
- *
59481
- * The copyright notice above does not evidence any actual of intended
59482
- * publication of such source code, and is an unpublished work by create3000.
59483
- * This material contains CONFIDENTIAL INFORMATION that is the property of
59484
- * create3000.
59485
- *
59486
- * No permission is granted to copy, distribute, or create derivative works from
59487
- * the contents of this software, in whole or in part, without the prior written
59488
- * permission of create3000.
59489
- *
59490
- * NON-MILITARY USE ONLY
59491
- *
59492
- * All create3000 software are effectively free software with a non-military use
59493
- * restriction. It is free. Well commented source is provided. You may reuse the
59494
- * source in any way you please with the exception anything that uses it must be
59495
- * marked to indicate is contains 'non-military use only' components.
59496
- *
59497
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
59498
- *
59499
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
59500
- *
59501
- * This file is part of the X_ITE Project.
59502
- *
59503
- * X_ITE is free software: you can redistribute it and/or modify it under the
59504
- * terms of the GNU General Public License version 3 only, as published by the
59505
- * Free Software Foundation.
59506
- *
59507
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
59508
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
59509
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
59510
- * details (a copy is included in the LICENSE file that accompanied this code).
59511
- *
59512
- * You should have received a copy of the GNU General Public License version 3
59513
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
59514
- * copy of the GPLv3 License.
59515
- *
59516
- * For Silvio, Joy and Adi.
59517
- *
59518
- ******************************************************************************/
59519
-
59520
-
59521
-
59522
- function BitSet (value = 0)
59523
- {
59524
- this .value = value;
59525
- }
59526
-
59527
- Object .assign (BitSet .prototype,
59528
- {
59529
- *[Symbol .iterator] ()
59530
- {
59531
- let
59532
- value = this .value,
59533
- index = 0;
59534
-
59535
- while (value)
59536
- {
59537
- if (value & 1)
59538
- yield index;
59539
-
59540
- value >>>= 1;
59541
- index += 1;
59542
- }
59543
- },
59544
- get (index)
59545
- {
59546
- const mask = 1 << index;
59547
-
59548
- return !! (this .value & mask);
59549
- },
59550
- set (index, value)
59551
- {
59552
- const mask = 1 << index;
59553
-
59554
- if (value)
59555
- this .value |= mask;
59556
- else
59557
- this .value &= ~mask;
59558
- },
59559
- clear ()
59560
- {
59561
- this .value = 0;
59562
- },
59563
- *entries ()
59564
- {
59565
- for (const i of this)
59566
- yield [i, i];
59567
- },
59568
- valueOf ()
59569
- {
59570
- return this .value;
59571
- },
59572
- toString (radix)
59573
- {
59574
- return this .value .toString (radix);
59575
- },
59576
- });
59577
-
59578
- BitSet .prototype .keys = BitSet .prototype [Symbol .iterator];
59579
- BitSet .prototype .values = BitSet .prototype [Symbol .iterator];
59580
-
59581
- Object .defineProperty (BitSet .prototype, "size",
59582
- {
59583
- get ()
59584
- {
59585
- return Math_Algorithm .bitCount (this .value);
59586
- },
59587
- });
59588
-
59589
- const BitSet_default_ = BitSet;
59590
- ;
59591
-
59592
- x_ite_Namespace .add ("BitSet", "standard/Utility/BitSet", BitSet_default_);
59593
- /* harmony default export */ const Utility_BitSet = (BitSet_default_);
59594
59600
  ;// CONCATENATED MODULE: ./src/x_ite/Components/EnvironmentalEffects/X3DBackgroundNode.js
59595
59601
  /*******************************************************************************
59596
59602
  *
@@ -60940,7 +60946,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
60940
60946
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
60941
60947
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
60942
60948
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
60943
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(978);
60949
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(979);
60944
60950
  /*******************************************************************************
60945
60951
  *
60946
60952
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -65531,7 +65537,7 @@ const X3DWorld_default_ = X3DWorld;
65531
65537
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
65532
65538
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
65533
65539
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
65534
- /* provided dependency */ var FileLoader_$ = __webpack_require__(978);
65540
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(979);
65535
65541
  /*******************************************************************************
65536
65542
  *
65537
65543
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -89126,7 +89132,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
89126
89132
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
89127
89133
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
89128
89134
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
89129
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(978);
89135
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(979);
89130
89136
  /*******************************************************************************
89131
89137
  *
89132
89138
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -90158,7 +90164,7 @@ Object .assign (X3DProgrammableShaderObject .prototype,
90158
90164
 
90159
90165
  // Logarithmic depth buffer support
90160
90166
 
90161
- if (renderObject .getLogarithmicDepthBuffer ())
90167
+ if (renderObject .getRenderBits () .get (0))
90162
90168
  {
90163
90169
  const
90164
90170
  viewpoint = renderObject .getViewpoint (),
@@ -94759,7 +94765,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
94759
94765
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
94760
94766
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
94761
94767
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
94762
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(978);
94768
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(979);
94763
94769
  /*******************************************************************************
94764
94770
  *
94765
94771
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95416,7 +95422,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
95416
95422
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
95417
95423
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
95418
95424
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
95419
- /* provided dependency */ var Appearance_$ = __webpack_require__(978);
95425
+ /* provided dependency */ var Appearance_$ = __webpack_require__(979);
95420
95426
  /*******************************************************************************
95421
95427
  *
95422
95428
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96340,7 +96346,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
96340
96346
 
96341
96347
  key += shapeNode .getAlphaMode ();
96342
96348
  key += this .getMaterialKey ();
96343
- key += renderObject .getLogarithmicDepthBuffer () ? 1 : 0;
96349
+ key += renderObject .getRenderBits () .toString (32); // 5 Bits
96344
96350
  key += shadows ? 1 : 0;
96345
96351
  key += fogNode ?.getFogType () ?? 0;
96346
96352
  key += shapeNode .getShapeKey ();
@@ -96356,7 +96362,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
96356
96362
  }
96357
96363
  else
96358
96364
  {
96359
- // Rubberband, X3DBackgroundNode, ParticleSystem
96365
+ // Rubberband, X3DBackgroundNode
96360
96366
 
96361
96367
  const { alphaMode, textureNode, objectsKeys } = geometryContext;
96362
96368
 
@@ -96391,7 +96397,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
96391
96397
  {
96392
96398
  const { renderObject, fogNode, shapeNode, appearanceNode, humanoidNode, objectsKeys, textureNode } = renderContext;
96393
96399
 
96394
- if (renderObject .getLogarithmicDepthBuffer ())
96400
+ if (renderObject .getRenderBits () .get (0))
96395
96401
  options .push ("X3D_LOGARITHMIC_DEPTH_BUFFER");
96396
96402
 
96397
96403
  switch (shapeNode .getAlphaMode ())
@@ -96410,7 +96416,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
96410
96416
  {
96411
96417
  options .push ("X3D_ALPHA_MODE_BLEND");
96412
96418
 
96413
- if (browser .getBrowserOption ("OrderIndependentTransparency"))
96419
+ if (renderObject .getRenderBits () .get (1))
96414
96420
  options .push ("X3D_ORDER_INDEPENDENT_TRANSPARENCY");
96415
96421
 
96416
96422
  break;
@@ -97940,6 +97946,10 @@ Object .assign (Object .setPrototypeOf (X3DShapeNode .prototype, Core_X3DChildNo
97940
97946
  {
97941
97947
  return this .alphaMode;
97942
97948
  },
97949
+ setAlphaMode (value)
97950
+ {
97951
+ this .alphaMode = value;
97952
+ },
97943
97953
  getAppearance ()
97944
97954
  {
97945
97955
  return this .appearanceNode;
@@ -97991,6 +98001,8 @@ Object .assign (Object .setPrototypeOf (X3DShapeNode .prototype, Core_X3DChildNo
97991
98001
  },
97992
98002
  set_transparent__ ()
97993
98003
  {
98004
+ // This function is overloaded in ParticleSystem!
98005
+
97994
98006
  const alphaMode = this .appearanceNode .getAlphaMode ();
97995
98007
 
97996
98008
  if (alphaMode === Shape_AlphaMode .AUTO)
@@ -98817,7 +98829,7 @@ const Components_Shape_default_ = {
98817
98829
  x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
98818
98830
  /* harmony default export */ const Components_Shape = (Components_Shape_default_);
98819
98831
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
98820
- /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(978);
98832
+ /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(979);
98821
98833
  /*******************************************************************************
98822
98834
  *
98823
98835
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99457,7 +99469,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
99457
99469
  x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
99458
99470
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
99459
99471
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
99460
- /* provided dependency */ var AudioClip_$ = __webpack_require__(978);
99472
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(979);
99461
99473
  /*******************************************************************************
99462
99474
  *
99463
99475
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99759,7 +99771,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
99759
99771
  x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
99760
99772
  /* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
99761
99773
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
99762
- /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(978);
99774
+ /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(979);
99763
99775
  /*******************************************************************************
99764
99776
  *
99765
99777
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -101409,7 +101421,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
101409
101421
  x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
101410
101422
  /* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
101411
101423
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
101412
- /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(978);
101424
+ /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(979);
101413
101425
  /*******************************************************************************
101414
101426
  *
101415
101427
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -103078,8 +103090,8 @@ const GifMedia_default_ = GifMedia;
103078
103090
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
103079
103091
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
103080
103092
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
103081
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(978);
103082
- /* provided dependency */ var SuperGif = __webpack_require__(11);
103093
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(979);
103094
+ /* provided dependency */ var SuperGif = __webpack_require__(67);
103083
103095
  /*******************************************************************************
103084
103096
  *
103085
103097
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -104257,7 +104269,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
104257
104269
  x_ite_Namespace .add ("MultiTextureTransform", "x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
104258
104270
  /* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
104259
104271
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
104260
- /* provided dependency */ var PixelTexture_$ = __webpack_require__(978);
104272
+ /* provided dependency */ var PixelTexture_$ = __webpack_require__(979);
104261
104273
  /*******************************************************************************
104262
104274
  *
104263
104275
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106413,7 +106425,7 @@ const gettext_default_ = gettext;
106413
106425
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
106414
106426
  /* harmony default export */ const locale_gettext = (gettext_default_);
106415
106427
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
106416
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(978);
106428
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(979);
106417
106429
  /*******************************************************************************
106418
106430
  *
106419
106431
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106843,7 +106855,7 @@ const TextureQuality_default_ = TextureQuality;
106843
106855
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
106844
106856
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
106845
106857
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
106846
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(978);
106858
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(979);
106847
106859
  /*******************************************************************************
106848
106860
  *
106849
106861
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107183,10 +107195,7 @@ Object .assign (Object .setPrototypeOf (BrowserOptions .prototype, Base_X3DBaseN
107183
107195
  },
107184
107196
  set_orderIndependentTransparency__ ()
107185
107197
  {
107186
- const browser = this .getBrowser ();
107187
-
107188
- browser .getShaders () .clear ();
107189
- browser .reshape ();
107198
+ this .getBrowser () .reshape ();
107190
107199
  },
107191
107200
  set_timings__ (timings)
107192
107201
  {
@@ -107436,7 +107445,7 @@ const RenderingProperties_default_ = RenderingProperties;
107436
107445
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
107437
107446
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
107438
107447
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
107439
- /* provided dependency */ var Notification_$ = __webpack_require__(978);
107448
+ /* provided dependency */ var Notification_$ = __webpack_require__(979);
107440
107449
  /*******************************************************************************
107441
107450
  *
107442
107451
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107559,8 +107568,8 @@ const Notification_default_ = Notification;
107559
107568
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
107560
107569
  /* harmony default export */ const Core_Notification = (Notification_default_);
107561
107570
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
107562
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(1);
107563
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(978);
107571
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(970);
107572
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(979);
107564
107573
  /*******************************************************************************
107565
107574
  *
107566
107575
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110312,7 +110321,7 @@ const DataStorage_default_ = DataStorage;
110312
110321
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
110313
110322
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
110314
110323
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
110315
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(978);
110324
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(979);
110316
110325
  /*******************************************************************************
110317
110326
  *
110318
110327
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112375,8 +112384,8 @@ const X3DViewer_default_ = X3DViewer;
112375
112384
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
112376
112385
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
112377
112386
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
112378
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(436);
112379
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(978);
112387
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(506);
112388
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(979);
112380
112389
  /*******************************************************************************
112381
112390
  *
112382
112391
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113248,8 +113257,8 @@ const ExamineViewer_default_ = ExamineViewer;
113248
113257
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
113249
113258
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
113250
113259
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
113251
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(436);
113252
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(978);
113260
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(506);
113261
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(979);
113253
113262
  /*******************************************************************************
113254
113263
  *
113255
113264
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114258,8 +114267,8 @@ const FlyViewer_default_ = FlyViewer;
114258
114267
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
114259
114268
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
114260
114269
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
114261
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(436);
114262
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(978);
114270
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(506);
114271
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(979);
114263
114272
  /*******************************************************************************
114264
114273
  *
114265
114274
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114590,8 +114599,8 @@ const NoneViewer_default_ = NoneViewer;
114590
114599
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
114591
114600
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
114592
114601
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
114593
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(436);
114594
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(978);
114602
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(506);
114603
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(979);
114595
114604
  /*******************************************************************************
114596
114605
  *
114597
114606
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115730,8 +115739,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
115730
115739
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
115731
115740
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
115732
115741
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
115733
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(436);
115734
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(978);
115742
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(506);
115743
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(979);
115735
115744
  /*******************************************************************************
115736
115745
  *
115737
115746
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116970,7 +116979,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
116970
116979
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
116971
116980
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
116972
116981
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
116973
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(978);
116982
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(979);
116974
116983
  /*******************************************************************************
116975
116984
  *
116976
116985
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117873,7 +117882,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
117873
117882
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
117874
117883
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
117875
117884
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
117876
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(978);
117885
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(979);
117877
117886
  const KTXDecoder_default_ = class KTXDecoder
117878
117887
  {
117879
117888
  constructor (gl, externalKtxlib, scriptDir)
@@ -119449,7 +119458,7 @@ const Components_default_ = Components;
119449
119458
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
119450
119459
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
119451
119460
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
119452
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(978);
119461
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(979);
119453
119462
  /*******************************************************************************
119454
119463
  * MIT License
119455
119464
  *
@@ -120588,7 +120597,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
120588
120597
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
120589
120598
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
120590
120599
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
120591
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(978);
120600
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(979);
120592
120601
  /*******************************************************************************
120593
120602
  *
120594
120603
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121669,7 +121678,7 @@ const X3DBrowser_default_ = X3DBrowser;
121669
121678
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
121670
121679
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
121671
121680
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
121672
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(978);
121681
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(979);
121673
121682
  /*******************************************************************************
121674
121683
  *
121675
121684
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121801,8 +121810,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
121801
121810
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
121802
121811
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
121803
121812
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
121804
- /* provided dependency */ var jquery_$ = __webpack_require__(978);
121805
- /* provided dependency */ var pako = __webpack_require__(899);
121813
+ /* provided dependency */ var jquery_$ = __webpack_require__(979);
121814
+ /* provided dependency */ var pako = __webpack_require__(264);
121806
121815
  Object .assign (jquery_$,
121807
121816
  {
121808
121817
  decodeText (input)
@@ -121879,14 +121888,14 @@ const jquery_default_ = jquery_$;
121879
121888
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
121880
121889
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
121881
121890
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
121882
- /* provided dependency */ var libtess_libtess = __webpack_require__(728);
121891
+ /* provided dependency */ var libtess_libtess = __webpack_require__(235);
121883
121892
  const libtess_default_ = libtess_libtess;
121884
121893
  ;
121885
121894
 
121886
121895
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
121887
121896
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
121888
121897
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
121889
- /* provided dependency */ var X3D_$ = __webpack_require__(978);
121898
+ /* provided dependency */ var X3D_$ = __webpack_require__(979);
121890
121899
  /*******************************************************************************
121891
121900
  *
121892
121901
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122280,7 +122289,7 @@ x_ite_Namespace .add ("shim", "shim", shim_default_);
122280
122289
 
122281
122290
  // Assign X3D to global namespace.
122282
122291
 
122283
- window [Symbol .for ("X_ITE.X3D-9.0.0")] = x_ite_X3D;
122292
+ window [Symbol .for ("X_ITE.X3D-9.0.1")] = x_ite_X3D;
122284
122293
 
122285
122294
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
122286
122295