x_ite 8.8.6 → 8.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/dist/assets/components/Annotation.js +14 -14
  2. package/dist/assets/components/Annotation.min.js +1 -1
  3. package/dist/assets/components/CADGeometry.js +13 -13
  4. package/dist/assets/components/CADGeometry.min.js +1 -1
  5. package/dist/assets/components/CubeMapTexturing.js +27 -27
  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 +52 -40
  14. package/dist/assets/components/Geospatial.min.js +1 -1
  15. package/dist/assets/components/HAnim.js +19 -19
  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 +26 -26
  22. package/dist/assets/components/NURBS.min.js +1 -1
  23. package/dist/assets/components/ParticleSystems.js +75 -73
  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 +29 -30
  28. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  29. package/dist/assets/components/Scripting.js +37 -37
  30. package/dist/assets/components/Scripting.min.js +1 -1
  31. package/dist/assets/components/Text.js +24 -24
  32. package/dist/assets/components/Text.min.js +1 -1
  33. package/dist/assets/components/TextureProjector.js +23 -23
  34. package/dist/assets/components/TextureProjector.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 +21 -21
  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 +96 -96
  43. package/dist/x_ite.min.js +1 -1
  44. package/dist/x_ite.zip +0 -0
  45. package/docs/_config.yml +1 -1
  46. package/docs/_posts/components/CADGeometry/CADAssembly.md +2 -2
  47. package/docs/_posts/components/CADGeometry/CADFace.md +3 -3
  48. package/docs/_posts/components/CADGeometry/CADLayer.md +2 -2
  49. package/docs/_posts/components/CADGeometry/CADPart.md +2 -2
  50. package/docs/_posts/components/Core/MetadataBoolean.md +0 -20
  51. package/docs/_posts/components/CubeMapTexturing/ComposedCubeMapTexture.md +15 -11
  52. package/docs/_posts/components/DIS/DISEntityManager.md +4 -4
  53. package/docs/_posts/components/DIS/DISEntityTypeMapping.md +9 -9
  54. package/docs/_posts/components/DIS/EspduTransform.md +37 -37
  55. package/docs/_posts/components/DIS/ReceiverPdu.md +18 -18
  56. package/docs/_posts/components/DIS/SignalPdu.md +16 -16
  57. package/docs/_posts/components/DIS/TransmitterPdu.md +32 -32
  58. package/docs/_posts/components/EventUtilities/BooleanFilter.md +6 -6
  59. package/docs/_posts/components/Geometry2D/Polyline2D.md +1 -1
  60. package/docs/_posts/components/Geometry3D/Cone.md +2 -2
  61. package/docs/_posts/components/Geometry3D/Cylinder.md +3 -3
  62. package/docs/_posts/components/Geometry3D/ElevationGrid.md +2 -2
  63. package/docs/_posts/components/Geometry3D/IndexedFaceSet.md +3 -5
  64. package/docs/_posts/components/Geospatial/GeoElevationGrid.md +3 -3
  65. package/docs/_posts/components/Geospatial/GeoLOD.md +6 -6
  66. package/docs/_posts/components/Geospatial/GeoLocation.md +2 -2
  67. package/docs/_posts/components/Geospatial/GeoTouchSensor.md +8 -8
  68. package/docs/_posts/components/Geospatial/GeoTransform.md +2 -2
  69. package/docs/_posts/components/Geospatial/GeoViewpoint.md +10 -2
  70. package/docs/_posts/components/Grouping/Group.md +2 -2
  71. package/docs/_posts/components/Grouping/StaticGroup.md +2 -2
  72. package/docs/_posts/components/Grouping/Switch.md +2 -2
  73. package/docs/_posts/components/Grouping/Transform.md +2 -2
  74. package/docs/_posts/components/HAnim/HAnimDisplacer.md +16 -16
  75. package/docs/_posts/components/HAnim/HAnimHumanoid.md +78 -47
  76. package/docs/_posts/components/HAnim/HAnimJoint.md +59 -59
  77. package/docs/_posts/components/HAnim/HAnimMotion.md +11 -11
  78. package/docs/_posts/components/HAnim/HAnimSegment.md +39 -39
  79. package/docs/_posts/components/HAnim/HAnimSite.md +39 -39
  80. package/docs/_posts/components/Layering/Layer.md +14 -2
  81. package/docs/_posts/components/Layering/LayerSet.md +2 -2
  82. package/docs/_posts/components/Layering/Viewport.md +3 -3
  83. package/docs/_posts/components/Layout/Layout.md +1 -1
  84. package/docs/_posts/components/Layout/LayoutGroup.md +3 -3
  85. package/docs/_posts/components/Layout/LayoutLayer.md +14 -2
  86. package/docs/_posts/components/Layout/ScreenFontStyle.md +3 -3
  87. package/docs/_posts/components/Layout/ScreenGroup.md +3 -3
  88. package/docs/_posts/components/Lighting/DirectionalLight.md +4 -4
  89. package/docs/_posts/components/Lighting/EnvironmentLight.md +5 -5
  90. package/docs/_posts/components/Lighting/PointLight.md +4 -4
  91. package/docs/_posts/components/Lighting/SpotLight.md +4 -4
  92. package/docs/_posts/components/NURBS/NurbsCurve.md +1 -1
  93. package/docs/_posts/components/NURBS/NurbsCurve2D.md +1 -1
  94. package/docs/_posts/components/NURBS/NurbsOrientationInterpolator.md +6 -6
  95. package/docs/_posts/components/NURBS/NurbsPatchSurface.md +12 -12
  96. package/docs/_posts/components/NURBS/NurbsPositionInterpolator.md +6 -6
  97. package/docs/_posts/components/NURBS/NurbsSet.md +6 -6
  98. package/docs/_posts/components/NURBS/NurbsSurfaceInterpolator.md +22 -22
  99. package/docs/_posts/components/NURBS/NurbsTextureCoordinate.md +16 -16
  100. package/docs/_posts/components/NURBS/NurbsTrimmedSurface.md +12 -12
  101. package/docs/_posts/components/Navigation/Billboard.md +2 -2
  102. package/docs/_posts/components/Navigation/Collision.md +2 -2
  103. package/docs/_posts/components/Navigation/LOD.md +2 -2
  104. package/docs/_posts/components/Navigation/NavigationInfo.md +2 -2
  105. package/docs/_posts/components/Navigation/OrthoViewpoint.md +10 -2
  106. package/docs/_posts/components/Navigation/Viewpoint.md +11 -3
  107. package/docs/_posts/components/Navigation/ViewpointGroup.md +4 -4
  108. package/docs/_posts/components/Networking/Anchor.md +2 -2
  109. package/docs/_posts/components/Networking/Inline.md +2 -2
  110. package/docs/_posts/components/Networking/LoadSensor.md +3 -3
  111. package/docs/_posts/components/ParticleSystems/ConeEmitter.md +6 -2
  112. package/docs/_posts/components/ParticleSystems/ExplosionEmitter.md +5 -1
  113. package/docs/_posts/components/ParticleSystems/ParticleSystem.md +23 -14
  114. package/docs/_posts/components/ParticleSystems/PointEmitter.md +6 -2
  115. package/docs/_posts/components/ParticleSystems/PolylineEmitter.md +5 -1
  116. package/docs/_posts/components/ParticleSystems/SurfaceEmitter.md +4 -0
  117. package/docs/_posts/components/ParticleSystems/VolumeEmitter.md +14 -2
  118. package/docs/_posts/components/ParticleSystems/WindPhysicsModel.md +1 -1
  119. package/docs/_posts/components/Picking/LinePickSensor.md +23 -19
  120. package/docs/_posts/components/Picking/PickableGroup.md +4 -4
  121. package/docs/_posts/components/Picking/PointPickSensor.md +19 -15
  122. package/docs/_posts/components/Picking/PrimitivePickSensor.md +19 -15
  123. package/docs/_posts/components/Picking/VolumePickSensor.md +19 -15
  124. package/docs/_posts/components/PointingDeviceSensor/CylinderSensor.md +5 -5
  125. package/docs/_posts/components/PointingDeviceSensor/PlaneSensor.md +5 -5
  126. package/docs/_posts/components/PointingDeviceSensor/SphereSensor.md +4 -4
  127. package/docs/_posts/components/PointingDeviceSensor/TouchSensor.md +4 -4
  128. package/docs/_posts/components/Rendering/ClipPlane.md +1 -1
  129. package/docs/_posts/components/Rendering/IndexedLineSet.md +3 -9
  130. package/docs/_posts/components/RigidBodyPhysics/BallJoint.md +2 -2
  131. package/docs/_posts/components/RigidBodyPhysics/CollidableOffset.md +3 -3
  132. package/docs/_posts/components/RigidBodyPhysics/CollidableShape.md +3 -3
  133. package/docs/_posts/components/RigidBodyPhysics/CollisionCollection.md +7 -7
  134. package/docs/_posts/components/RigidBodyPhysics/CollisionSpace.md +5 -5
  135. package/docs/_posts/components/RigidBodyPhysics/Contact.md +1 -1
  136. package/docs/_posts/components/RigidBodyPhysics/DoubleAxisHingeJoint.md +10 -14
  137. package/docs/_posts/components/RigidBodyPhysics/MotorJoint.md +31 -31
  138. package/docs/_posts/components/RigidBodyPhysics/RigidBody.md +17 -17
  139. package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +6 -6
  140. package/docs/_posts/components/RigidBodyPhysics/SingleAxisHingeJoint.md +7 -9
  141. package/docs/_posts/components/RigidBodyPhysics/SliderJoint.md +7 -7
  142. package/docs/_posts/components/RigidBodyPhysics/UniversalJoint.md +12 -12
  143. package/docs/_posts/components/Shaders/PackagedShader.md +24 -24
  144. package/docs/_posts/components/Shape/AcousticProperties.md +4 -4
  145. package/docs/_posts/components/Shape/Appearance.md +1 -1
  146. package/docs/_posts/components/Shape/PointProperties.md +3 -11
  147. package/docs/_posts/components/Shape/Shape.md +3 -3
  148. package/docs/_posts/components/Sound/Analyser.md +18 -14
  149. package/docs/_posts/components/Sound/AudioClip.md +20 -4
  150. package/docs/_posts/components/Sound/AudioDestination.md +9 -5
  151. package/docs/_posts/components/Sound/BiquadFilter.md +17 -13
  152. package/docs/_posts/components/Sound/BufferAudioSource.md +19 -15
  153. package/docs/_posts/components/Sound/ChannelMerger.md +8 -4
  154. package/docs/_posts/components/Sound/ChannelSelector.md +9 -5
  155. package/docs/_posts/components/Sound/ChannelSplitter.md +9 -5
  156. package/docs/_posts/components/Sound/Convolver.md +14 -10
  157. package/docs/_posts/components/Sound/Delay.md +15 -11
  158. package/docs/_posts/components/Sound/DynamicsCompressor.md +19 -15
  159. package/docs/_posts/components/Sound/Gain.md +13 -9
  160. package/docs/_posts/components/Sound/ListenerPointSource.md +12 -8
  161. package/docs/_posts/components/Sound/MicrophoneSource.md +10 -6
  162. package/docs/_posts/components/Sound/OscillatorSource.md +12 -8
  163. package/docs/_posts/components/Sound/PeriodicWave.md +6 -3
  164. package/docs/_posts/components/Sound/Sound.md +8 -2
  165. package/docs/_posts/components/Sound/SpatialSound.md +16 -13
  166. package/docs/_posts/components/Sound/StreamAudioDestination.md +9 -5
  167. package/docs/_posts/components/Sound/StreamAudioSource.md +10 -6
  168. package/docs/_posts/components/Sound/WaveShaper.md +15 -11
  169. package/docs/_posts/components/Text/FontStyle.md +3 -3
  170. package/docs/_posts/components/TextureProjector/TextureProjector.md +8 -6
  171. package/docs/_posts/components/TextureProjector/TextureProjectorParallel.md +8 -6
  172. package/docs/_posts/components/Texturing/MovieTexture.md +20 -4
  173. package/docs/_posts/components/Texturing/TextureProperties.md +1 -1
  174. package/docs/_posts/components/Texturing3D/PixelTexture3D.md +4 -4
  175. package/docs/_posts/components/Time/TimeSensor.md +4 -4
  176. package/docs/_posts/components/VolumeRendering/BlendedVolumeStyle.md +10 -10
  177. package/docs/_posts/components/VolumeRendering/BoundaryEnhancementVolumeStyle.md +8 -8
  178. package/docs/_posts/components/VolumeRendering/CartoonVolumeStyle.md +8 -8
  179. package/docs/_posts/components/VolumeRendering/ComposedVolumeStyle.md +4 -4
  180. package/docs/_posts/components/VolumeRendering/EdgeEnhancementVolumeStyle.md +8 -8
  181. package/docs/_posts/components/VolumeRendering/IsoSurfaceVolumeData.md +27 -27
  182. package/docs/_posts/components/VolumeRendering/ProjectionVolumeStyle.md +14 -2
  183. package/docs/_posts/components/VolumeRendering/SegmentedVolumeData.md +21 -21
  184. package/docs/_posts/components/VolumeRendering/ShadedVolumeStyle.md +13 -13
  185. package/docs/_posts/components/VolumeRendering/SilhouetteEnhancementVolumeStyle.md +6 -6
  186. package/docs/_posts/components/VolumeRendering/ToneMappedVolumeStyle.md +10 -10
  187. package/docs/_posts/components/VolumeRendering/VolumeData.md +17 -17
  188. package/docs/_posts/components/X_ITE/BlendMode.md +7 -7
  189. package/docs/_tabs/playground.html +3 -1
  190. package/docs/assets/css/style.scss +4 -4
  191. package/package.json +1 -1
  192. package/src/x_ite/Base/X3DBaseNode.js +1 -1
  193. package/src/x_ite/Base/X3DInfoArray.js +2 -2
  194. package/src/x_ite/Browser/VERSION.js +1 -1
  195. package/src/x_ite/Components/Annotation/GroupAnnotation.js +1 -1
  196. package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +2 -2
  197. package/src/x_ite/Components/Geospatial/GeoLocation.js +1 -1
  198. package/src/x_ite/Components/Geospatial/GeoViewpoint.js +18 -6
  199. package/src/x_ite/Components/HAnim/HAnimMotion.js +1 -1
  200. package/src/x_ite/Components/NURBS/NurbsPatchSurface.js +1 -1
  201. package/src/x_ite/Components/NURBS/NurbsTrimmedSurface.js +1 -1
  202. package/src/x_ite/Components/Navigation/Viewpoint.js +1 -1
  203. package/src/x_ite/Components/ParticleSystems/ConeEmitter.js +9 -9
  204. package/src/x_ite/Components/ParticleSystems/ExplosionEmitter.js +7 -7
  205. package/src/x_ite/Components/ParticleSystems/PointEmitter.js +8 -8
  206. package/src/x_ite/Components/ParticleSystems/PolylineEmitter.js +9 -9
  207. package/src/x_ite/Components/ParticleSystems/SurfaceEmitter.js +7 -7
  208. package/src/x_ite/Components/ParticleSystems/VolumeEmitter.js +12 -10
  209. package/src/x_ite/Components/RigidBodyPhysics/Contact.js +1 -1
  210. package/src/x_ite/Components/RigidBodyPhysics/MotorJoint.js +6 -6
  211. package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +0 -1
  212. package/src/x_ite/Components/RigidBodyPhysics/UniversalJoint.js +4 -4
  213. package/src/x_ite/Components/Shape/FillProperties.js +1 -1
  214. package/src/x_ite/Components/Shape/PhysicalMaterial.js +1 -1
  215. package/src/x_ite/Components/Sound/Analyser.js +2 -2
  216. package/src/x_ite/Components/Sound/AudioDestination.js +2 -2
  217. package/src/x_ite/Components/Sound/BiquadFilter.js +3 -3
  218. package/src/x_ite/Components/Sound/BufferAudioSource.js +2 -2
  219. package/src/x_ite/Components/Sound/ChannelMerger.js +2 -2
  220. package/src/x_ite/Components/Sound/ChannelSelector.js +2 -2
  221. package/src/x_ite/Components/Sound/ChannelSplitter.js +2 -2
  222. package/src/x_ite/Components/Sound/Convolver.js +2 -2
  223. package/src/x_ite/Components/Sound/Delay.js +2 -2
  224. package/src/x_ite/Components/Sound/DynamicsCompressor.js +2 -2
  225. package/src/x_ite/Components/Sound/Gain.js +2 -2
  226. package/src/x_ite/Components/Sound/PeriodicWave.js +1 -1
  227. package/src/x_ite/Components/Sound/StreamAudioDestination.js +2 -2
  228. package/src/x_ite/Components/Sound/WaveShaper.js +3 -3
  229. package/src/x_ite/Components/TextureProjector/TextureProjector.js +4 -4
  230. package/src/x_ite/Components/TextureProjector/TextureProjectorParallel.js +5 -5
  231. package/src/x_ite/Components/Texturing/PixelTexture.js +1 -1
  232. package/src/x_ite/Components/VolumeRendering/IsoSurfaceVolumeData.js +1 -1
  233. package/src/x_ite/Components/VolumeRendering/SegmentedVolumeData.js +1 -1
  234. package/src/x_ite/Components/VolumeRendering/VolumeData.js +1 -1
  235. package/src/x_ite/Configuration/SupportedComponents.js +2 -2
package/dist/x_ite.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v8.8.6 */(function webpackUniversalModuleDefinition(root, factory) {
1
+ /* X_ITE v8.8.7 */(function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
3
  module.exports = factory();
4
4
  else if(typeof define === 'function' && define.amd)
@@ -11,11 +11,11 @@
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 442:
14
+ /***/ 504:
15
15
  /***/ (function(module, exports, __webpack_require__) {
16
16
 
17
17
  "use strict";
18
- /* provided dependency */ var jQuery = __webpack_require__(746);
18
+ /* provided dependency */ var jQuery = __webpack_require__(834);
19
19
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
20
20
 
21
21
  /**
@@ -387,10 +387,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
387
387
 
388
388
  /***/ }),
389
389
 
390
- /***/ 253:
390
+ /***/ 692:
391
391
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
392
392
 
393
- /* provided dependency */ var jQuery = __webpack_require__(746);
393
+ /* provided dependency */ var jQuery = __webpack_require__(834);
394
394
  /**
395
395
  * @preserve jquery.fullscreen 1.1.5
396
396
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -586,7 +586,7 @@ installFullScreenHandlers();
586
586
 
587
587
  /***/ }),
588
588
 
589
- /***/ 189:
589
+ /***/ 789:
590
590
  /***/ ((module, exports, __webpack_require__) => {
591
591
 
592
592
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -600,7 +600,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
600
600
  (function (factory) {
601
601
  if ( true ) {
602
602
  // AMD. Register as an anonymous module.
603
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(746)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
603
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(834)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
604
604
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
605
605
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
606
606
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -811,7 +811,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
811
811
 
812
812
  /***/ }),
813
813
 
814
- /***/ 746:
814
+ /***/ 834:
815
815
  /***/ (function(module, exports) {
816
816
 
817
817
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11523,7 +11523,7 @@ return jQuery;
11523
11523
 
11524
11524
  /***/ }),
11525
11525
 
11526
- /***/ 504:
11526
+ /***/ 492:
11527
11527
  /***/ ((module) => {
11528
11528
 
11529
11529
  /**
@@ -16302,7 +16302,7 @@ if (true) {
16302
16302
 
16303
16303
  /***/ }),
16304
16304
 
16305
- /***/ 280:
16305
+ /***/ 660:
16306
16306
  /***/ (function(__unused_webpack_module, exports) {
16307
16307
 
16308
16308
 
@@ -19547,7 +19547,7 @@ if (true) {
19547
19547
 
19548
19548
  /***/ }),
19549
19549
 
19550
- /***/ 723:
19550
+ /***/ 1:
19551
19551
  /***/ (function(module, exports) {
19552
19552
 
19553
19553
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -22766,9 +22766,9 @@ Object .assign (Object .setPrototypeOf (X3DInfoArray .prototype, Base_X3DChildOb
22766
22766
 
22767
22767
  this .addEvent ();
22768
22768
  },
22769
- alias (alias, key)
22769
+ alias (alias, value)
22770
22770
  {
22771
- this [_index] .set (alias, this [_index] .get (key));
22771
+ this [_index] .set (alias, value);
22772
22772
 
22773
22773
  this .addEvent ();
22774
22774
  },
@@ -33901,7 +33901,7 @@ Object .assign (Object .setPrototypeOf (X3DBaseNode .prototype, Base_X3DChildObj
33901
33901
  },
33902
33902
  addAlias (alias, field)
33903
33903
  {
33904
- this [_predefinedFields] .alias (alias, field .getName ());
33904
+ this [_predefinedFields] .alias (alias, field);
33905
33905
 
33906
33906
  if (field .isInitializable ())
33907
33907
  Parser_HTMLSupport .addFieldName (alias);
@@ -34234,7 +34234,7 @@ x_ite_Namespace .set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34234
34234
  *
34235
34235
  ******************************************************************************/
34236
34236
 
34237
- const VERSION_default_ = "8.8.6";
34237
+ const VERSION_default_ = "8.8.7";
34238
34238
  ;
34239
34239
 
34240
34240
  x_ite_Namespace .set ("x_ite/Browser/VERSION", VERSION_default_);
@@ -38519,7 +38519,7 @@ const X3DUrlObject_default_ = X3DUrlObject;
38519
38519
  x_ite_Namespace .set ("x_ite/Components/Networking/X3DUrlObject", X3DUrlObject_default_);
38520
38520
  /* harmony default export */ const Networking_X3DUrlObject = (X3DUrlObject_default_);
38521
38521
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38522
- /* provided dependency */ var $ = __webpack_require__(746);
38522
+ /* provided dependency */ var $ = __webpack_require__(834);
38523
38523
  /*******************************************************************************
38524
38524
  *
38525
38525
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -38767,7 +38767,7 @@ const Expressions_default_ = Expressions;
38767
38767
  x_ite_Namespace .set ("x_ite/Parser/Expressions", Expressions_default_);
38768
38768
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
38769
38769
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
38770
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(746);
38770
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(834);
38771
38771
  /*******************************************************************************
38772
38772
  *
38773
38773
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41319,7 +41319,7 @@ const VRMLParser_default_ = VRMLParser;
41319
41319
  x_ite_Namespace .set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
41320
41320
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41321
41321
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41322
- /* provided dependency */ var XMLParser_$ = __webpack_require__(746);
41322
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(834);
41323
41323
  /*******************************************************************************
41324
41324
  *
41325
41325
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43291,7 +43291,7 @@ const URLs_default_ = URLs;
43291
43291
  x_ite_Namespace .set ("x_ite/Browser/Networking/URLs", URLs_default_);
43292
43292
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43293
43293
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
43294
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(746);
43294
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(834);
43295
43295
  /*******************************************************************************
43296
43296
  *
43297
43297
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -45756,7 +45756,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
45756
45756
  x_ite_Namespace .set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
45757
45757
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
45758
45758
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
45759
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(746);
45759
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(834);
45760
45760
  /*******************************************************************************
45761
45761
  *
45762
45762
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -45908,7 +45908,7 @@ const GLB2Parser_default_ = GLB2Parser;
45908
45908
  x_ite_Namespace .set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
45909
45909
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
45910
45910
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
45911
- /* provided dependency */ var OBJParser_$ = __webpack_require__(746);
45911
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(834);
45912
45912
  /*******************************************************************************
45913
45913
  *
45914
45914
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -48407,8 +48407,8 @@ const MatrixStack_default_ = MatrixStack;
48407
48407
  x_ite_Namespace .set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
48408
48408
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
48409
48409
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
48410
- /* provided dependency */ var SVGParser_$ = __webpack_require__(746);
48411
- /* provided dependency */ var libtess = __webpack_require__(504);
48410
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(834);
48411
+ /* provided dependency */ var libtess = __webpack_require__(492);
48412
48412
  /*******************************************************************************
48413
48413
  *
48414
48414
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -51176,7 +51176,7 @@ const SVGParser_default_ = SVGParser;
51176
51176
  x_ite_Namespace .set ("x_ite/Parser/SVGParser", SVGParser_default_);
51177
51177
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
51178
51178
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
51179
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(746);
51179
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(834);
51180
51180
  /*******************************************************************************
51181
51181
  *
51182
51182
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -51502,7 +51502,7 @@ const Plane3_default_ = Plane3;
51502
51502
  x_ite_Namespace .set ("standard/Math/Geometry/Plane3", Plane3_default_);
51503
51503
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
51504
51504
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
51505
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(504);
51505
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(492);
51506
51506
  /*******************************************************************************
51507
51507
  *
51508
51508
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -58897,7 +58897,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
58897
58897
  x_ite_Namespace .set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
58898
58898
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
58899
58899
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
58900
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(746);
58900
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(834);
58901
58901
  /*******************************************************************************
58902
58902
  *
58903
58903
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -61927,7 +61927,7 @@ Object .defineProperties (Viewpoint,
61927
61927
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "position", new x_ite_Fields .SFVec3f (0, 0, 10)),
61928
61928
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "orientation", new x_ite_Fields .SFRotation ()),
61929
61929
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "centerOfRotation", new x_ite_Fields .SFVec3f ()),
61930
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "fieldOfView", new x_ite_Fields .SFFloat (0.7854)),
61930
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "fieldOfView", new x_ite_Fields .SFFloat (0.785398)),
61931
61931
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "nearDistance", new x_ite_Fields .SFFloat (-1)),
61932
61932
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "farDistance", new x_ite_Fields .SFFloat (-1)),
61933
61933
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "viewAll", new x_ite_Fields .SFBool ()),
@@ -63437,7 +63437,7 @@ const X3DWorld_default_ = X3DWorld;
63437
63437
  x_ite_Namespace .set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
63438
63438
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
63439
63439
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
63440
- /* provided dependency */ var FileLoader_$ = __webpack_require__(746);
63440
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(834);
63441
63441
  /*******************************************************************************
63442
63442
  *
63443
63443
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -87053,7 +87053,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
87053
87053
  x_ite_Namespace .set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
87054
87054
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
87055
87055
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
87056
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(746);
87056
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(834);
87057
87057
  /*******************************************************************************
87058
87058
  *
87059
87059
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95776,7 +95776,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
95776
95776
  x_ite_Namespace .set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95777
95777
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95778
95778
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95779
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(746);
95779
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(834);
95780
95780
  /*******************************************************************************
95781
95781
  *
95782
95782
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96435,7 +96435,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
96435
96435
  x_ite_Namespace .set ("x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
96436
96436
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
96437
96437
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
96438
- /* provided dependency */ var Appearance_$ = __webpack_require__(746);
96438
+ /* provided dependency */ var Appearance_$ = __webpack_require__(834);
96439
96439
  /*******************************************************************************
96440
96440
  *
96441
96441
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -97070,8 +97070,8 @@ Object .defineProperties (FillProperties,
97070
97070
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
97071
97071
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "filled", new x_ite_Fields .SFBool (true)),
97072
97072
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "hatched", new x_ite_Fields .SFBool (true)),
97073
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "hatchColor", new x_ite_Fields .SFColor (1, 1, 1)),
97074
97073
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "hatchStyle", new x_ite_Fields .SFInt32 (1)),
97074
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "hatchColor", new x_ite_Fields .SFColor (1, 1, 1)),
97075
97075
  ]),
97076
97076
  enumerable: true,
97077
97077
  },
@@ -98521,7 +98521,7 @@ Object .defineProperties (PhysicalMaterial,
98521
98521
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "baseColor", new x_ite_Fields .SFColor (1, 1, 1)),
98522
98522
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "baseTextureMapping", new x_ite_Fields .SFString ()),
98523
98523
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "baseTexture", new x_ite_Fields .SFNode ()),
98524
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "emissiveColor", new x_ite_Fields .SFColor (0, 0, 0)),
98524
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "emissiveColor", new x_ite_Fields .SFColor ()),
98525
98525
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "emissiveTextureMapping", new x_ite_Fields .SFString ()),
98526
98526
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "emissiveTexture", new x_ite_Fields .SFNode ()),
98527
98527
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metallic", new x_ite_Fields .SFFloat (1)),
@@ -99875,8 +99875,8 @@ Object .defineProperties (Analyser,
99875
99875
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
99876
99876
 
99877
99877
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
99878
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
99879
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
99878
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
99879
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
99880
99880
 
99881
99881
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
99882
99882
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -100130,7 +100130,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
100130
100130
  x_ite_Namespace .set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
100131
100131
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
100132
100132
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
100133
- /* provided dependency */ var AudioClip_$ = __webpack_require__(746);
100133
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(834);
100134
100134
  /*******************************************************************************
100135
100135
  *
100136
100136
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -100601,8 +100601,8 @@ Object .defineProperties (AudioDestination,
100601
100601
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "maxChannelCount", new x_ite_Fields .SFInt32 (2)),
100602
100602
 
100603
100603
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
100604
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
100605
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
100604
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
100605
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
100606
100606
 
100607
100607
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "mediaDeviceID", new x_ite_Fields .SFString ()),
100608
100608
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "isActive", new x_ite_Fields .SFBool ()),
@@ -100714,11 +100714,11 @@ Object .defineProperties (BiquadFilter,
100714
100714
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "gain", new x_ite_Fields .SFFloat (1)),
100715
100715
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "qualityFactor", new x_ite_Fields .SFFloat (1)),
100716
100716
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
100717
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "type", new x_ite_Fields .SFString ("lowpass")),
100717
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "type", new x_ite_Fields .SFString ("LOWPASS")),
100718
100718
 
100719
100719
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
100720
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
100721
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
100720
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
100721
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
100722
100722
 
100723
100723
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
100724
100724
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -100865,8 +100865,8 @@ Object .defineProperties (BufferAudioSource,
100865
100865
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "bufferLength", new x_ite_Fields .SFInt32 ()),
100866
100866
 
100867
100867
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
100868
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
100869
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
100868
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
100869
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
100870
100870
 
100871
100871
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "loop", new x_ite_Fields .SFBool ()),
100872
100872
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
@@ -101060,8 +101060,8 @@ Object .defineProperties (ChannelMerger,
101060
101060
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "gain", new x_ite_Fields .SFFloat (1)),
101061
101061
 
101062
101062
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101063
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101064
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
101063
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
101064
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
101065
101065
 
101066
101066
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "children", new x_ite_Fields .MFNode ()),
101067
101067
  ]),
@@ -101170,8 +101170,8 @@ Object .defineProperties (ChannelSelector,
101170
101170
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelSelection", new x_ite_Fields .SFInt32 (0)),
101171
101171
 
101172
101172
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101173
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101174
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
101173
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
101174
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
101175
101175
 
101176
101176
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "children", new x_ite_Fields .MFNode ()),
101177
101177
  ]),
@@ -101279,8 +101279,8 @@ Object .defineProperties (ChannelSplitter,
101279
101279
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "gain", new x_ite_Fields .SFFloat (1)),
101280
101280
 
101281
101281
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101282
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101283
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
101282
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
101283
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
101284
101284
 
101285
101285
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "children", new x_ite_Fields .MFNode ()),
101286
101286
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "outputs", new x_ite_Fields .MFNode ()),
@@ -101392,8 +101392,8 @@ Object .defineProperties (Convolver,
101392
101392
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
101393
101393
 
101394
101394
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101395
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101396
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
101395
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
101396
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
101397
101397
 
101398
101398
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
101399
101399
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -101512,8 +101512,8 @@ Object .defineProperties (Delay,
101512
101512
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
101513
101513
 
101514
101514
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101515
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101516
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
101515
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
101516
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
101517
101517
 
101518
101518
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
101519
101519
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -101636,8 +101636,8 @@ Object .defineProperties (DynamicsCompressor,
101636
101636
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
101637
101637
 
101638
101638
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101639
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101640
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
101639
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
101640
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
101641
101641
 
101642
101642
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
101643
101643
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -101754,8 +101754,8 @@ Object .defineProperties (Gain,
101754
101754
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
101755
101755
 
101756
101756
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101757
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101758
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
101757
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
101758
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
101759
101759
 
101760
101760
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
101761
101761
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -102222,7 +102222,7 @@ Object .defineProperties (PeriodicWave,
102222
102222
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "enabled", new x_ite_Fields .SFBool (true)),
102223
102223
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "optionsReal", new x_ite_Fields .MFFloat ()),
102224
102224
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "optionsImag", new x_ite_Fields .MFFloat ()),
102225
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "type", new x_ite_Fields .SFString ("square")),
102225
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "type", new x_ite_Fields .SFString ("SQUARE")),
102226
102226
  ]),
102227
102227
  enumerable: true,
102228
102228
  },
@@ -102757,8 +102757,8 @@ Object .defineProperties (StreamAudioDestination,
102757
102757
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "streamIdentifier", new x_ite_Fields .MFString ()),
102758
102758
 
102759
102759
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
102760
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
102761
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
102760
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
102761
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
102762
102762
 
102763
102763
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "mediaDeviceID", new x_ite_Fields .SFString ()),
102764
102764
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "isActive", new x_ite_Fields .SFBool ()),
@@ -102982,12 +102982,12 @@ Object .defineProperties (WaveShaper,
102982
102982
 
102983
102983
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "gain", new x_ite_Fields .SFFloat (1)),
102984
102984
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "curve", new x_ite_Fields .MFFloat ()),
102985
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "oversample", new x_ite_Fields .SFString ("none")),
102985
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "oversample", new x_ite_Fields .SFString ("NONE")),
102986
102986
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
102987
102987
 
102988
102988
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
102989
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
102990
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("speakers")),
102989
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("MAX")),
102990
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelInterpretation", new x_ite_Fields .SFString ("SPEAKERS")),
102991
102991
 
102992
102992
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
102993
102993
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -103241,8 +103241,8 @@ const GIFMedia_default_ = GifMedia;
103241
103241
  x_ite_Namespace .set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
103242
103242
  /* harmony default export */ const GIFMedia = (GIFMedia_default_);
103243
103243
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
103244
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(746);
103245
- /* provided dependency */ var SuperGif = __webpack_require__(723);
103244
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(834);
103245
+ /* provided dependency */ var SuperGif = __webpack_require__(1);
103246
103246
  /*******************************************************************************
103247
103247
  *
103248
103248
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -104407,7 +104407,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
104407
104407
  x_ite_Namespace .set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
104408
104408
  /* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
104409
104409
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
104410
- /* provided dependency */ var PixelTexture_$ = __webpack_require__(746);
104410
+ /* provided dependency */ var PixelTexture_$ = __webpack_require__(834);
104411
104411
  /*******************************************************************************
104412
104412
  *
104413
104413
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -104682,7 +104682,7 @@ Object .defineProperties (PixelTexture,
104682
104682
  value: new Base_FieldDefinitionArray ([
104683
104683
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
104684
104684
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "description", new x_ite_Fields .SFString ()),
104685
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "image", new x_ite_Fields .SFImage (0, 0, 0, new x_ite_Fields .MFInt32 ())),
104685
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "image", new x_ite_Fields .SFImage ()),
104686
104686
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "repeatS", new x_ite_Fields .SFBool (true)),
104687
104687
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "repeatT", new x_ite_Fields .SFBool (true)),
104688
104688
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "textureProperties", new x_ite_Fields .SFNode ()),
@@ -106588,7 +106588,7 @@ const gettext_default_ = gettext;
106588
106588
  x_ite_Namespace .set ("locale/gettext", gettext_default_);
106589
106589
  /* harmony default export */ const locale_gettext = (gettext_default_);
106590
106590
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
106591
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(746);
106591
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(834);
106592
106592
  /*******************************************************************************
106593
106593
  *
106594
106594
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107018,7 +107018,7 @@ const TextureQuality_default_ = TextureQuality;
107018
107018
  x_ite_Namespace .set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
107019
107019
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
107020
107020
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
107021
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(746);
107021
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(834);
107022
107022
  /*******************************************************************************
107023
107023
  *
107024
107024
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107599,7 +107599,7 @@ const RenderingProperties_default_ = RenderingProperties;
107599
107599
  x_ite_Namespace .set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
107600
107600
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
107601
107601
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
107602
- /* provided dependency */ var Notification_$ = __webpack_require__(746);
107602
+ /* provided dependency */ var Notification_$ = __webpack_require__(834);
107603
107603
  /*******************************************************************************
107604
107604
  *
107605
107605
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107721,8 +107721,8 @@ const Notification_default_ = Notification;
107721
107721
  x_ite_Namespace .set ("x_ite/Browser/Core/Notification", Notification_default_);
107722
107722
  /* harmony default export */ const Core_Notification = (Notification_default_);
107723
107723
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
107724
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(253);
107725
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(746);
107724
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(692);
107725
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(834);
107726
107726
  /*******************************************************************************
107727
107727
  *
107728
107728
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110440,7 +110440,7 @@ const DataStorage_default_ = DataStorage;
110440
110440
  x_ite_Namespace .set ("standard/Utility/DataStorage", DataStorage_default_);
110441
110441
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
110442
110442
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
110443
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(746);
110443
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(834);
110444
110444
  /*******************************************************************************
110445
110445
  *
110446
110446
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112468,8 +112468,8 @@ const X3DViewer_default_ = X3DViewer;
112468
112468
  x_ite_Namespace .set ("x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
112469
112469
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
112470
112470
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
112471
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(189);
112472
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(746);
112471
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(789);
112472
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(834);
112473
112473
  /*******************************************************************************
112474
112474
  *
112475
112475
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113341,8 +113341,8 @@ const ExamineViewer_default_ = ExamineViewer;
113341
113341
  x_ite_Namespace .set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
113342
113342
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
113343
113343
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
113344
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(189);
113345
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(746);
113344
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(789);
113345
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(834);
113346
113346
  /*******************************************************************************
113347
113347
  *
113348
113348
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114312,8 +114312,8 @@ const FlyViewer_default_ = FlyViewer;
114312
114312
  x_ite_Namespace .set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
114313
114313
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
114314
114314
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
114315
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(189);
114316
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(746);
114315
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(789);
114316
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(834);
114317
114317
  /*******************************************************************************
114318
114318
  *
114319
114319
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114644,8 +114644,8 @@ const NoneViewer_default_ = NoneViewer;
114644
114644
  x_ite_Namespace .set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
114645
114645
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
114646
114646
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
114647
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(189);
114648
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(746);
114647
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(789);
114648
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(834);
114649
114649
  /*******************************************************************************
114650
114650
  *
114651
114651
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115782,8 +115782,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
115782
115782
  x_ite_Namespace .set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
115783
115783
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
115784
115784
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
115785
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(189);
115786
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(746);
115785
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(789);
115786
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(834);
115787
115787
  /*******************************************************************************
115788
115788
  *
115789
115789
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116823,8 +116823,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
116823
116823
  x_ite_Namespace .set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
116824
116824
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
116825
116825
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
116826
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(746);
116827
- /* provided dependency */ var ResizeSensor = __webpack_require__(442);
116826
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(834);
116827
+ /* provided dependency */ var ResizeSensor = __webpack_require__(504);
116828
116828
  /*******************************************************************************
116829
116829
  *
116830
116830
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119049,7 +119049,7 @@ const Components_default_ = Components;
119049
119049
  x_ite_Namespace .set ("x_ite/Components", Components_default_);
119050
119050
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
119051
119051
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
119052
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(746);
119052
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(834);
119053
119053
  /*******************************************************************************
119054
119054
  * MIT License
119055
119055
  *
@@ -119450,7 +119450,7 @@ const DOMIntegration_default_ = DOMIntegration;
119450
119450
  x_ite_Namespace .set ("x_ite/Browser/DOMIntegration", DOMIntegration_default_);
119451
119451
  /* harmony default export */ const Browser_DOMIntegration = (DOMIntegration_default_);
119452
119452
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
119453
- /* provided dependency */ var Legacy_$ = __webpack_require__(746);
119453
+ /* provided dependency */ var Legacy_$ = __webpack_require__(834);
119454
119454
  /*******************************************************************************
119455
119455
  *
119456
119456
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119862,7 +119862,7 @@ SupportedComponents .add ("HAnim",
119862
119862
  external: true,
119863
119863
  });
119864
119864
 
119865
- SupportedComponents .alias ("H-Anim", "HAnim");
119865
+ SupportedComponents .alias ("H-Anim", SupportedComponents .get ("HAnim"));
119866
119866
 
119867
119867
  SupportedComponents .add ("Interpolation",
119868
119868
  {
@@ -119950,7 +119950,7 @@ SupportedComponents .add ("TextureProjector",
119950
119950
  external: true,
119951
119951
  });
119952
119952
 
119953
- SupportedComponents .alias ("ProjectiveTextureMapping", "TextureProjector");
119953
+ SupportedComponents .alias ("ProjectiveTextureMapping", SupportedComponents .get ("TextureProjector"));
119954
119954
 
119955
119955
  SupportedComponents .add ("Rendering",
119956
119956
  {
@@ -120281,7 +120281,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
120281
120281
  x_ite_Namespace .set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
120282
120282
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
120283
120283
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
120284
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(746);
120284
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(834);
120285
120285
  /*******************************************************************************
120286
120286
  *
120287
120287
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121405,8 +121405,8 @@ const MicroTime_default_ = undefined;
121405
121405
  x_ite_Namespace .set ("standard/Time/MicroTime", MicroTime_default_);
121406
121406
  /* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
121407
121407
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
121408
- /* provided dependency */ var jquery_$ = __webpack_require__(746);
121409
- /* provided dependency */ var pako = __webpack_require__(280);
121408
+ /* provided dependency */ var jquery_$ = __webpack_require__(834);
121409
+ /* provided dependency */ var pako = __webpack_require__(660);
121410
121410
  Object .assign (jquery_$,
121411
121411
  {
121412
121412
  decodeText (input)
@@ -121471,14 +121471,14 @@ const jquery_default_ = jquery_$;
121471
121471
  x_ite_Namespace .set ("lib/jquery", jquery_default_);
121472
121472
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
121473
121473
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
121474
- /* provided dependency */ var libtess_libtess = __webpack_require__(504);
121474
+ /* provided dependency */ var libtess_libtess = __webpack_require__(492);
121475
121475
  const libtess_default_ = libtess_libtess;
121476
121476
  ;
121477
121477
 
121478
121478
  x_ite_Namespace .set ("lib/libtess", libtess_default_);
121479
121479
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
121480
121480
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
121481
- /* provided dependency */ var X3D_$ = __webpack_require__(746);
121481
+ /* provided dependency */ var X3D_$ = __webpack_require__(834);
121482
121482
  /*******************************************************************************
121483
121483
  *
121484
121484
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121735,7 +121735,7 @@ const X3D_default_ = X3D;
121735
121735
  x_ite_Namespace .set ("x_ite/X3D", X3D_default_);
121736
121736
  /* harmony default export */ const x_ite_X3D = (X3D_default_);
121737
121737
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
121738
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(746);
121738
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(834);
121739
121739
  /*******************************************************************************
121740
121740
  *
121741
121741
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122004,7 +122004,7 @@ x_ite_Namespace .set ("shim", shim_default_);
122004
122004
 
122005
122005
  // Assign X3D to global namespace.
122006
122006
 
122007
- window [Symbol .for ("X_ITE.X3D-8.8.6")] = x_ite_X3D;
122007
+ window [Symbol .for ("X_ITE.X3D-8.8.7")] = x_ite_X3D;
122008
122008
 
122009
122009
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
122010
122010