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.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v9.0.0 */(function webpackUniversalModuleDefinition(root, factory) {
1
+ /* X_ITE v9.0.1 */(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,10 +11,10 @@
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 1:
14
+ /***/ 970:
15
15
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
16
16
 
17
- /* provided dependency */ var jQuery = __webpack_require__(978);
17
+ /* provided dependency */ var jQuery = __webpack_require__(979);
18
18
  /**
19
19
  * @preserve jquery.fullscreen 1.1.5
20
20
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -210,7 +210,7 @@ installFullScreenHandlers();
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 436:
213
+ /***/ 506:
214
214
  /***/ ((module, exports, __webpack_require__) => {
215
215
 
216
216
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -224,7 +224,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
224
224
  (function (factory) {
225
225
  if ( true ) {
226
226
  // AMD. Register as an anonymous module.
227
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(978)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
227
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(979)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
228
228
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
229
229
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
230
230
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -435,7 +435,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
435
435
 
436
436
  /***/ }),
437
437
 
438
- /***/ 978:
438
+ /***/ 979:
439
439
  /***/ (function(module, exports) {
440
440
 
441
441
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11159,7 +11159,7 @@ return jQuery;
11159
11159
 
11160
11160
  /***/ }),
11161
11161
 
11162
- /***/ 728:
11162
+ /***/ 235:
11163
11163
  /***/ ((module) => {
11164
11164
 
11165
11165
  /**
@@ -15938,7 +15938,7 @@ if (true) {
15938
15938
 
15939
15939
  /***/ }),
15940
15940
 
15941
- /***/ 899:
15941
+ /***/ 264:
15942
15942
  /***/ (function(__unused_webpack_module, exports) {
15943
15943
 
15944
15944
 
@@ -19183,7 +19183,7 @@ if (true) {
19183
19183
 
19184
19184
  /***/ }),
19185
19185
 
19186
- /***/ 11:
19186
+ /***/ 67:
19187
19187
  /***/ (function(module, exports) {
19188
19188
 
19189
19189
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -20311,7 +20311,7 @@ Object .defineProperty (Namespace, "add",
20311
20311
  }
20312
20312
  else
20313
20313
  {
20314
- const X3D = window [Symbol .for ("X_ITE.X3D-9.0.0")];
20314
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.0.1")];
20315
20315
 
20316
20316
  if (X3D)
20317
20317
  X3D [name] = module;
@@ -34133,7 +34133,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34133
34133
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34134
34134
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34135
34135
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34136
- /* provided dependency */ var $ = __webpack_require__(978);
34136
+ /* provided dependency */ var $ = __webpack_require__(979);
34137
34137
  /*******************************************************************************
34138
34138
  *
34139
34139
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34270,7 +34270,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34270
34270
  *
34271
34271
  ******************************************************************************/
34272
34272
 
34273
- const VERSION_default_ = "9.0.0";
34273
+ const VERSION_default_ = "9.0.1";
34274
34274
  ;
34275
34275
 
34276
34276
  x_ite_Namespace .add ("VERSION", "x_ite/Browser/VERSION", VERSION_default_);
@@ -38072,7 +38072,7 @@ const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
38072
38072
  x_ite_Namespace .add ("X3DProtoDeclarationNode", "x_ite/Prototype/X3DProtoDeclarationNode", X3DProtoDeclarationNode_default_);
38073
38073
  /* harmony default export */ const Prototype_X3DProtoDeclarationNode = (X3DProtoDeclarationNode_default_);
38074
38074
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38075
- /* provided dependency */ var X3DParser_$ = __webpack_require__(978);
38075
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(979);
38076
38076
  /*******************************************************************************
38077
38077
  *
38078
38078
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -38897,7 +38897,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38897
38897
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
38898
38898
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
38899
38899
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
38900
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(978);
38900
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(979);
38901
38901
  /*******************************************************************************
38902
38902
  *
38903
38903
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41442,7 +41442,7 @@ const VRMLParser_default_ = VRMLParser;
41442
41442
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41443
41443
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41444
41444
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41445
- /* provided dependency */ var XMLParser_$ = __webpack_require__(978);
41445
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(979);
41446
41446
  /*******************************************************************************
41447
41447
  *
41448
41448
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43534,7 +43534,7 @@ const URLs_default_ = URLs;
43534
43534
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
43535
43535
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43536
43536
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
43537
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(978);
43537
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(979);
43538
43538
  /*******************************************************************************
43539
43539
  *
43540
43540
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46835,7 +46835,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
46835
46835
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
46836
46836
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
46837
46837
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
46838
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(978);
46838
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(979);
46839
46839
  /*******************************************************************************
46840
46840
  *
46841
46841
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46987,7 +46987,7 @@ const GLB2Parser_default_ = GLB2Parser;
46987
46987
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
46988
46988
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
46989
46989
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
46990
- /* provided dependency */ var OBJParser_$ = __webpack_require__(978);
46990
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(979);
46991
46991
  /*******************************************************************************
46992
46992
  *
46993
46993
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50342,8 +50342,8 @@ const MatrixStack_default_ = MatrixStack;
50342
50342
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50343
50343
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50344
50344
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50345
- /* provided dependency */ var SVGParser_$ = __webpack_require__(978);
50346
- /* provided dependency */ var libtess = __webpack_require__(728);
50345
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(979);
50346
+ /* provided dependency */ var libtess = __webpack_require__(235);
50347
50347
  /*******************************************************************************
50348
50348
  *
50349
50349
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53111,7 +53111,7 @@ const SVGParser_default_ = SVGParser;
53111
53111
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53112
53112
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53113
53113
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53114
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(978);
53114
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(979);
53115
53115
  /*******************************************************************************
53116
53116
  *
53117
53117
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53448,7 +53448,7 @@ const Plane3_default_ = Plane3;
53448
53448
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53449
53449
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53450
53450
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53451
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(728);
53451
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(235);
53452
53452
  /*******************************************************************************
53453
53453
  *
53454
53454
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55574,6 +55574,128 @@ const Line3_default_ = Line3;
55574
55574
 
55575
55575
  x_ite_Namespace .add ("Line3", "standard/Math/Geometry/Line3", Line3_default_);
55576
55576
  /* harmony default export */ const Geometry_Line3 = (Line3_default_);
55577
+ ;// CONCATENATED MODULE: ./src/standard/Utility/BitSet.js
55578
+ /*******************************************************************************
55579
+ *
55580
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55581
+ *
55582
+ * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
55583
+ *
55584
+ * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
55585
+ *
55586
+ * The copyright notice above does not evidence any actual of intended
55587
+ * publication of such source code, and is an unpublished work by create3000.
55588
+ * This material contains CONFIDENTIAL INFORMATION that is the property of
55589
+ * create3000.
55590
+ *
55591
+ * No permission is granted to copy, distribute, or create derivative works from
55592
+ * the contents of this software, in whole or in part, without the prior written
55593
+ * permission of create3000.
55594
+ *
55595
+ * NON-MILITARY USE ONLY
55596
+ *
55597
+ * All create3000 software are effectively free software with a non-military use
55598
+ * restriction. It is free. Well commented source is provided. You may reuse the
55599
+ * source in any way you please with the exception anything that uses it must be
55600
+ * marked to indicate is contains 'non-military use only' components.
55601
+ *
55602
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55603
+ *
55604
+ * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
55605
+ *
55606
+ * This file is part of the X_ITE Project.
55607
+ *
55608
+ * X_ITE is free software: you can redistribute it and/or modify it under the
55609
+ * terms of the GNU General Public License version 3 only, as published by the
55610
+ * Free Software Foundation.
55611
+ *
55612
+ * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
55613
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
55614
+ * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
55615
+ * details (a copy is included in the LICENSE file that accompanied this code).
55616
+ *
55617
+ * You should have received a copy of the GNU General Public License version 3
55618
+ * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
55619
+ * copy of the GPLv3 License.
55620
+ *
55621
+ * For Silvio, Joy and Adi.
55622
+ *
55623
+ ******************************************************************************/
55624
+
55625
+
55626
+
55627
+ function BitSet (value = 0)
55628
+ {
55629
+ this .value = value;
55630
+ }
55631
+
55632
+ Object .assign (BitSet .prototype,
55633
+ {
55634
+ *[Symbol .iterator] ()
55635
+ {
55636
+ let
55637
+ value = this .value,
55638
+ index = 0;
55639
+
55640
+ while (value)
55641
+ {
55642
+ if (value & 1)
55643
+ yield index;
55644
+
55645
+ value >>>= 1;
55646
+ index += 1;
55647
+ }
55648
+ },
55649
+ get (index)
55650
+ {
55651
+ const mask = 1 << index;
55652
+
55653
+ return !! (this .value & mask);
55654
+ },
55655
+ set (index, value)
55656
+ {
55657
+ const mask = 1 << index;
55658
+
55659
+ if (value)
55660
+ this .value |= mask;
55661
+ else
55662
+ this .value &= ~mask;
55663
+ },
55664
+ clear ()
55665
+ {
55666
+ this .value = 0;
55667
+ },
55668
+ *entries ()
55669
+ {
55670
+ for (const i of this)
55671
+ yield [i, i];
55672
+ },
55673
+ valueOf ()
55674
+ {
55675
+ return this .value;
55676
+ },
55677
+ toString (radix)
55678
+ {
55679
+ return this .value .toString (radix);
55680
+ },
55681
+ });
55682
+
55683
+ BitSet .prototype .keys = BitSet .prototype [Symbol .iterator];
55684
+ BitSet .prototype .values = BitSet .prototype [Symbol .iterator];
55685
+
55686
+ Object .defineProperty (BitSet .prototype, "size",
55687
+ {
55688
+ get ()
55689
+ {
55690
+ return Math_Algorithm .bitCount (this .value);
55691
+ },
55692
+ });
55693
+
55694
+ const BitSet_default_ = BitSet;
55695
+ ;
55696
+
55697
+ x_ite_Namespace .add ("BitSet", "standard/Utility/BitSet", BitSet_default_);
55698
+ /* harmony default export */ const Utility_BitSet = (BitSet_default_);
55577
55699
  ;// CONCATENATED MODULE: ./src/standard/Time/StopWatch.js
55578
55700
  /*******************************************************************************
55579
55701
  *
@@ -55725,12 +55847,14 @@ x_ite_Namespace .add ("StopWatch", "standard/Time/StopWatch", StopWatch_default_
55725
55847
 
55726
55848
 
55727
55849
 
55850
+
55728
55851
  const DEPTH_BUFFER_SIZE = 16;
55729
55852
 
55730
55853
  function X3DRenderObject (executionContext)
55731
55854
  {
55732
55855
  const browser = executionContext .getBrowser ();
55733
55856
 
55857
+ this .renderBits = new Utility_BitSet ();
55734
55858
  this .renderCount = 0;
55735
55859
  this .viewVolumes = [ ];
55736
55860
  this .cameraSpaceMatrix = new Utility_MatrixStack (Numbers_Matrix4);
@@ -55780,10 +55904,24 @@ Object .assign (X3DRenderObject .prototype,
55780
55904
  {
55781
55905
  return true;
55782
55906
  },
55907
+ getRenderBits ()
55908
+ {
55909
+ return this .renderBits;
55910
+ },
55783
55911
  getRenderCount ()
55784
55912
  {
55785
55913
  return this .renderCount;
55786
55914
  },
55915
+ getNextRenderCount: (function ()
55916
+ {
55917
+ let renderCount = 0;
55918
+
55919
+ return function ()
55920
+ {
55921
+ renderCount >>>= 0; // uintesize
55922
+ return ++ renderCount;
55923
+ }
55924
+ })(),
55787
55925
  getViewVolumes ()
55788
55926
  {
55789
55927
  return this .viewVolumes;
@@ -55820,10 +55958,6 @@ Object .assign (X3DRenderObject .prototype,
55820
55958
  {
55821
55959
  return this .cameraSpaceMatrixArray;
55822
55960
  },
55823
- getLogarithmicDepthBuffer ()
55824
- {
55825
- return this .logarithmicDepthBuffer;
55826
- },
55827
55961
  getHitRay ()
55828
55962
  {
55829
55963
  return this .hitRay;
@@ -56640,158 +56774,152 @@ Object .assign (X3DRenderObject .prototype,
56640
56774
  }
56641
56775
  };
56642
56776
  })(),
56643
- draw: (function ()
56777
+ draw ()
56644
56778
  {
56645
- let renderCount = 0;
56646
-
56647
- return function ()
56648
- {
56649
- const
56650
- browser = this .getBrowser (),
56651
- gl = browser .getContext (),
56652
- frameBuffer = browser .getFrameBuffer (),
56653
- viewport = this .getViewVolume () .getViewport (),
56654
- lights = this .lights,
56655
- globalLightsKeys = this .globalLightsKeys,
56656
- globalLights = this .globalLights,
56657
- generatedCubeMapTextures = this .generatedCubeMapTextures,
56658
- globalShadows = this .globalShadows,
56659
- shadows = globalShadows .at (-1),
56660
- headlight = this .getNavigationInfo () ._headlight .getValue (),
56661
- oit = frameBuffer .getOIT ();
56779
+ const
56780
+ browser = this .getBrowser (),
56781
+ gl = browser .getContext (),
56782
+ frameBuffer = browser .getFrameBuffer (),
56783
+ viewport = this .getViewVolume () .getViewport (),
56784
+ lights = this .lights,
56785
+ globalLightsKeys = this .globalLightsKeys,
56786
+ globalLights = this .globalLights,
56787
+ generatedCubeMapTextures = this .generatedCubeMapTextures,
56788
+ globalShadows = this .globalShadows,
56789
+ shadows = globalShadows .at (-1),
56790
+ headlight = this .getNavigationInfo () ._headlight .getValue (),
56791
+ oit = frameBuffer .getOIT ();
56662
56792
 
56663
- renderCount >>>= 0; // uintesize
56664
- this .renderCount = ++ renderCount;
56793
+ this .renderCount = this .getNextRenderCount ();
56665
56794
 
56666
- this .logarithmicDepthBuffer = browser .getBrowserOption ("LogarithmicDepthBuffer")
56667
- || this .getViewpoint () .getLogarithmicDepthBuffer ();
56795
+ this .renderBits .set (0, browser .getRenderingProperty ("LogarithmicDepthBuffer") || this .getViewpoint () .getLogarithmicDepthBuffer ());
56796
+ this .renderBits .set (1, browser .getBrowserOption ("OrderIndependentTransparency"));
56668
56797
 
56669
- // PREPARATIONS
56798
+ // PREPARATIONS
56670
56799
 
56671
- if (this .isIndependent ())
56672
- {
56673
- // Render shadow maps.
56800
+ if (this .isIndependent ())
56801
+ {
56802
+ // Render shadow maps.
56674
56803
 
56675
- for (const light of lights)
56676
- light .renderShadowMap (this);
56804
+ for (const light of lights)
56805
+ light .renderShadowMap (this);
56677
56806
 
56678
- // Render GeneratedCubeMapTextures.
56807
+ // Render GeneratedCubeMapTextures.
56679
56808
 
56680
- for (const generatedCubeMapTexture of generatedCubeMapTextures)
56681
- generatedCubeMapTexture .renderTexture (this);
56809
+ for (const generatedCubeMapTexture of generatedCubeMapTextures)
56810
+ generatedCubeMapTexture .renderTexture (this);
56682
56811
 
56683
- frameBuffer .bind ();
56684
- }
56812
+ frameBuffer .bind ();
56813
+ }
56685
56814
 
56686
- // Set up shadow matrix for all lights, and matrix for all projective textures.
56815
+ // Set up shadow matrix for all lights, and matrix for all projective textures.
56687
56816
 
56688
- if (headlight)
56689
- browser .getHeadlight () .setGlobalVariables (this);
56817
+ if (headlight)
56818
+ browser .getHeadlight () .setGlobalVariables (this);
56690
56819
 
56691
- for (const light of lights)
56692
- light .setGlobalVariables (this);
56820
+ for (const light of lights)
56821
+ light .setGlobalVariables (this);
56693
56822
 
56694
- for (const light of globalLights)
56695
- globalLightsKeys .push (light .lightNode .getLightKey ());
56823
+ for (const light of globalLights)
56824
+ globalLightsKeys .push (light .lightNode .getLightKey ());
56696
56825
 
56697
- // Set global uniforms.
56826
+ // Set global uniforms.
56698
56827
 
56699
- this .viewportArray .set (viewport);
56700
- this .cameraSpaceMatrixArray .set (this .getCameraSpaceMatrix () .get ());
56701
- this .projectionMatrixArray .set (this .getProjectionMatrix () .get ());
56828
+ this .viewportArray .set (viewport);
56829
+ this .cameraSpaceMatrixArray .set (this .getCameraSpaceMatrix () .get ());
56830
+ this .projectionMatrixArray .set (this .getProjectionMatrix () .get ());
56702
56831
 
56703
- // DRAW
56832
+ // DRAW
56704
56833
 
56705
- // Configure viewport and background
56834
+ // Configure viewport and background
56706
56835
 
56707
- gl .viewport (... viewport);
56708
- gl .scissor (... viewport);
56836
+ gl .viewport (... viewport);
56837
+ gl .scissor (... viewport);
56709
56838
 
56710
- // Draw background.
56839
+ // Draw background.
56711
56840
 
56712
- gl .clear (gl .DEPTH_BUFFER_BIT);
56713
- gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
56841
+ gl .clear (gl .DEPTH_BUFFER_BIT);
56842
+ gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
56714
56843
 
56715
- this .getBackground () .display (gl, this, viewport);
56844
+ this .getBackground () .display (gl, this, viewport);
56716
56845
 
56717
- // Sorted blend or order independent transparency
56846
+ // Sorted blend or order independent transparency
56718
56847
 
56719
- // Render opaque objects first
56848
+ // Render opaque objects first
56720
56849
 
56721
- const opaqueShapes = this .opaqueShapes;
56850
+ const opaqueShapes = this .opaqueShapes;
56722
56851
 
56723
- for (let i = 0, length = this .numOpaqueShapes; i < length; ++ i)
56724
- {
56725
- const renderContext = opaqueShapes [i];
56852
+ for (let i = 0, length = this .numOpaqueShapes; i < length; ++ i)
56853
+ {
56854
+ const renderContext = opaqueShapes [i];
56726
56855
 
56727
- gl .scissor (... renderContext .scissor);
56856
+ gl .scissor (... renderContext .scissor);
56728
56857
 
56729
- renderContext .shadows = renderContext .shadows || shadows;
56730
- renderContext .objectsKeys .push (... globalLightsKeys);
56858
+ renderContext .shadows = renderContext .shadows || shadows;
56859
+ renderContext .objectsKeys .push (... globalLightsKeys);
56731
56860
 
56732
- renderContext .shapeNode .display (gl, renderContext);
56733
- browser .resetTextureUnits ();
56734
- }
56861
+ renderContext .shapeNode .display (gl, renderContext);
56862
+ browser .resetTextureUnits ();
56863
+ }
56735
56864
 
56736
- // Render transparent objects
56865
+ // Render transparent objects
56737
56866
 
56738
- const transparentShapes = this .transparentShapes;
56867
+ const transparentShapes = this .transparentShapes;
56739
56868
 
56740
- if (oit)
56741
- frameBuffer .bindTransparency ();
56742
- else
56743
- this .transparencySorter .sort (0, this .numTransparentShapes);
56869
+ if (oit)
56870
+ frameBuffer .bindTransparency ();
56871
+ else
56872
+ this .transparencySorter .sort (0, this .numTransparentShapes);
56744
56873
 
56745
- gl .depthMask (false);
56746
- gl .enable (gl .BLEND);
56874
+ gl .depthMask (false);
56875
+ gl .enable (gl .BLEND);
56747
56876
 
56748
- for (let i = 0, length = this .numTransparentShapes; i < length; ++ i)
56749
- {
56750
- const renderContext = transparentShapes [i];
56877
+ for (let i = 0, length = this .numTransparentShapes; i < length; ++ i)
56878
+ {
56879
+ const renderContext = transparentShapes [i];
56751
56880
 
56752
- gl .scissor (... renderContext .scissor);
56881
+ gl .scissor (... renderContext .scissor);
56753
56882
 
56754
- renderContext .shadows = renderContext .shadows || shadows;
56755
- renderContext .objectsKeys .push (... globalLightsKeys);
56883
+ renderContext .shadows = renderContext .shadows || shadows;
56884
+ renderContext .objectsKeys .push (... globalLightsKeys);
56756
56885
 
56757
- renderContext .shapeNode .display (gl, renderContext);
56758
- browser .resetTextureUnits ();
56759
- }
56886
+ renderContext .shapeNode .display (gl, renderContext);
56887
+ browser .resetTextureUnits ();
56888
+ }
56760
56889
 
56761
- gl .depthMask (true);
56762
- gl .disable (gl .BLEND);
56890
+ gl .depthMask (true);
56891
+ gl .disable (gl .BLEND);
56763
56892
 
56764
- if (oit)
56765
- frameBuffer .compose ();
56893
+ if (oit)
56894
+ frameBuffer .compose ();
56766
56895
 
56767
- // POST DRAW
56896
+ // POST DRAW
56768
56897
 
56769
- if (this .isIndependent ())
56770
- {
56771
- // Recycle clip planes, local fogs, local lights, and local projective textures.
56898
+ if (this .isIndependent ())
56899
+ {
56900
+ // Recycle clip planes, local fogs, local lights, and local projective textures.
56772
56901
 
56773
- const localObjects = browser .getLocalObjects ();
56902
+ const localObjects = browser .getLocalObjects ();
56774
56903
 
56775
- for (const localObject of localObjects)
56776
- localObject .dispose ();
56904
+ for (const localObject of localObjects)
56905
+ localObject .dispose ();
56777
56906
 
56778
- localObjects .length = 0;
56907
+ localObjects .length = 0;
56779
56908
 
56780
- // Recycle global lights and global projective textures.
56909
+ // Recycle global lights and global projective textures.
56781
56910
 
56782
- for (const globalObject of globalLights)
56783
- globalObject .dispose ();
56784
- }
56911
+ for (const globalObject of globalLights)
56912
+ globalObject .dispose ();
56913
+ }
56785
56914
 
56786
- // Reset containers.
56915
+ // Reset containers.
56787
56916
 
56788
- globalLightsKeys .length = 0;
56789
- globalLights .length = 0;
56790
- lights .length = 0;
56791
- globalShadows .length = 1;
56792
- generatedCubeMapTextures .length = 0;
56793
- };
56794
- })(),
56917
+ globalLightsKeys .length = 0;
56918
+ globalLights .length = 0;
56919
+ lights .length = 0;
56920
+ globalShadows .length = 1;
56921
+ generatedCubeMapTextures .length = 0;
56922
+ },
56795
56923
  });
56796
56924
 
56797
56925
  function X3DRenderObject_assign (lhs, rhs)
@@ -59481,128 +59609,6 @@ const GeometryContext_default_ = GeometryContext;
59481
59609
 
59482
59610
  x_ite_Namespace .add ("GeometryContext", "x_ite/Browser/Rendering/GeometryContext", GeometryContext_default_);
59483
59611
  /* harmony default export */ const Rendering_GeometryContext = (GeometryContext_default_);
59484
- ;// CONCATENATED MODULE: ./src/standard/Utility/BitSet.js
59485
- /*******************************************************************************
59486
- *
59487
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
59488
- *
59489
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
59490
- *
59491
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
59492
- *
59493
- * The copyright notice above does not evidence any actual of intended
59494
- * publication of such source code, and is an unpublished work by create3000.
59495
- * This material contains CONFIDENTIAL INFORMATION that is the property of
59496
- * create3000.
59497
- *
59498
- * No permission is granted to copy, distribute, or create derivative works from
59499
- * the contents of this software, in whole or in part, without the prior written
59500
- * permission of create3000.
59501
- *
59502
- * NON-MILITARY USE ONLY
59503
- *
59504
- * All create3000 software are effectively free software with a non-military use
59505
- * restriction. It is free. Well commented source is provided. You may reuse the
59506
- * source in any way you please with the exception anything that uses it must be
59507
- * marked to indicate is contains 'non-military use only' components.
59508
- *
59509
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
59510
- *
59511
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
59512
- *
59513
- * This file is part of the X_ITE Project.
59514
- *
59515
- * X_ITE is free software: you can redistribute it and/or modify it under the
59516
- * terms of the GNU General Public License version 3 only, as published by the
59517
- * Free Software Foundation.
59518
- *
59519
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
59520
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
59521
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
59522
- * details (a copy is included in the LICENSE file that accompanied this code).
59523
- *
59524
- * You should have received a copy of the GNU General Public License version 3
59525
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
59526
- * copy of the GPLv3 License.
59527
- *
59528
- * For Silvio, Joy and Adi.
59529
- *
59530
- ******************************************************************************/
59531
-
59532
-
59533
-
59534
- function BitSet (value = 0)
59535
- {
59536
- this .value = value;
59537
- }
59538
-
59539
- Object .assign (BitSet .prototype,
59540
- {
59541
- *[Symbol .iterator] ()
59542
- {
59543
- let
59544
- value = this .value,
59545
- index = 0;
59546
-
59547
- while (value)
59548
- {
59549
- if (value & 1)
59550
- yield index;
59551
-
59552
- value >>>= 1;
59553
- index += 1;
59554
- }
59555
- },
59556
- get (index)
59557
- {
59558
- const mask = 1 << index;
59559
-
59560
- return !! (this .value & mask);
59561
- },
59562
- set (index, value)
59563
- {
59564
- const mask = 1 << index;
59565
-
59566
- if (value)
59567
- this .value |= mask;
59568
- else
59569
- this .value &= ~mask;
59570
- },
59571
- clear ()
59572
- {
59573
- this .value = 0;
59574
- },
59575
- *entries ()
59576
- {
59577
- for (const i of this)
59578
- yield [i, i];
59579
- },
59580
- valueOf ()
59581
- {
59582
- return this .value;
59583
- },
59584
- toString (radix)
59585
- {
59586
- return this .value .toString (radix);
59587
- },
59588
- });
59589
-
59590
- BitSet .prototype .keys = BitSet .prototype [Symbol .iterator];
59591
- BitSet .prototype .values = BitSet .prototype [Symbol .iterator];
59592
-
59593
- Object .defineProperty (BitSet .prototype, "size",
59594
- {
59595
- get ()
59596
- {
59597
- return Math_Algorithm .bitCount (this .value);
59598
- },
59599
- });
59600
-
59601
- const BitSet_default_ = BitSet;
59602
- ;
59603
-
59604
- x_ite_Namespace .add ("BitSet", "standard/Utility/BitSet", BitSet_default_);
59605
- /* harmony default export */ const Utility_BitSet = (BitSet_default_);
59606
59612
  ;// CONCATENATED MODULE: ./src/x_ite/Components/EnvironmentalEffects/X3DBackgroundNode.js
59607
59613
  /*******************************************************************************
59608
59614
  *
@@ -60952,7 +60958,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
60952
60958
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
60953
60959
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
60954
60960
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
60955
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(978);
60961
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(979);
60956
60962
  /*******************************************************************************
60957
60963
  *
60958
60964
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -65543,7 +65549,7 @@ const X3DWorld_default_ = X3DWorld;
65543
65549
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
65544
65550
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
65545
65551
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
65546
- /* provided dependency */ var FileLoader_$ = __webpack_require__(978);
65552
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(979);
65547
65553
  /*******************************************************************************
65548
65554
  *
65549
65555
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -89138,7 +89144,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
89138
89144
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
89139
89145
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
89140
89146
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
89141
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(978);
89147
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(979);
89142
89148
  /*******************************************************************************
89143
89149
  *
89144
89150
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -90170,7 +90176,7 @@ Object .assign (X3DProgrammableShaderObject .prototype,
90170
90176
 
90171
90177
  // Logarithmic depth buffer support
90172
90178
 
90173
- if (renderObject .getLogarithmicDepthBuffer ())
90179
+ if (renderObject .getRenderBits () .get (0))
90174
90180
  {
90175
90181
  const
90176
90182
  viewpoint = renderObject .getViewpoint (),
@@ -94771,7 +94777,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
94771
94777
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
94772
94778
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
94773
94779
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
94774
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(978);
94780
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(979);
94775
94781
  /*******************************************************************************
94776
94782
  *
94777
94783
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95428,7 +95434,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
95428
95434
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
95429
95435
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
95430
95436
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
95431
- /* provided dependency */ var Appearance_$ = __webpack_require__(978);
95437
+ /* provided dependency */ var Appearance_$ = __webpack_require__(979);
95432
95438
  /*******************************************************************************
95433
95439
  *
95434
95440
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96352,7 +96358,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
96352
96358
 
96353
96359
  key += shapeNode .getAlphaMode ();
96354
96360
  key += this .getMaterialKey ();
96355
- key += renderObject .getLogarithmicDepthBuffer () ? 1 : 0;
96361
+ key += renderObject .getRenderBits () .toString (32); // 5 Bits
96356
96362
  key += shadows ? 1 : 0;
96357
96363
  key += fogNode ?.getFogType () ?? 0;
96358
96364
  key += shapeNode .getShapeKey ();
@@ -96368,7 +96374,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
96368
96374
  }
96369
96375
  else
96370
96376
  {
96371
- // Rubberband, X3DBackgroundNode, ParticleSystem
96377
+ // Rubberband, X3DBackgroundNode
96372
96378
 
96373
96379
  const { alphaMode, textureNode, objectsKeys } = geometryContext;
96374
96380
 
@@ -96403,7 +96409,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
96403
96409
  {
96404
96410
  const { renderObject, fogNode, shapeNode, appearanceNode, humanoidNode, objectsKeys, textureNode } = renderContext;
96405
96411
 
96406
- if (renderObject .getLogarithmicDepthBuffer ())
96412
+ if (renderObject .getRenderBits () .get (0))
96407
96413
  options .push ("X3D_LOGARITHMIC_DEPTH_BUFFER");
96408
96414
 
96409
96415
  switch (shapeNode .getAlphaMode ())
@@ -96422,7 +96428,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
96422
96428
  {
96423
96429
  options .push ("X3D_ALPHA_MODE_BLEND");
96424
96430
 
96425
- if (browser .getBrowserOption ("OrderIndependentTransparency"))
96431
+ if (renderObject .getRenderBits () .get (1))
96426
96432
  options .push ("X3D_ORDER_INDEPENDENT_TRANSPARENCY");
96427
96433
 
96428
96434
  break;
@@ -97952,6 +97958,10 @@ Object .assign (Object .setPrototypeOf (X3DShapeNode .prototype, Core_X3DChildNo
97952
97958
  {
97953
97959
  return this .alphaMode;
97954
97960
  },
97961
+ setAlphaMode (value)
97962
+ {
97963
+ this .alphaMode = value;
97964
+ },
97955
97965
  getAppearance ()
97956
97966
  {
97957
97967
  return this .appearanceNode;
@@ -98003,6 +98013,8 @@ Object .assign (Object .setPrototypeOf (X3DShapeNode .prototype, Core_X3DChildNo
98003
98013
  },
98004
98014
  set_transparent__ ()
98005
98015
  {
98016
+ // This function is overloaded in ParticleSystem!
98017
+
98006
98018
  const alphaMode = this .appearanceNode .getAlphaMode ();
98007
98019
 
98008
98020
  if (alphaMode === Shape_AlphaMode .AUTO)
@@ -98829,7 +98841,7 @@ const Components_Shape_default_ = {
98829
98841
  x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
98830
98842
  /* harmony default export */ const Components_Shape = (Components_Shape_default_);
98831
98843
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
98832
- /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(978);
98844
+ /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(979);
98833
98845
  /*******************************************************************************
98834
98846
  *
98835
98847
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99469,7 +99481,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
99469
99481
  x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
99470
99482
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
99471
99483
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
99472
- /* provided dependency */ var AudioClip_$ = __webpack_require__(978);
99484
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(979);
99473
99485
  /*******************************************************************************
99474
99486
  *
99475
99487
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99771,7 +99783,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
99771
99783
  x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
99772
99784
  /* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
99773
99785
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
99774
- /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(978);
99786
+ /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(979);
99775
99787
  /*******************************************************************************
99776
99788
  *
99777
99789
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -101421,7 +101433,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
101421
101433
  x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
101422
101434
  /* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
101423
101435
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
101424
- /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(978);
101436
+ /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(979);
101425
101437
  /*******************************************************************************
101426
101438
  *
101427
101439
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -103090,8 +103102,8 @@ const GifMedia_default_ = GifMedia;
103090
103102
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
103091
103103
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
103092
103104
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
103093
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(978);
103094
- /* provided dependency */ var SuperGif = __webpack_require__(11);
103105
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(979);
103106
+ /* provided dependency */ var SuperGif = __webpack_require__(67);
103095
103107
  /*******************************************************************************
103096
103108
  *
103097
103109
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -104269,7 +104281,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
104269
104281
  x_ite_Namespace .add ("MultiTextureTransform", "x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
104270
104282
  /* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
104271
104283
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
104272
- /* provided dependency */ var PixelTexture_$ = __webpack_require__(978);
104284
+ /* provided dependency */ var PixelTexture_$ = __webpack_require__(979);
104273
104285
  /*******************************************************************************
104274
104286
  *
104275
104287
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106425,7 +106437,7 @@ const gettext_default_ = gettext;
106425
106437
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
106426
106438
  /* harmony default export */ const locale_gettext = (gettext_default_);
106427
106439
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
106428
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(978);
106440
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(979);
106429
106441
  /*******************************************************************************
106430
106442
  *
106431
106443
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106855,7 +106867,7 @@ const TextureQuality_default_ = TextureQuality;
106855
106867
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
106856
106868
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
106857
106869
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
106858
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(978);
106870
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(979);
106859
106871
  /*******************************************************************************
106860
106872
  *
106861
106873
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107195,10 +107207,7 @@ Object .assign (Object .setPrototypeOf (BrowserOptions .prototype, Base_X3DBaseN
107195
107207
  },
107196
107208
  set_orderIndependentTransparency__ ()
107197
107209
  {
107198
- const browser = this .getBrowser ();
107199
-
107200
- browser .getShaders () .clear ();
107201
- browser .reshape ();
107210
+ this .getBrowser () .reshape ();
107202
107211
  },
107203
107212
  set_timings__ (timings)
107204
107213
  {
@@ -107448,7 +107457,7 @@ const RenderingProperties_default_ = RenderingProperties;
107448
107457
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
107449
107458
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
107450
107459
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
107451
- /* provided dependency */ var Notification_$ = __webpack_require__(978);
107460
+ /* provided dependency */ var Notification_$ = __webpack_require__(979);
107452
107461
  /*******************************************************************************
107453
107462
  *
107454
107463
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107571,8 +107580,8 @@ const Notification_default_ = Notification;
107571
107580
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
107572
107581
  /* harmony default export */ const Core_Notification = (Notification_default_);
107573
107582
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
107574
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(1);
107575
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(978);
107583
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(970);
107584
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(979);
107576
107585
  /*******************************************************************************
107577
107586
  *
107578
107587
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110324,7 +110333,7 @@ const DataStorage_default_ = DataStorage;
110324
110333
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
110325
110334
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
110326
110335
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
110327
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(978);
110336
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(979);
110328
110337
  /*******************************************************************************
110329
110338
  *
110330
110339
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112387,8 +112396,8 @@ const X3DViewer_default_ = X3DViewer;
112387
112396
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
112388
112397
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
112389
112398
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
112390
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(436);
112391
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(978);
112399
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(506);
112400
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(979);
112392
112401
  /*******************************************************************************
112393
112402
  *
112394
112403
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113260,8 +113269,8 @@ const ExamineViewer_default_ = ExamineViewer;
113260
113269
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
113261
113270
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
113262
113271
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
113263
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(436);
113264
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(978);
113272
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(506);
113273
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(979);
113265
113274
  /*******************************************************************************
113266
113275
  *
113267
113276
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114270,8 +114279,8 @@ const FlyViewer_default_ = FlyViewer;
114270
114279
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
114271
114280
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
114272
114281
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
114273
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(436);
114274
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(978);
114282
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(506);
114283
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(979);
114275
114284
  /*******************************************************************************
114276
114285
  *
114277
114286
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114602,8 +114611,8 @@ const NoneViewer_default_ = NoneViewer;
114602
114611
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
114603
114612
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
114604
114613
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
114605
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(436);
114606
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(978);
114614
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(506);
114615
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(979);
114607
114616
  /*******************************************************************************
114608
114617
  *
114609
114618
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115742,8 +115751,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
115742
115751
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
115743
115752
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
115744
115753
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
115745
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(436);
115746
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(978);
115754
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(506);
115755
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(979);
115747
115756
  /*******************************************************************************
115748
115757
  *
115749
115758
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116982,7 +116991,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
116982
116991
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
116983
116992
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
116984
116993
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
116985
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(978);
116994
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(979);
116986
116995
  /*******************************************************************************
116987
116996
  *
116988
116997
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117885,7 +117894,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
117885
117894
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
117886
117895
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
117887
117896
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
117888
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(978);
117897
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(979);
117889
117898
  const KTXDecoder_default_ = class KTXDecoder
117890
117899
  {
117891
117900
  constructor (gl, externalKtxlib, scriptDir)
@@ -119461,7 +119470,7 @@ const Components_default_ = Components;
119461
119470
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
119462
119471
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
119463
119472
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
119464
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(978);
119473
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(979);
119465
119474
  /*******************************************************************************
119466
119475
  * MIT License
119467
119476
  *
@@ -120600,7 +120609,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
120600
120609
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
120601
120610
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
120602
120611
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
120603
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(978);
120612
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(979);
120604
120613
  /*******************************************************************************
120605
120614
  *
120606
120615
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121681,7 +121690,7 @@ const X3DBrowser_default_ = X3DBrowser;
121681
121690
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
121682
121691
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
121683
121692
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
121684
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(978);
121693
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(979);
121685
121694
  /*******************************************************************************
121686
121695
  *
121687
121696
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121813,8 +121822,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
121813
121822
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
121814
121823
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
121815
121824
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
121816
- /* provided dependency */ var jquery_$ = __webpack_require__(978);
121817
- /* provided dependency */ var pako = __webpack_require__(899);
121825
+ /* provided dependency */ var jquery_$ = __webpack_require__(979);
121826
+ /* provided dependency */ var pako = __webpack_require__(264);
121818
121827
  Object .assign (jquery_$,
121819
121828
  {
121820
121829
  decodeText (input)
@@ -121891,14 +121900,14 @@ const jquery_default_ = jquery_$;
121891
121900
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
121892
121901
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
121893
121902
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
121894
- /* provided dependency */ var libtess_libtess = __webpack_require__(728);
121903
+ /* provided dependency */ var libtess_libtess = __webpack_require__(235);
121895
121904
  const libtess_default_ = libtess_libtess;
121896
121905
  ;
121897
121906
 
121898
121907
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
121899
121908
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
121900
121909
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
121901
- /* provided dependency */ var X3D_$ = __webpack_require__(978);
121910
+ /* provided dependency */ var X3D_$ = __webpack_require__(979);
121902
121911
  /*******************************************************************************
121903
121912
  *
121904
121913
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122292,7 +122301,7 @@ x_ite_Namespace .add ("shim", "shim", shim_default_);
122292
122301
 
122293
122302
  // Assign X3D to global namespace.
122294
122303
 
122295
- window [Symbol .for ("X_ITE.X3D-9.0.0")] = x_ite_X3D;
122304
+ window [Symbol .for ("X_ITE.X3D-9.0.1")] = x_ite_X3D;
122296
122305
 
122297
122306
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
122298
122307