x_ite 8.8.5 → 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 (256) 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 +103 -105
  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/EventUtilities/BooleanSequencer.md +2 -2
  60. package/docs/_posts/components/EventUtilities/BooleanTrigger.md +1 -1
  61. package/docs/_posts/components/EventUtilities/IntegerSequencer.md +1 -1
  62. package/docs/_posts/components/Followers/ColorChaser.md +2 -2
  63. package/docs/_posts/components/Followers/ColorDamper.md +2 -2
  64. package/docs/_posts/components/Followers/CoordinateChaser.md +4 -4
  65. package/docs/_posts/components/Followers/CoordinateDamper.md +4 -4
  66. package/docs/_posts/components/Followers/OrientationChaser.md +4 -4
  67. package/docs/_posts/components/Followers/OrientationDamper.md +4 -4
  68. package/docs/_posts/components/Followers/PositionChaser.md +4 -4
  69. package/docs/_posts/components/Followers/PositionChaser2D.md +4 -4
  70. package/docs/_posts/components/Followers/PositionDamper.md +4 -4
  71. package/docs/_posts/components/Followers/PositionDamper2D.md +4 -4
  72. package/docs/_posts/components/Followers/ScalarChaser.md +4 -4
  73. package/docs/_posts/components/Followers/ScalarDamper.md +4 -4
  74. package/docs/_posts/components/Followers/TexCoordChaser2D.md +4 -4
  75. package/docs/_posts/components/Followers/TexCoordDamper2D.md +4 -4
  76. package/docs/_posts/components/Geometry2D/Polyline2D.md +1 -1
  77. package/docs/_posts/components/Geometry3D/Cone.md +2 -2
  78. package/docs/_posts/components/Geometry3D/Cylinder.md +3 -3
  79. package/docs/_posts/components/Geometry3D/ElevationGrid.md +2 -2
  80. package/docs/_posts/components/Geometry3D/IndexedFaceSet.md +3 -5
  81. package/docs/_posts/components/Geospatial/GeoElevationGrid.md +3 -3
  82. package/docs/_posts/components/Geospatial/GeoLOD.md +6 -6
  83. package/docs/_posts/components/Geospatial/GeoLocation.md +2 -2
  84. package/docs/_posts/components/Geospatial/GeoTouchSensor.md +8 -8
  85. package/docs/_posts/components/Geospatial/GeoTransform.md +2 -2
  86. package/docs/_posts/components/Geospatial/GeoViewpoint.md +11 -3
  87. package/docs/_posts/components/Grouping/Group.md +2 -2
  88. package/docs/_posts/components/Grouping/StaticGroup.md +2 -2
  89. package/docs/_posts/components/Grouping/Switch.md +2 -2
  90. package/docs/_posts/components/Grouping/Transform.md +2 -2
  91. package/docs/_posts/components/HAnim/HAnimDisplacer.md +16 -16
  92. package/docs/_posts/components/HAnim/HAnimHumanoid.md +78 -47
  93. package/docs/_posts/components/HAnim/HAnimJoint.md +59 -59
  94. package/docs/_posts/components/HAnim/HAnimMotion.md +17 -17
  95. package/docs/_posts/components/HAnim/HAnimSegment.md +39 -39
  96. package/docs/_posts/components/HAnim/HAnimSite.md +39 -39
  97. package/docs/_posts/components/Layering/Layer.md +14 -2
  98. package/docs/_posts/components/Layering/LayerSet.md +2 -2
  99. package/docs/_posts/components/Layering/Viewport.md +3 -3
  100. package/docs/_posts/components/Layout/Layout.md +1 -1
  101. package/docs/_posts/components/Layout/LayoutGroup.md +3 -3
  102. package/docs/_posts/components/Layout/LayoutLayer.md +14 -2
  103. package/docs/_posts/components/Layout/ScreenFontStyle.md +3 -3
  104. package/docs/_posts/components/Layout/ScreenGroup.md +3 -3
  105. package/docs/_posts/components/Lighting/DirectionalLight.md +4 -4
  106. package/docs/_posts/components/Lighting/EnvironmentLight.md +5 -5
  107. package/docs/_posts/components/Lighting/PointLight.md +4 -4
  108. package/docs/_posts/components/Lighting/SpotLight.md +4 -4
  109. package/docs/_posts/components/NURBS/NurbsCurve.md +1 -1
  110. package/docs/_posts/components/NURBS/NurbsCurve2D.md +1 -1
  111. package/docs/_posts/components/NURBS/NurbsOrientationInterpolator.md +6 -6
  112. package/docs/_posts/components/NURBS/NurbsPatchSurface.md +12 -12
  113. package/docs/_posts/components/NURBS/NurbsPositionInterpolator.md +6 -6
  114. package/docs/_posts/components/NURBS/NurbsSet.md +6 -6
  115. package/docs/_posts/components/NURBS/NurbsSurfaceInterpolator.md +22 -22
  116. package/docs/_posts/components/NURBS/NurbsTextureCoordinate.md +16 -16
  117. package/docs/_posts/components/NURBS/NurbsTrimmedSurface.md +12 -12
  118. package/docs/_posts/components/Navigation/Billboard.md +2 -2
  119. package/docs/_posts/components/Navigation/Collision.md +2 -2
  120. package/docs/_posts/components/Navigation/LOD.md +2 -2
  121. package/docs/_posts/components/Navigation/NavigationInfo.md +2 -2
  122. package/docs/_posts/components/Navigation/OrthoViewpoint.md +11 -3
  123. package/docs/_posts/components/Navigation/Viewpoint.md +12 -4
  124. package/docs/_posts/components/Navigation/ViewpointGroup.md +4 -4
  125. package/docs/_posts/components/Networking/Anchor.md +2 -2
  126. package/docs/_posts/components/Networking/Inline.md +2 -2
  127. package/docs/_posts/components/Networking/LoadSensor.md +3 -3
  128. package/docs/_posts/components/ParticleSystems/ConeEmitter.md +6 -2
  129. package/docs/_posts/components/ParticleSystems/ExplosionEmitter.md +5 -1
  130. package/docs/_posts/components/ParticleSystems/ParticleSystem.md +23 -14
  131. package/docs/_posts/components/ParticleSystems/PointEmitter.md +6 -2
  132. package/docs/_posts/components/ParticleSystems/PolylineEmitter.md +5 -1
  133. package/docs/_posts/components/ParticleSystems/SurfaceEmitter.md +4 -0
  134. package/docs/_posts/components/ParticleSystems/VolumeEmitter.md +14 -2
  135. package/docs/_posts/components/ParticleSystems/WindPhysicsModel.md +1 -1
  136. package/docs/_posts/components/Picking/LinePickSensor.md +23 -19
  137. package/docs/_posts/components/Picking/PickableGroup.md +4 -4
  138. package/docs/_posts/components/Picking/PointPickSensor.md +19 -15
  139. package/docs/_posts/components/Picking/PrimitivePickSensor.md +19 -15
  140. package/docs/_posts/components/Picking/VolumePickSensor.md +19 -15
  141. package/docs/_posts/components/PointingDeviceSensor/CylinderSensor.md +5 -5
  142. package/docs/_posts/components/PointingDeviceSensor/PlaneSensor.md +5 -5
  143. package/docs/_posts/components/PointingDeviceSensor/SphereSensor.md +4 -4
  144. package/docs/_posts/components/PointingDeviceSensor/TouchSensor.md +4 -4
  145. package/docs/_posts/components/Rendering/ClipPlane.md +1 -1
  146. package/docs/_posts/components/Rendering/IndexedLineSet.md +3 -9
  147. package/docs/_posts/components/RigidBodyPhysics/BallJoint.md +2 -2
  148. package/docs/_posts/components/RigidBodyPhysics/CollidableOffset.md +3 -3
  149. package/docs/_posts/components/RigidBodyPhysics/CollidableShape.md +3 -3
  150. package/docs/_posts/components/RigidBodyPhysics/CollisionCollection.md +7 -7
  151. package/docs/_posts/components/RigidBodyPhysics/CollisionSensor.md +1 -1
  152. package/docs/_posts/components/RigidBodyPhysics/CollisionSpace.md +5 -5
  153. package/docs/_posts/components/RigidBodyPhysics/Contact.md +1 -1
  154. package/docs/_posts/components/RigidBodyPhysics/DoubleAxisHingeJoint.md +10 -14
  155. package/docs/_posts/components/RigidBodyPhysics/MotorJoint.md +31 -31
  156. package/docs/_posts/components/RigidBodyPhysics/RigidBody.md +17 -17
  157. package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +6 -6
  158. package/docs/_posts/components/RigidBodyPhysics/SingleAxisHingeJoint.md +7 -9
  159. package/docs/_posts/components/RigidBodyPhysics/SliderJoint.md +7 -7
  160. package/docs/_posts/components/RigidBodyPhysics/UniversalJoint.md +12 -12
  161. package/docs/_posts/components/Shaders/PackagedShader.md +24 -24
  162. package/docs/_posts/components/Shape/AcousticProperties.md +5 -5
  163. package/docs/_posts/components/Shape/Appearance.md +1 -1
  164. package/docs/_posts/components/Shape/PointProperties.md +3 -11
  165. package/docs/_posts/components/Shape/Shape.md +3 -3
  166. package/docs/_posts/components/Sound/Analyser.md +23 -19
  167. package/docs/_posts/components/Sound/AudioClip.md +20 -4
  168. package/docs/_posts/components/Sound/AudioDestination.md +13 -9
  169. package/docs/_posts/components/Sound/BiquadFilter.md +22 -18
  170. package/docs/_posts/components/Sound/BufferAudioSource.md +26 -22
  171. package/docs/_posts/components/Sound/ChannelMerger.md +10 -6
  172. package/docs/_posts/components/Sound/ChannelSelector.md +11 -7
  173. package/docs/_posts/components/Sound/ChannelSplitter.md +11 -7
  174. package/docs/_posts/components/Sound/Convolver.md +20 -16
  175. package/docs/_posts/components/Sound/Delay.md +20 -16
  176. package/docs/_posts/components/Sound/DynamicsCompressor.md +24 -20
  177. package/docs/_posts/components/Sound/Gain.md +18 -14
  178. package/docs/_posts/components/Sound/ListenerPointSource.md +18 -14
  179. package/docs/_posts/components/Sound/MicrophoneSource.md +14 -10
  180. package/docs/_posts/components/Sound/OscillatorSource.md +16 -12
  181. package/docs/_posts/components/Sound/PeriodicWave.md +7 -4
  182. package/docs/_posts/components/Sound/Sound.md +8 -2
  183. package/docs/_posts/components/Sound/SpatialSound.md +20 -17
  184. package/docs/_posts/components/Sound/StreamAudioDestination.md +13 -9
  185. package/docs/_posts/components/Sound/StreamAudioSource.md +14 -10
  186. package/docs/_posts/components/Sound/WaveShaper.md +20 -16
  187. package/docs/_posts/components/Text/FontStyle.md +3 -3
  188. package/docs/_posts/components/TextureProjector/TextureProjector.md +11 -9
  189. package/docs/_posts/components/TextureProjector/TextureProjectorParallel.md +11 -9
  190. package/docs/_posts/components/Texturing/MovieTexture.md +20 -4
  191. package/docs/_posts/components/Texturing/TextureProperties.md +1 -1
  192. package/docs/_posts/components/Texturing3D/PixelTexture3D.md +4 -4
  193. package/docs/_posts/components/Time/TimeSensor.md +4 -4
  194. package/docs/_posts/components/VolumeRendering/BlendedVolumeStyle.md +10 -10
  195. package/docs/_posts/components/VolumeRendering/BoundaryEnhancementVolumeStyle.md +8 -8
  196. package/docs/_posts/components/VolumeRendering/CartoonVolumeStyle.md +8 -8
  197. package/docs/_posts/components/VolumeRendering/ComposedVolumeStyle.md +4 -4
  198. package/docs/_posts/components/VolumeRendering/EdgeEnhancementVolumeStyle.md +8 -8
  199. package/docs/_posts/components/VolumeRendering/IsoSurfaceVolumeData.md +27 -27
  200. package/docs/_posts/components/VolumeRendering/ProjectionVolumeStyle.md +14 -2
  201. package/docs/_posts/components/VolumeRendering/SegmentedVolumeData.md +21 -21
  202. package/docs/_posts/components/VolumeRendering/ShadedVolumeStyle.md +13 -13
  203. package/docs/_posts/components/VolumeRendering/SilhouetteEnhancementVolumeStyle.md +6 -6
  204. package/docs/_posts/components/VolumeRendering/ToneMappedVolumeStyle.md +10 -10
  205. package/docs/_posts/components/VolumeRendering/VolumeData.md +17 -17
  206. package/docs/_posts/components/X_ITE/BlendMode.md +7 -7
  207. package/docs/_tabs/playground.html +3 -1
  208. package/docs/assets/css/style.scss +4 -4
  209. package/package.json +1 -1
  210. package/src/x_ite/Base/X3DBaseNode.js +1 -1
  211. package/src/x_ite/Base/X3DInfoArray.js +2 -2
  212. package/src/x_ite/Browser/VERSION.js +1 -1
  213. package/src/x_ite/Components/Annotation/GroupAnnotation.js +1 -1
  214. package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +2 -2
  215. package/src/x_ite/Components/Geospatial/GeoLocation.js +1 -1
  216. package/src/x_ite/Components/Geospatial/GeoViewpoint.js +18 -6
  217. package/src/x_ite/Components/HAnim/HAnimMotion.js +1 -1
  218. package/src/x_ite/Components/NURBS/NurbsPatchSurface.js +1 -1
  219. package/src/x_ite/Components/NURBS/NurbsTrimmedSurface.js +1 -1
  220. package/src/x_ite/Components/Navigation/Viewpoint.js +1 -1
  221. package/src/x_ite/Components/ParticleSystems/ConeEmitter.js +9 -9
  222. package/src/x_ite/Components/ParticleSystems/ExplosionEmitter.js +7 -7
  223. package/src/x_ite/Components/ParticleSystems/PointEmitter.js +8 -8
  224. package/src/x_ite/Components/ParticleSystems/PolylineEmitter.js +9 -9
  225. package/src/x_ite/Components/ParticleSystems/SurfaceEmitter.js +7 -7
  226. package/src/x_ite/Components/ParticleSystems/VolumeEmitter.js +12 -10
  227. package/src/x_ite/Components/RigidBodyPhysics/Contact.js +1 -1
  228. package/src/x_ite/Components/RigidBodyPhysics/MotorJoint.js +6 -6
  229. package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +0 -1
  230. package/src/x_ite/Components/RigidBodyPhysics/UniversalJoint.js +4 -4
  231. package/src/x_ite/Components/Shape/FillProperties.js +1 -1
  232. package/src/x_ite/Components/Shape/PhysicalMaterial.js +1 -1
  233. package/src/x_ite/Components/Sound/Analyser.js +2 -2
  234. package/src/x_ite/Components/Sound/AudioDestination.js +2 -2
  235. package/src/x_ite/Components/Sound/BiquadFilter.js +3 -3
  236. package/src/x_ite/Components/Sound/BufferAudioSource.js +2 -2
  237. package/src/x_ite/Components/Sound/ChannelMerger.js +2 -2
  238. package/src/x_ite/Components/Sound/ChannelSelector.js +2 -2
  239. package/src/x_ite/Components/Sound/ChannelSplitter.js +2 -2
  240. package/src/x_ite/Components/Sound/Convolver.js +2 -2
  241. package/src/x_ite/Components/Sound/Delay.js +2 -2
  242. package/src/x_ite/Components/Sound/DynamicsCompressor.js +2 -2
  243. package/src/x_ite/Components/Sound/Gain.js +2 -2
  244. package/src/x_ite/Components/Sound/PeriodicWave.js +1 -1
  245. package/src/x_ite/Components/Sound/StreamAudioDestination.js +2 -2
  246. package/src/x_ite/Components/Sound/WaveShaper.js +3 -3
  247. package/src/x_ite/Components/TextureProjector/TextureProjector.js +4 -4
  248. package/src/x_ite/Components/TextureProjector/TextureProjectorParallel.js +5 -5
  249. package/src/x_ite/Components/Texturing/PixelTexture.js +1 -1
  250. package/src/x_ite/Components/VolumeRendering/IsoSurfaceVolumeData.js +1 -1
  251. package/src/x_ite/Components/VolumeRendering/SegmentedVolumeData.js +1 -1
  252. package/src/x_ite/Components/VolumeRendering/VolumeData.js +1 -1
  253. package/src/x_ite/Configuration/SupportedComponents.js +2 -2
  254. package/src/x_ite/Execution/X3DExecutionContext.js +3 -5
  255. package/src/x_ite/Parser/VRMLParser.js +1 -1
  256. package/src/x_ite/Routing/X3DRoute.js +3 -3
package/dist/x_ite.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v8.8.5 */(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
- /***/ 474:
14
+ /***/ 504:
15
15
  /***/ (function(module, exports, __webpack_require__) {
16
16
 
17
17
  "use strict";
18
- /* provided dependency */ var jQuery = __webpack_require__(938);
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
- /***/ 447:
390
+ /***/ 692:
391
391
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
392
392
 
393
- /* provided dependency */ var jQuery = __webpack_require__(938);
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
- /***/ 645:
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__(938)], __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
- /***/ 938:
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
- /***/ 394:
11526
+ /***/ 492:
11527
11527
  /***/ ((module) => {
11528
11528
 
11529
11529
  /**
@@ -16302,7 +16302,7 @@ if (true) {
16302
16302
 
16303
16303
  /***/ }),
16304
16304
 
16305
- /***/ 169:
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
- /***/ 604:
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.5";
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__(938);
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__(938);
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.
@@ -38885,7 +38885,7 @@ const Grammar = Parser_Expressions ({
38885
38885
  eventOut: /eventOut/gy,
38886
38886
  exposedField: /exposedField/gy,
38887
38887
 
38888
- FieldType: /(MFBool|MFColorRGBA|MFColor|MFDouble|MFFloat|MFImage|MFInt32|MFMatrix3d|MFMatrix3f|MFMatrix4d|MFMatrix4f|MFNode|MFRotation|MFString|MFTime|MFVec2d|MFVec2f|MFVec3d|MFVec3f|MFVec4d|MFVec4f|SFBool|SFColorRGBA|SFColor|SFDouble|SFFloat|SFImage|SFInt32|SFMatrix3d|SFMatrix3f|SFMatrix4d|SFMatrix4f|SFNode|SFRotation|SFString|SFTime|SFVec2d|SFVec2f|SFVec3d|SFVec3f|SFVec4d|SFVec4f)/gy,
38888
+ FieldType: /([SM]F(?:Bool|ColorRGBA|Color|Double|Float|Image|Int32|Matrix3d|Matrix3f|Matrix4d|Matrix4f|Node|Rotation|String|Time|Vec2d|Vec2f|Vec3d|Vec3f|Vec4d|Vec4f))/gy,
38889
38889
 
38890
38890
  // Values
38891
38891
  int32: /((?:0[xX][\da-fA-F]+)|(?:[+-]?\d+))/gy,
@@ -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__(938);
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__(938);
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__(938);
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__(938);
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__(938);
48411
- /* provided dependency */ var libtess = __webpack_require__(394);
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__(938);
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__(394);
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__(938);
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__(938);
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.
@@ -64462,9 +64462,9 @@ Object .assign (Object .setPrototypeOf (X3DRoute .prototype, Base_X3DObject .pro
64462
64462
  {
64463
64463
  return this [X3DRoute_executionContext];
64464
64464
  },
64465
- getId ()
64465
+ getRouteId ()
64466
64466
  {
64467
- return X3DRoute .getId (this [_sourceField], this [_destinationField]);
64467
+ return X3DRoute .getRouteId (this [_sourceField], this [_destinationField]);
64468
64468
  },
64469
64469
  getSourceNode ()
64470
64470
  {
@@ -64689,7 +64689,7 @@ Object .defineProperties (X3DRoute,
64689
64689
 
64690
64690
  Object .assign (X3DRoute,
64691
64691
  {
64692
- getId (sourceField, destinationField)
64692
+ getRouteId (sourceField, destinationField)
64693
64693
  {
64694
64694
  return `${sourceField .getId ()}.${destinationField .getId ()}`;
64695
64695
  },
@@ -65435,7 +65435,7 @@ Object .assign (Object .setPrototypeOf (X3DExecutionContext .prototype, Base_X3D
65435
65435
  if (sourceField .getType () !== destinationField .getType ())
65436
65436
  throw new Error (`ROUTE types ${sourceField .getTypeName ()} and ${destinationField .getTypeName ()} do not match.`);
65437
65437
 
65438
- const id = Routing_X3DRoute .getId (sourceField, destinationField);
65438
+ const id = Routing_X3DRoute .getRouteId (sourceField, destinationField);
65439
65439
 
65440
65440
  let route = this [X3DExecutionContext_routes] .get (id);
65441
65441
 
@@ -65472,9 +65472,7 @@ Object .assign (Object .setPrototypeOf (X3DExecutionContext .prototype, Base_X3D
65472
65472
  },
65473
65473
  deleteSimpleRoute (route)
65474
65474
  {
65475
- const id = Routing_X3DRoute .getId (route .getSourceField (), route .getDestinationField ());
65476
-
65477
- this [X3DExecutionContext_routes] .remove (id);
65475
+ this [X3DExecutionContext_routes] .remove (route .getRouteId ());
65478
65476
 
65479
65477
  route .disconnect ();
65480
65478
 
@@ -65540,7 +65538,7 @@ Object .assign (Object .setPrototypeOf (X3DExecutionContext .prototype, Base_X3D
65540
65538
  sourceField = sourceNode .getField (sourceField);
65541
65539
  destinationField = destinationNode .getField (destinationField);
65542
65540
 
65543
- return this [X3DExecutionContext_routes] .get (Routing_X3DRoute .getId (sourceField, destinationField));
65541
+ return this [X3DExecutionContext_routes] .get (Routing_X3DRoute .getRouteId (sourceField, destinationField));
65544
65542
  },
65545
65543
  getRoutes ()
65546
65544
  {
@@ -87055,7 +87053,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
87055
87053
  x_ite_Namespace .set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
87056
87054
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
87057
87055
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
87058
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(938);
87056
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(834);
87059
87057
  /*******************************************************************************
87060
87058
  *
87061
87059
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95778,7 +95776,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
95778
95776
  x_ite_Namespace .set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95779
95777
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95780
95778
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95781
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(938);
95779
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(834);
95782
95780
  /*******************************************************************************
95783
95781
  *
95784
95782
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96437,7 +96435,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
96437
96435
  x_ite_Namespace .set ("x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
96438
96436
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
96439
96437
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
96440
- /* provided dependency */ var Appearance_$ = __webpack_require__(938);
96438
+ /* provided dependency */ var Appearance_$ = __webpack_require__(834);
96441
96439
  /*******************************************************************************
96442
96440
  *
96443
96441
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -97072,8 +97070,8 @@ Object .defineProperties (FillProperties,
97072
97070
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
97073
97071
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "filled", new x_ite_Fields .SFBool (true)),
97074
97072
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "hatched", new x_ite_Fields .SFBool (true)),
97075
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "hatchColor", new x_ite_Fields .SFColor (1, 1, 1)),
97076
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)),
97077
97075
  ]),
97078
97076
  enumerable: true,
97079
97077
  },
@@ -98523,7 +98521,7 @@ Object .defineProperties (PhysicalMaterial,
98523
98521
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "baseColor", new x_ite_Fields .SFColor (1, 1, 1)),
98524
98522
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "baseTextureMapping", new x_ite_Fields .SFString ()),
98525
98523
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "baseTexture", new x_ite_Fields .SFNode ()),
98526
- 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 ()),
98527
98525
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "emissiveTextureMapping", new x_ite_Fields .SFString ()),
98528
98526
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "emissiveTexture", new x_ite_Fields .SFNode ()),
98529
98527
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metallic", new x_ite_Fields .SFFloat (1)),
@@ -99877,8 +99875,8 @@ Object .defineProperties (Analyser,
99877
99875
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
99878
99876
 
99879
99877
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
99880
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
99881
- 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")),
99882
99880
 
99883
99881
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
99884
99882
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -100132,7 +100130,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
100132
100130
  x_ite_Namespace .set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
100133
100131
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
100134
100132
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
100135
- /* provided dependency */ var AudioClip_$ = __webpack_require__(938);
100133
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(834);
100136
100134
  /*******************************************************************************
100137
100135
  *
100138
100136
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -100603,8 +100601,8 @@ Object .defineProperties (AudioDestination,
100603
100601
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "maxChannelCount", new x_ite_Fields .SFInt32 (2)),
100604
100602
 
100605
100603
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
100606
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
100607
- 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")),
100608
100606
 
100609
100607
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "mediaDeviceID", new x_ite_Fields .SFString ()),
100610
100608
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "isActive", new x_ite_Fields .SFBool ()),
@@ -100716,11 +100714,11 @@ Object .defineProperties (BiquadFilter,
100716
100714
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "gain", new x_ite_Fields .SFFloat (1)),
100717
100715
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "qualityFactor", new x_ite_Fields .SFFloat (1)),
100718
100716
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
100719
- 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")),
100720
100718
 
100721
100719
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
100722
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
100723
- 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")),
100724
100722
 
100725
100723
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
100726
100724
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -100867,8 +100865,8 @@ Object .defineProperties (BufferAudioSource,
100867
100865
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "bufferLength", new x_ite_Fields .SFInt32 ()),
100868
100866
 
100869
100867
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
100870
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
100871
- 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")),
100872
100870
 
100873
100871
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "loop", new x_ite_Fields .SFBool ()),
100874
100872
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
@@ -101062,8 +101060,8 @@ Object .defineProperties (ChannelMerger,
101062
101060
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "gain", new x_ite_Fields .SFFloat (1)),
101063
101061
 
101064
101062
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101065
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101066
- 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")),
101067
101065
 
101068
101066
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "children", new x_ite_Fields .MFNode ()),
101069
101067
  ]),
@@ -101172,8 +101170,8 @@ Object .defineProperties (ChannelSelector,
101172
101170
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelSelection", new x_ite_Fields .SFInt32 (0)),
101173
101171
 
101174
101172
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101175
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101176
- 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")),
101177
101175
 
101178
101176
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "children", new x_ite_Fields .MFNode ()),
101179
101177
  ]),
@@ -101281,8 +101279,8 @@ Object .defineProperties (ChannelSplitter,
101281
101279
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "gain", new x_ite_Fields .SFFloat (1)),
101282
101280
 
101283
101281
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101284
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101285
- 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")),
101286
101284
 
101287
101285
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "children", new x_ite_Fields .MFNode ()),
101288
101286
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "outputs", new x_ite_Fields .MFNode ()),
@@ -101394,8 +101392,8 @@ Object .defineProperties (Convolver,
101394
101392
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
101395
101393
 
101396
101394
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101397
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101398
- 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")),
101399
101397
 
101400
101398
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
101401
101399
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -101514,8 +101512,8 @@ Object .defineProperties (Delay,
101514
101512
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
101515
101513
 
101516
101514
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101517
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101518
- 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")),
101519
101517
 
101520
101518
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
101521
101519
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -101638,8 +101636,8 @@ Object .defineProperties (DynamicsCompressor,
101638
101636
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
101639
101637
 
101640
101638
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101641
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101642
- 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")),
101643
101641
 
101644
101642
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
101645
101643
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -101756,8 +101754,8 @@ Object .defineProperties (Gain,
101756
101754
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
101757
101755
 
101758
101756
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
101759
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
101760
- 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")),
101761
101759
 
101762
101760
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
101763
101761
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -102224,7 +102222,7 @@ Object .defineProperties (PeriodicWave,
102224
102222
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "enabled", new x_ite_Fields .SFBool (true)),
102225
102223
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "optionsReal", new x_ite_Fields .MFFloat ()),
102226
102224
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "optionsImag", new x_ite_Fields .MFFloat ()),
102227
- 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")),
102228
102226
  ]),
102229
102227
  enumerable: true,
102230
102228
  },
@@ -102759,8 +102757,8 @@ Object .defineProperties (StreamAudioDestination,
102759
102757
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "streamIdentifier", new x_ite_Fields .MFString ()),
102760
102758
 
102761
102759
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
102762
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
102763
- 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")),
102764
102762
 
102765
102763
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "mediaDeviceID", new x_ite_Fields .SFString ()),
102766
102764
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "isActive", new x_ite_Fields .SFBool ()),
@@ -102984,12 +102982,12 @@ Object .defineProperties (WaveShaper,
102984
102982
 
102985
102983
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "gain", new x_ite_Fields .SFFloat (1)),
102986
102984
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "curve", new x_ite_Fields .MFFloat ()),
102987
- 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")),
102988
102986
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "tailTime", new x_ite_Fields .SFTime ()),
102989
102987
 
102990
102988
  new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "channelCount", new x_ite_Fields .SFInt32 ()),
102991
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "channelCountMode", new x_ite_Fields .SFString ("max")),
102992
- 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")),
102993
102991
 
102994
102992
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "startTime", new x_ite_Fields .SFTime ()),
102995
102993
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "resumeTime", new x_ite_Fields .SFTime ()),
@@ -103243,8 +103241,8 @@ const GIFMedia_default_ = GifMedia;
103243
103241
  x_ite_Namespace .set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
103244
103242
  /* harmony default export */ const GIFMedia = (GIFMedia_default_);
103245
103243
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
103246
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(938);
103247
- /* provided dependency */ var SuperGif = __webpack_require__(604);
103244
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(834);
103245
+ /* provided dependency */ var SuperGif = __webpack_require__(1);
103248
103246
  /*******************************************************************************
103249
103247
  *
103250
103248
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -104409,7 +104407,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
104409
104407
  x_ite_Namespace .set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
104410
104408
  /* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
104411
104409
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
104412
- /* provided dependency */ var PixelTexture_$ = __webpack_require__(938);
104410
+ /* provided dependency */ var PixelTexture_$ = __webpack_require__(834);
104413
104411
  /*******************************************************************************
104414
104412
  *
104415
104413
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -104684,7 +104682,7 @@ Object .defineProperties (PixelTexture,
104684
104682
  value: new Base_FieldDefinitionArray ([
104685
104683
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
104686
104684
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "description", new x_ite_Fields .SFString ()),
104687
- 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 ()),
104688
104686
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "repeatS", new x_ite_Fields .SFBool (true)),
104689
104687
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "repeatT", new x_ite_Fields .SFBool (true)),
104690
104688
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "textureProperties", new x_ite_Fields .SFNode ()),
@@ -106590,7 +106588,7 @@ const gettext_default_ = gettext;
106590
106588
  x_ite_Namespace .set ("locale/gettext", gettext_default_);
106591
106589
  /* harmony default export */ const locale_gettext = (gettext_default_);
106592
106590
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
106593
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(938);
106591
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(834);
106594
106592
  /*******************************************************************************
106595
106593
  *
106596
106594
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107020,7 +107018,7 @@ const TextureQuality_default_ = TextureQuality;
107020
107018
  x_ite_Namespace .set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
107021
107019
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
107022
107020
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
107023
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(938);
107021
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(834);
107024
107022
  /*******************************************************************************
107025
107023
  *
107026
107024
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107601,7 +107599,7 @@ const RenderingProperties_default_ = RenderingProperties;
107601
107599
  x_ite_Namespace .set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
107602
107600
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
107603
107601
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
107604
- /* provided dependency */ var Notification_$ = __webpack_require__(938);
107602
+ /* provided dependency */ var Notification_$ = __webpack_require__(834);
107605
107603
  /*******************************************************************************
107606
107604
  *
107607
107605
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107723,8 +107721,8 @@ const Notification_default_ = Notification;
107723
107721
  x_ite_Namespace .set ("x_ite/Browser/Core/Notification", Notification_default_);
107724
107722
  /* harmony default export */ const Core_Notification = (Notification_default_);
107725
107723
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
107726
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(447);
107727
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(938);
107724
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(692);
107725
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(834);
107728
107726
  /*******************************************************************************
107729
107727
  *
107730
107728
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110442,7 +110440,7 @@ const DataStorage_default_ = DataStorage;
110442
110440
  x_ite_Namespace .set ("standard/Utility/DataStorage", DataStorage_default_);
110443
110441
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
110444
110442
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
110445
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(938);
110443
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(834);
110446
110444
  /*******************************************************************************
110447
110445
  *
110448
110446
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112470,8 +112468,8 @@ const X3DViewer_default_ = X3DViewer;
112470
112468
  x_ite_Namespace .set ("x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
112471
112469
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
112472
112470
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
112473
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(645);
112474
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(938);
112471
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(789);
112472
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(834);
112475
112473
  /*******************************************************************************
112476
112474
  *
112477
112475
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113343,8 +113341,8 @@ const ExamineViewer_default_ = ExamineViewer;
113343
113341
  x_ite_Namespace .set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
113344
113342
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
113345
113343
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
113346
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(645);
113347
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(938);
113344
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(789);
113345
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(834);
113348
113346
  /*******************************************************************************
113349
113347
  *
113350
113348
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114314,8 +114312,8 @@ const FlyViewer_default_ = FlyViewer;
114314
114312
  x_ite_Namespace .set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
114315
114313
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
114316
114314
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
114317
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(645);
114318
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(938);
114315
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(789);
114316
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(834);
114319
114317
  /*******************************************************************************
114320
114318
  *
114321
114319
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114646,8 +114644,8 @@ const NoneViewer_default_ = NoneViewer;
114646
114644
  x_ite_Namespace .set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
114647
114645
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
114648
114646
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
114649
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(645);
114650
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(938);
114647
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(789);
114648
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(834);
114651
114649
  /*******************************************************************************
114652
114650
  *
114653
114651
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115784,8 +115782,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
115784
115782
  x_ite_Namespace .set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
115785
115783
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
115786
115784
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
115787
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(645);
115788
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(938);
115785
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(789);
115786
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(834);
115789
115787
  /*******************************************************************************
115790
115788
  *
115791
115789
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116825,8 +116823,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
116825
116823
  x_ite_Namespace .set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
116826
116824
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
116827
116825
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
116828
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(938);
116829
- /* provided dependency */ var ResizeSensor = __webpack_require__(474);
116826
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(834);
116827
+ /* provided dependency */ var ResizeSensor = __webpack_require__(504);
116830
116828
  /*******************************************************************************
116831
116829
  *
116832
116830
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119051,7 +119049,7 @@ const Components_default_ = Components;
119051
119049
  x_ite_Namespace .set ("x_ite/Components", Components_default_);
119052
119050
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
119053
119051
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
119054
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(938);
119052
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(834);
119055
119053
  /*******************************************************************************
119056
119054
  * MIT License
119057
119055
  *
@@ -119452,7 +119450,7 @@ const DOMIntegration_default_ = DOMIntegration;
119452
119450
  x_ite_Namespace .set ("x_ite/Browser/DOMIntegration", DOMIntegration_default_);
119453
119451
  /* harmony default export */ const Browser_DOMIntegration = (DOMIntegration_default_);
119454
119452
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
119455
- /* provided dependency */ var Legacy_$ = __webpack_require__(938);
119453
+ /* provided dependency */ var Legacy_$ = __webpack_require__(834);
119456
119454
  /*******************************************************************************
119457
119455
  *
119458
119456
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119864,7 +119862,7 @@ SupportedComponents .add ("HAnim",
119864
119862
  external: true,
119865
119863
  });
119866
119864
 
119867
- SupportedComponents .alias ("H-Anim", "HAnim");
119865
+ SupportedComponents .alias ("H-Anim", SupportedComponents .get ("HAnim"));
119868
119866
 
119869
119867
  SupportedComponents .add ("Interpolation",
119870
119868
  {
@@ -119952,7 +119950,7 @@ SupportedComponents .add ("TextureProjector",
119952
119950
  external: true,
119953
119951
  });
119954
119952
 
119955
- SupportedComponents .alias ("ProjectiveTextureMapping", "TextureProjector");
119953
+ SupportedComponents .alias ("ProjectiveTextureMapping", SupportedComponents .get ("TextureProjector"));
119956
119954
 
119957
119955
  SupportedComponents .add ("Rendering",
119958
119956
  {
@@ -120283,7 +120281,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
120283
120281
  x_ite_Namespace .set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
120284
120282
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
120285
120283
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
120286
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(938);
120284
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(834);
120287
120285
  /*******************************************************************************
120288
120286
  *
120289
120287
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121407,8 +121405,8 @@ const MicroTime_default_ = undefined;
121407
121405
  x_ite_Namespace .set ("standard/Time/MicroTime", MicroTime_default_);
121408
121406
  /* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
121409
121407
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
121410
- /* provided dependency */ var jquery_$ = __webpack_require__(938);
121411
- /* provided dependency */ var pako = __webpack_require__(169);
121408
+ /* provided dependency */ var jquery_$ = __webpack_require__(834);
121409
+ /* provided dependency */ var pako = __webpack_require__(660);
121412
121410
  Object .assign (jquery_$,
121413
121411
  {
121414
121412
  decodeText (input)
@@ -121473,14 +121471,14 @@ const jquery_default_ = jquery_$;
121473
121471
  x_ite_Namespace .set ("lib/jquery", jquery_default_);
121474
121472
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
121475
121473
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
121476
- /* provided dependency */ var libtess_libtess = __webpack_require__(394);
121474
+ /* provided dependency */ var libtess_libtess = __webpack_require__(492);
121477
121475
  const libtess_default_ = libtess_libtess;
121478
121476
  ;
121479
121477
 
121480
121478
  x_ite_Namespace .set ("lib/libtess", libtess_default_);
121481
121479
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
121482
121480
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
121483
- /* provided dependency */ var X3D_$ = __webpack_require__(938);
121481
+ /* provided dependency */ var X3D_$ = __webpack_require__(834);
121484
121482
  /*******************************************************************************
121485
121483
  *
121486
121484
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -121737,7 +121735,7 @@ const X3D_default_ = X3D;
121737
121735
  x_ite_Namespace .set ("x_ite/X3D", X3D_default_);
121738
121736
  /* harmony default export */ const x_ite_X3D = (X3D_default_);
121739
121737
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
121740
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(938);
121738
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(834);
121741
121739
  /*******************************************************************************
121742
121740
  *
121743
121741
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122006,7 +122004,7 @@ x_ite_Namespace .set ("shim", shim_default_);
122006
122004
 
122007
122005
  // Assign X3D to global namespace.
122008
122006
 
122009
- window [Symbol .for ("X_ITE.X3D-8.8.5")] = x_ite_X3D;
122007
+ window [Symbol .for ("X_ITE.X3D-8.8.7")] = x_ite_X3D;
122010
122008
 
122011
122009
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
122012
122010