x_ite 8.6.11 → 8.6.13

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 (414) hide show
  1. package/dist/LICENSE.md +4 -4
  2. package/dist/assets/components/Annotation.js +37 -13
  3. package/dist/assets/components/Annotation.min.js +1 -1
  4. package/dist/assets/components/CADGeometry.js +45 -45
  5. package/dist/assets/components/CADGeometry.min.js +1 -1
  6. package/dist/assets/components/CubeMapTexturing.js +37 -26
  7. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  8. package/dist/assets/components/DIS.js +37 -13
  9. package/dist/assets/components/DIS.min.js +1 -1
  10. package/dist/assets/components/EventUtilities.js +37 -9
  11. package/dist/assets/components/EventUtilities.min.js +1 -1
  12. package/dist/assets/components/Geometry2D.js +51 -19
  13. package/dist/assets/components/Geometry2D.min.js +1 -1
  14. package/dist/assets/components/Geospatial.js +77 -33
  15. package/dist/assets/components/Geospatial.min.js +1 -1
  16. package/dist/assets/components/HAnim.js +42 -18
  17. package/dist/assets/components/HAnim.min.js +1 -1
  18. package/dist/assets/components/KeyDeviceSensor.js +16 -8
  19. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  20. package/dist/assets/components/Layout.js +68 -42
  21. package/dist/assets/components/Layout.min.js +1 -1
  22. package/dist/assets/components/NURBS.js +80 -24
  23. package/dist/assets/components/NURBS.min.js +1 -1
  24. package/dist/assets/components/ParticleSystems.js +176 -26
  25. package/dist/assets/components/ParticleSystems.min.js +1 -1
  26. package/dist/assets/components/Picking.js +152 -22
  27. package/dist/assets/components/Picking.min.js +1 -1
  28. package/dist/assets/components/RigidBodyPhysics.js +88 -76
  29. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  30. package/dist/assets/components/Scripting.js +32 -28
  31. package/dist/assets/components/Scripting.min.js +1 -1
  32. package/dist/assets/components/Text.js +32 -24
  33. package/dist/assets/components/Text.min.js +1 -1
  34. package/dist/assets/components/TextureProjector.js +22 -14
  35. package/dist/assets/components/TextureProjector.min.js +1 -1
  36. package/dist/assets/components/Texturing3D.js +62 -30
  37. package/dist/assets/components/Texturing3D.min.js +1 -1
  38. package/dist/assets/components/VolumeRendering.js +71 -19
  39. package/dist/assets/components/VolumeRendering.min.js +1 -1
  40. package/dist/assets/components/X_ITE.js +13 -9
  41. package/dist/assets/components/X_ITE.min.js +1 -1
  42. package/dist/x_ite.css +1 -1
  43. package/dist/x_ite.js +1450 -971
  44. package/dist/x_ite.min.js +1 -1
  45. package/dist/x_ite.zip +0 -0
  46. package/docs/_config.yml +1 -1
  47. package/docs/_posts/components/Core/WorldInfo.md +1 -1
  48. package/docs/_posts/components/EnvironmentalEffects/Background.md +1 -1
  49. package/docs/_posts/components/EnvironmentalEffects/Fog.md +1 -1
  50. package/docs/_posts/components/EnvironmentalSensor/ProximitySensor.md +1 -1
  51. package/docs/_posts/components/EnvironmentalSensor/VisibilitySensor.md +1 -1
  52. package/docs/_posts/components/Geometry3D/Box.md +1 -1
  53. package/docs/_posts/components/Geometry3D/Cone.md +1 -1
  54. package/docs/_posts/components/Geometry3D/Cylinder.md +1 -1
  55. package/docs/_posts/components/Geometry3D/ElevationGrid.md +1 -1
  56. package/docs/_posts/components/Geometry3D/Extrusion.md +1 -1
  57. package/docs/_posts/components/Geometry3D/IndexedFaceSet.md +2 -2
  58. package/docs/_posts/components/Geometry3D/Sphere.md +1 -1
  59. package/docs/_posts/components/Grouping/Group.md +1 -1
  60. package/docs/_posts/components/Grouping/Switch.md +1 -1
  61. package/docs/_posts/components/Grouping/Transform.md +1 -1
  62. package/docs/_posts/components/Interpolation/ColorInterpolator.md +1 -1
  63. package/docs/_posts/components/Interpolation/CoordinateInterpolator.md +1 -1
  64. package/docs/_posts/components/Interpolation/NormalInterpolator.md +1 -1
  65. package/docs/_posts/components/Interpolation/OrientationInterpolator.md +1 -1
  66. package/docs/_posts/components/Interpolation/PositionInterpolator.md +1 -1
  67. package/docs/_posts/components/Interpolation/ScalarInterpolator.md +1 -1
  68. package/docs/_posts/components/Lighting/DirectionalLight.md +5 -5
  69. package/docs/_posts/components/Lighting/EnvironmentLight.md +4 -4
  70. package/docs/_posts/components/Lighting/PointLight.md +5 -5
  71. package/docs/_posts/components/Lighting/SpotLight.md +5 -5
  72. package/docs/_posts/components/Navigation/Billboard.md +1 -1
  73. package/docs/_posts/components/Navigation/Collision.md +1 -1
  74. package/docs/_posts/components/Navigation/LOD.md +1 -1
  75. package/docs/_posts/components/Navigation/NavigationInfo.md +1 -1
  76. package/docs/_posts/components/Navigation/Viewpoint.md +1 -1
  77. package/docs/_posts/components/Networking/Anchor.md +1 -1
  78. package/docs/_posts/components/Networking/Inline.md +1 -1
  79. package/docs/_posts/components/PointingDeviceSensor/CylinderSensor.md +1 -1
  80. package/docs/_posts/components/PointingDeviceSensor/PlaneSensor.md +1 -1
  81. package/docs/_posts/components/PointingDeviceSensor/SphereSensor.md +1 -1
  82. package/docs/_posts/components/PointingDeviceSensor/TouchSensor.md +1 -1
  83. package/docs/_posts/components/Rendering/Color.md +1 -1
  84. package/docs/_posts/components/Rendering/Coordinate.md +1 -1
  85. package/docs/_posts/components/Rendering/IndexedLineSet.md +2 -2
  86. package/docs/_posts/components/Rendering/IndexedTriangleFanSet.md +1 -1
  87. package/docs/_posts/components/Rendering/Normal.md +1 -1
  88. package/docs/_posts/components/Rendering/PointSet.md +1 -1
  89. package/docs/_posts/components/RigidBodyPhysics/RigidBody.md +1 -1
  90. package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +1 -1
  91. package/docs/_posts/components/RigidBodyPhysics/SingleAxisHingeJoint.md +1 -1
  92. package/docs/_posts/components/RigidBodyPhysics/SliderJoint.md +3 -3
  93. package/docs/_posts/components/Scripting/Script.md +1 -1
  94. package/docs/_posts/components/Shape/Appearance.md +1 -1
  95. package/docs/_posts/components/Shape/Material.md +1 -9
  96. package/docs/_posts/components/Shape/PhysicalMaterial.md +0 -8
  97. package/docs/_posts/components/Shape/Shape.md +1 -1
  98. package/docs/_posts/components/Shape/UnlitMaterial.md +0 -8
  99. package/docs/_posts/components/Sound/AudioClip.md +1 -1
  100. package/docs/_posts/components/Sound/Sound.md +1 -1
  101. package/docs/_posts/components/Text/FontStyle.md +1 -1
  102. package/docs/_posts/components/Text/Text.md +1 -1
  103. package/docs/_posts/components/Texturing/ImageTexture.md +1 -5
  104. package/docs/_posts/components/Texturing/MovieTexture.md +1 -5
  105. package/docs/_posts/components/Texturing/PixelTexture.md +1 -1
  106. package/docs/_posts/components/Texturing/TextureCoordinate.md +1 -1
  107. package/docs/_posts/components/Texturing/TextureTransform.md +1 -1
  108. package/docs/_posts/components/Time/TimeSensor.md +1 -1
  109. package/docs/_posts/components/X_ITE/BlendMode.md +1 -1
  110. package/docs/_posts/getting-started.md +8 -3
  111. package/docs/_posts/reference/browser-services.md +1 -1
  112. package/docs/_posts/reference/ecmascript-object-and-function-definitions.md +16 -99
  113. package/docs/_posts/what's-new.md +1 -1
  114. package/docs/laboratory/gltf-sample-viewer.html +1 -1
  115. package/package.json +3 -3
  116. package/src/lib/jquery.js +6 -1
  117. package/src/standard/Math/Geometry/Box3.js +2 -5
  118. package/src/tests.js +2 -0
  119. package/src/x_ite/Base/X3DBaseNode.js +8 -0
  120. package/src/x_ite/Base/X3DObject.js +14 -1
  121. package/src/x_ite/Browser/Core/BrowserOptions.js +27 -29
  122. package/src/x_ite/Browser/Core/BrowserTimings.js +2 -16
  123. package/src/x_ite/Browser/Core/X3DCoreContext.js +6 -3
  124. package/src/x_ite/Browser/Grouping/X3DGroupingContext.js +9 -15
  125. package/src/x_ite/Browser/Navigation/X3DFlyViewer.js +3 -3
  126. package/src/x_ite/Browser/Networking/X3DNetworkingContext.js +20 -15
  127. package/src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js +3 -3
  128. package/src/x_ite/Browser/VERSION.js +1 -1
  129. package/src/x_ite/Browser/X3DBrowser.js +2 -2
  130. package/src/x_ite/Browser/X3DBrowserContext.js +21 -12
  131. package/src/x_ite/Components/Annotation/AnnotationLayer.js +4 -0
  132. package/src/x_ite/Components/Annotation/AnnotationTarget.js +4 -0
  133. package/src/x_ite/Components/Annotation/GroupAnnotation.js +4 -0
  134. package/src/x_ite/Components/Annotation/IconAnnotation.js +4 -0
  135. package/src/x_ite/Components/Annotation/TextAnnotation.js +4 -0
  136. package/src/x_ite/Components/Annotation/URLAnnotation.js +4 -0
  137. package/src/x_ite/Components/CADGeometry/CADAssembly.js +4 -0
  138. package/src/x_ite/Components/CADGeometry/CADFace.js +12 -32
  139. package/src/x_ite/Components/CADGeometry/CADLayer.js +4 -0
  140. package/src/x_ite/Components/CADGeometry/CADPart.js +4 -0
  141. package/src/x_ite/Components/CADGeometry/IndexedQuadSet.js +4 -0
  142. package/src/x_ite/Components/CADGeometry/QuadSet.js +4 -0
  143. package/src/x_ite/Components/Core/MetadataBoolean.js +4 -0
  144. package/src/x_ite/Components/Core/MetadataDouble.js +4 -0
  145. package/src/x_ite/Components/Core/MetadataFloat.js +4 -0
  146. package/src/x_ite/Components/Core/MetadataInteger.js +4 -0
  147. package/src/x_ite/Components/Core/MetadataSet.js +4 -0
  148. package/src/x_ite/Components/Core/MetadataString.js +4 -0
  149. package/src/x_ite/Components/Core/WorldInfo.js +4 -0
  150. package/src/x_ite/Components/Core/X3DNode.js +1 -1
  151. package/src/x_ite/Components/Core/X3DPrototypeInstance.js +1 -1
  152. package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +4 -1
  153. package/src/x_ite/Components/CubeMapTexturing/GeneratedCubeMapTexture.js +4 -0
  154. package/src/x_ite/Components/CubeMapTexturing/ImageCubeMapTexture.js +4 -0
  155. package/src/x_ite/Components/DIS/DISEntityManager.js +4 -0
  156. package/src/x_ite/Components/DIS/DISEntityTypeMapping.js +4 -0
  157. package/src/x_ite/Components/DIS/EspduTransform.js +4 -0
  158. package/src/x_ite/Components/DIS/ReceiverPdu.js +4 -0
  159. package/src/x_ite/Components/DIS/SignalPdu.js +4 -0
  160. package/src/x_ite/Components/DIS/TransmitterPdu.js +4 -0
  161. package/src/x_ite/Components/EnvironmentalEffects/Background.js +4 -0
  162. package/src/x_ite/Components/EnvironmentalEffects/Fog.js +4 -0
  163. package/src/x_ite/Components/EnvironmentalEffects/FogCoordinate.js +4 -0
  164. package/src/x_ite/Components/EnvironmentalEffects/LocalFog.js +4 -0
  165. package/src/x_ite/Components/EnvironmentalEffects/TextureBackground.js +4 -0
  166. package/src/x_ite/Components/EnvironmentalSensor/ProximitySensor.js +4 -0
  167. package/src/x_ite/Components/EnvironmentalSensor/TransformSensor.js +4 -0
  168. package/src/x_ite/Components/EnvironmentalSensor/VisibilitySensor.js +4 -0
  169. package/src/x_ite/Components/EventUtilities/BooleanFilter.js +4 -0
  170. package/src/x_ite/Components/EventUtilities/BooleanSequencer.js +4 -0
  171. package/src/x_ite/Components/EventUtilities/BooleanToggle.js +4 -0
  172. package/src/x_ite/Components/EventUtilities/BooleanTrigger.js +4 -0
  173. package/src/x_ite/Components/EventUtilities/IntegerSequencer.js +4 -0
  174. package/src/x_ite/Components/EventUtilities/IntegerTrigger.js +4 -0
  175. package/src/x_ite/Components/EventUtilities/TimeTrigger.js +4 -0
  176. package/src/x_ite/Components/Followers/ColorChaser.js +4 -0
  177. package/src/x_ite/Components/Followers/ColorDamper.js +4 -0
  178. package/src/x_ite/Components/Followers/CoordinateChaser.js +4 -0
  179. package/src/x_ite/Components/Followers/CoordinateDamper.js +4 -0
  180. package/src/x_ite/Components/Followers/OrientationChaser.js +4 -0
  181. package/src/x_ite/Components/Followers/OrientationDamper.js +4 -0
  182. package/src/x_ite/Components/Followers/PositionChaser.js +4 -0
  183. package/src/x_ite/Components/Followers/PositionChaser2D.js +4 -0
  184. package/src/x_ite/Components/Followers/PositionDamper.js +4 -0
  185. package/src/x_ite/Components/Followers/PositionDamper2D.js +4 -0
  186. package/src/x_ite/Components/Followers/ScalarChaser.js +4 -0
  187. package/src/x_ite/Components/Followers/ScalarDamper.js +4 -0
  188. package/src/x_ite/Components/Followers/TexCoordChaser2D.js +4 -0
  189. package/src/x_ite/Components/Followers/TexCoordDamper2D.js +4 -0
  190. package/src/x_ite/Components/Geometry2D/Arc2D.js +4 -0
  191. package/src/x_ite/Components/Geometry2D/ArcClose2D.js +4 -0
  192. package/src/x_ite/Components/Geometry2D/Circle2D.js +4 -0
  193. package/src/x_ite/Components/Geometry2D/Disk2D.js +4 -0
  194. package/src/x_ite/Components/Geometry2D/Polyline2D.js +4 -0
  195. package/src/x_ite/Components/Geometry2D/Polypoint2D.js +4 -0
  196. package/src/x_ite/Components/Geometry2D/Rectangle2D.js +4 -0
  197. package/src/x_ite/Components/Geometry2D/TriangleSet2D.js +4 -0
  198. package/src/x_ite/Components/Geometry3D/Box.js +4 -0
  199. package/src/x_ite/Components/Geometry3D/Cone.js +4 -0
  200. package/src/x_ite/Components/Geometry3D/Cylinder.js +4 -0
  201. package/src/x_ite/Components/Geometry3D/ElevationGrid.js +4 -0
  202. package/src/x_ite/Components/Geometry3D/Extrusion.js +4 -0
  203. package/src/x_ite/Components/Geometry3D/IndexedFaceSet.js +4 -0
  204. package/src/x_ite/Components/Geometry3D/Sphere.js +4 -0
  205. package/src/x_ite/Components/Geospatial/GeoCoordinate.js +4 -0
  206. package/src/x_ite/Components/Geospatial/GeoElevationGrid.js +4 -0
  207. package/src/x_ite/Components/Geospatial/GeoLOD.js +4 -0
  208. package/src/x_ite/Components/Geospatial/GeoLocation.js +4 -0
  209. package/src/x_ite/Components/Geospatial/GeoMetadata.js +4 -0
  210. package/src/x_ite/Components/Geospatial/GeoOrigin.js +4 -0
  211. package/src/x_ite/Components/Geospatial/GeoPositionInterpolator.js +4 -0
  212. package/src/x_ite/Components/Geospatial/GeoProximitySensor.js +4 -0
  213. package/src/x_ite/Components/Geospatial/GeoTouchSensor.js +4 -0
  214. package/src/x_ite/Components/Geospatial/GeoTransform.js +4 -0
  215. package/src/x_ite/Components/Geospatial/GeoViewpoint.js +4 -0
  216. package/src/x_ite/Components/Grouping/Group.js +4 -0
  217. package/src/x_ite/Components/Grouping/StaticGroup.js +23 -0
  218. package/src/x_ite/Components/Grouping/Switch.js +11 -25
  219. package/src/x_ite/Components/Grouping/Transform.js +4 -0
  220. package/src/x_ite/Components/Grouping/X3DBoundedObject.js +0 -1
  221. package/src/x_ite/Components/HAnim/HAnimDisplacer.js +4 -0
  222. package/src/x_ite/Components/HAnim/HAnimHumanoid.js +4 -0
  223. package/src/x_ite/Components/HAnim/HAnimJoint.js +4 -0
  224. package/src/x_ite/Components/HAnim/HAnimMotion.js +4 -0
  225. package/src/x_ite/Components/HAnim/HAnimSegment.js +4 -0
  226. package/src/x_ite/Components/HAnim/HAnimSite.js +4 -0
  227. package/src/x_ite/Components/Interpolation/ColorInterpolator.js +4 -0
  228. package/src/x_ite/Components/Interpolation/CoordinateInterpolator.js +4 -0
  229. package/src/x_ite/Components/Interpolation/CoordinateInterpolator2D.js +4 -0
  230. package/src/x_ite/Components/Interpolation/EaseInEaseOut.js +4 -0
  231. package/src/x_ite/Components/Interpolation/NormalInterpolator.js +4 -0
  232. package/src/x_ite/Components/Interpolation/OrientationInterpolator.js +4 -0
  233. package/src/x_ite/Components/Interpolation/PositionInterpolator.js +4 -0
  234. package/src/x_ite/Components/Interpolation/PositionInterpolator2D.js +4 -0
  235. package/src/x_ite/Components/Interpolation/ScalarInterpolator.js +4 -0
  236. package/src/x_ite/Components/Interpolation/SplinePositionInterpolator.js +4 -0
  237. package/src/x_ite/Components/Interpolation/SplinePositionInterpolator2D.js +4 -0
  238. package/src/x_ite/Components/Interpolation/SplineScalarInterpolator.js +4 -0
  239. package/src/x_ite/Components/Interpolation/SquadOrientationInterpolator.js +4 -0
  240. package/src/x_ite/Components/KeyDeviceSensor/KeySensor.js +4 -0
  241. package/src/x_ite/Components/KeyDeviceSensor/StringSensor.js +4 -0
  242. package/src/x_ite/Components/Layering/Layer.js +4 -0
  243. package/src/x_ite/Components/Layering/LayerSet.js +4 -0
  244. package/src/x_ite/Components/Layering/Viewport.js +4 -0
  245. package/src/x_ite/Components/Layout/Layout.js +16 -10
  246. package/src/x_ite/Components/Layout/LayoutGroup.js +13 -5
  247. package/src/x_ite/Components/Layout/LayoutLayer.js +4 -0
  248. package/src/x_ite/Components/Layout/ScreenFontStyle.js +4 -0
  249. package/src/x_ite/Components/Layout/ScreenGroup.js +4 -0
  250. package/src/x_ite/Components/Lighting/DirectionalLight.js +4 -0
  251. package/src/x_ite/Components/Lighting/EnvironmentLight.js +4 -0
  252. package/src/x_ite/Components/Lighting/PointLight.js +4 -0
  253. package/src/x_ite/Components/Lighting/SpotLight.js +7 -9
  254. package/src/x_ite/Components/NURBS/Contour2D.js +4 -0
  255. package/src/x_ite/Components/NURBS/ContourPolyline2D.js +4 -0
  256. package/src/x_ite/Components/NURBS/CoordinateDouble.js +4 -0
  257. package/src/x_ite/Components/NURBS/NurbsCurve.js +4 -0
  258. package/src/x_ite/Components/NURBS/NurbsCurve2D.js +4 -0
  259. package/src/x_ite/Components/NURBS/NurbsOrientationInterpolator.js +4 -0
  260. package/src/x_ite/Components/NURBS/NurbsPatchSurface.js +4 -0
  261. package/src/x_ite/Components/NURBS/NurbsPositionInterpolator.js +4 -0
  262. package/src/x_ite/Components/NURBS/NurbsSet.js +4 -0
  263. package/src/x_ite/Components/NURBS/NurbsSurfaceInterpolator.js +4 -0
  264. package/src/x_ite/Components/NURBS/NurbsSweptSurface.js +4 -0
  265. package/src/x_ite/Components/NURBS/NurbsSwungSurface.js +4 -0
  266. package/src/x_ite/Components/NURBS/NurbsTextureCoordinate.js +4 -0
  267. package/src/x_ite/Components/NURBS/NurbsTrimmedSurface.js +4 -0
  268. package/src/x_ite/Components/Navigation/Billboard.js +4 -0
  269. package/src/x_ite/Components/Navigation/Collision.js +4 -0
  270. package/src/x_ite/Components/Navigation/LOD.js +11 -25
  271. package/src/x_ite/Components/Navigation/NavigationInfo.js +4 -0
  272. package/src/x_ite/Components/Navigation/OrthoViewpoint.js +4 -0
  273. package/src/x_ite/Components/Navigation/Viewpoint.js +4 -0
  274. package/src/x_ite/Components/Navigation/ViewpointGroup.js +4 -0
  275. package/src/x_ite/Components/Navigation/X3DViewpointNode.js +9 -1
  276. package/src/x_ite/Components/Networking/Anchor.js +4 -0
  277. package/src/x_ite/Components/Networking/Inline.js +4 -0
  278. package/src/x_ite/Components/Networking/LoadSensor.js +42 -29
  279. package/src/x_ite/Components/ParticleSystems/BoundedPhysicsModel.js +4 -0
  280. package/src/x_ite/Components/ParticleSystems/ConeEmitter.js +4 -0
  281. package/src/x_ite/Components/ParticleSystems/ExplosionEmitter.js +4 -0
  282. package/src/x_ite/Components/ParticleSystems/ForcePhysicsModel.js +4 -0
  283. package/src/x_ite/Components/ParticleSystems/ParticleSystem.js +4 -0
  284. package/src/x_ite/Components/ParticleSystems/PointEmitter.js +4 -0
  285. package/src/x_ite/Components/ParticleSystems/PolylineEmitter.js +4 -0
  286. package/src/x_ite/Components/ParticleSystems/SurfaceEmitter.js +4 -0
  287. package/src/x_ite/Components/ParticleSystems/VolumeEmitter.js +4 -0
  288. package/src/x_ite/Components/ParticleSystems/WindPhysicsModel.js +4 -0
  289. package/src/x_ite/Components/Picking/LinePickSensor.js +4 -0
  290. package/src/x_ite/Components/Picking/PickableGroup.js +4 -0
  291. package/src/x_ite/Components/Picking/PointPickSensor.js +4 -0
  292. package/src/x_ite/Components/Picking/PrimitivePickSensor.js +4 -0
  293. package/src/x_ite/Components/Picking/VolumePickSensor.js +4 -0
  294. package/src/x_ite/Components/PointingDeviceSensor/CylinderSensor.js +4 -0
  295. package/src/x_ite/Components/PointingDeviceSensor/PlaneSensor.js +4 -0
  296. package/src/x_ite/Components/PointingDeviceSensor/SphereSensor.js +4 -0
  297. package/src/x_ite/Components/PointingDeviceSensor/TouchSensor.js +4 -0
  298. package/src/x_ite/Components/Rendering/ClipPlane.js +4 -0
  299. package/src/x_ite/Components/Rendering/Color.js +4 -0
  300. package/src/x_ite/Components/Rendering/ColorRGBA.js +4 -0
  301. package/src/x_ite/Components/Rendering/Coordinate.js +4 -0
  302. package/src/x_ite/Components/Rendering/IndexedLineSet.js +4 -0
  303. package/src/x_ite/Components/Rendering/IndexedTriangleFanSet.js +4 -0
  304. package/src/x_ite/Components/Rendering/IndexedTriangleSet.js +4 -0
  305. package/src/x_ite/Components/Rendering/IndexedTriangleStripSet.js +4 -0
  306. package/src/x_ite/Components/Rendering/LineSet.js +4 -0
  307. package/src/x_ite/Components/Rendering/Normal.js +4 -0
  308. package/src/x_ite/Components/Rendering/PointSet.js +4 -0
  309. package/src/x_ite/Components/Rendering/TriangleFanSet.js +4 -0
  310. package/src/x_ite/Components/Rendering/TriangleSet.js +4 -0
  311. package/src/x_ite/Components/Rendering/TriangleStripSet.js +4 -0
  312. package/src/x_ite/Components/Rendering/X3DLineGeometryNode.js +15 -8
  313. package/src/x_ite/Components/RigidBodyPhysics/BallJoint.js +4 -0
  314. package/src/x_ite/Components/RigidBodyPhysics/CollidableOffset.js +11 -29
  315. package/src/x_ite/Components/RigidBodyPhysics/CollidableShape.js +11 -29
  316. package/src/x_ite/Components/RigidBodyPhysics/CollisionCollection.js +4 -0
  317. package/src/x_ite/Components/RigidBodyPhysics/CollisionSensor.js +4 -0
  318. package/src/x_ite/Components/RigidBodyPhysics/CollisionSpace.js +4 -0
  319. package/src/x_ite/Components/RigidBodyPhysics/Contact.js +4 -0
  320. package/src/x_ite/Components/RigidBodyPhysics/DoubleAxisHingeJoint.js +4 -0
  321. package/src/x_ite/Components/RigidBodyPhysics/MotorJoint.js +4 -0
  322. package/src/x_ite/Components/RigidBodyPhysics/RigidBody.js +4 -0
  323. package/src/x_ite/Components/RigidBodyPhysics/RigidBodyCollection.js +4 -0
  324. package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +4 -0
  325. package/src/x_ite/Components/RigidBodyPhysics/SliderJoint.js +4 -0
  326. package/src/x_ite/Components/RigidBodyPhysics/UniversalJoint.js +4 -0
  327. package/src/x_ite/Components/Scripting/Script.js +4 -0
  328. package/src/x_ite/Components/Shaders/ComposedShader.js +7 -3
  329. package/src/x_ite/Components/Shaders/FloatVertexAttribute.js +4 -0
  330. package/src/x_ite/Components/Shaders/Matrix3VertexAttribute.js +4 -0
  331. package/src/x_ite/Components/Shaders/Matrix4VertexAttribute.js +4 -0
  332. package/src/x_ite/Components/Shaders/PackagedShader.js +4 -0
  333. package/src/x_ite/Components/Shaders/ProgramShader.js +4 -0
  334. package/src/x_ite/Components/Shaders/ShaderPart.js +4 -0
  335. package/src/x_ite/Components/Shaders/ShaderProgram.js +4 -0
  336. package/src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js +3 -8
  337. package/src/x_ite/Components/Shape/AcousticProperties.js +4 -0
  338. package/src/x_ite/Components/Shape/Appearance.js +4 -0
  339. package/src/x_ite/Components/Shape/FillProperties.js +4 -0
  340. package/src/x_ite/Components/Shape/LineProperties.js +4 -0
  341. package/src/x_ite/Components/Shape/Material.js +4 -1
  342. package/src/x_ite/Components/Shape/PhysicalMaterial.js +4 -1
  343. package/src/x_ite/Components/Shape/PointProperties.js +4 -0
  344. package/src/x_ite/Components/Shape/Shape.js +4 -5
  345. package/src/x_ite/Components/Shape/TwoSidedMaterial.js +4 -0
  346. package/src/x_ite/Components/Shape/UnlitMaterial.js +4 -1
  347. package/src/x_ite/Components/Shape/X3DOneSidedMaterialNode.js +5 -7
  348. package/src/x_ite/Components/Shape/X3DShapeNode.js +21 -17
  349. package/src/x_ite/Components/Sound/Analyser.js +4 -0
  350. package/src/x_ite/Components/Sound/AudioClip.js +4 -0
  351. package/src/x_ite/Components/Sound/AudioDestination.js +4 -0
  352. package/src/x_ite/Components/Sound/BiquadFilter.js +4 -0
  353. package/src/x_ite/Components/Sound/BufferAudioSource.js +4 -0
  354. package/src/x_ite/Components/Sound/ChannelMerger.js +4 -0
  355. package/src/x_ite/Components/Sound/ChannelSelector.js +4 -0
  356. package/src/x_ite/Components/Sound/ChannelSplitter.js +4 -0
  357. package/src/x_ite/Components/Sound/Convolver.js +4 -0
  358. package/src/x_ite/Components/Sound/Delay.js +4 -0
  359. package/src/x_ite/Components/Sound/DynamicsCompressor.js +4 -0
  360. package/src/x_ite/Components/Sound/Gain.js +4 -0
  361. package/src/x_ite/Components/Sound/ListenerPointSource.js +4 -0
  362. package/src/x_ite/Components/Sound/MicrophoneSource.js +4 -0
  363. package/src/x_ite/Components/Sound/OscillatorSource.js +4 -0
  364. package/src/x_ite/Components/Sound/PeriodicWave.js +4 -0
  365. package/src/x_ite/Components/Sound/Sound.js +4 -0
  366. package/src/x_ite/Components/Sound/SpatialSound.js +4 -0
  367. package/src/x_ite/Components/Sound/StreamAudioDestination.js +4 -0
  368. package/src/x_ite/Components/Sound/StreamAudioSource.js +4 -0
  369. package/src/x_ite/Components/Sound/WaveShaper.js +4 -0
  370. package/src/x_ite/Components/Text/FontStyle.js +4 -0
  371. package/src/x_ite/Components/Text/Text.js +4 -0
  372. package/src/x_ite/Components/TextureProjector/TextureProjector.js +4 -0
  373. package/src/x_ite/Components/TextureProjector/TextureProjectorParallel.js +4 -0
  374. package/src/x_ite/Components/Texturing/ImageTexture.js +11 -11
  375. package/src/x_ite/Components/Texturing/MovieTexture.js +8 -5
  376. package/src/x_ite/Components/Texturing/MultiTexture.js +4 -0
  377. package/src/x_ite/Components/Texturing/MultiTextureCoordinate.js +4 -0
  378. package/src/x_ite/Components/Texturing/MultiTextureTransform.js +4 -0
  379. package/src/x_ite/Components/Texturing/PixelTexture.js +4 -0
  380. package/src/x_ite/Components/Texturing/TextureCoordinate.js +4 -0
  381. package/src/x_ite/Components/Texturing/TextureCoordinateGenerator.js +4 -0
  382. package/src/x_ite/Components/Texturing/TextureProperties.js +4 -0
  383. package/src/x_ite/Components/Texturing/TextureTransform.js +4 -0
  384. package/src/x_ite/Components/Texturing3D/ComposedTexture3D.js +4 -0
  385. package/src/x_ite/Components/Texturing3D/ImageTexture3D.js +4 -0
  386. package/src/x_ite/Components/Texturing3D/ImageTextureAtlas.js +4 -0
  387. package/src/x_ite/Components/Texturing3D/PixelTexture3D.js +4 -0
  388. package/src/x_ite/Components/Texturing3D/TextureCoordinate3D.js +4 -0
  389. package/src/x_ite/Components/Texturing3D/TextureCoordinate4D.js +4 -0
  390. package/src/x_ite/Components/Texturing3D/TextureTransform3D.js +4 -0
  391. package/src/x_ite/Components/Texturing3D/TextureTransformMatrix3D.js +4 -0
  392. package/src/x_ite/Components/Time/TimeSensor.js +4 -0
  393. package/src/x_ite/Components/VolumeRendering/BlendedVolumeStyle.js +4 -0
  394. package/src/x_ite/Components/VolumeRendering/BoundaryEnhancementVolumeStyle.js +4 -0
  395. package/src/x_ite/Components/VolumeRendering/CartoonVolumeStyle.js +4 -0
  396. package/src/x_ite/Components/VolumeRendering/ComposedVolumeStyle.js +4 -0
  397. package/src/x_ite/Components/VolumeRendering/EdgeEnhancementVolumeStyle.js +4 -0
  398. package/src/x_ite/Components/VolumeRendering/IsoSurfaceVolumeData.js +4 -0
  399. package/src/x_ite/Components/VolumeRendering/OpacityMapVolumeStyle.js +4 -0
  400. package/src/x_ite/Components/VolumeRendering/ProjectionVolumeStyle.js +4 -0
  401. package/src/x_ite/Components/VolumeRendering/SegmentedVolumeData.js +4 -0
  402. package/src/x_ite/Components/VolumeRendering/ShadedVolumeStyle.js +4 -0
  403. package/src/x_ite/Components/VolumeRendering/SilhouetteEnhancementVolumeStyle.js +4 -0
  404. package/src/x_ite/Components/VolumeRendering/ToneMappedVolumeStyle.js +4 -0
  405. package/src/x_ite/Components/VolumeRendering/VolumeData.js +4 -0
  406. package/src/x_ite/Components/X_ITE/BlendMode.js +4 -0
  407. package/src/x_ite/Execution/X3DExecutionContext.js +16 -0
  408. package/src/x_ite/Fields/SFNode.js +8 -0
  409. package/src/x_ite/InputOutput/FileLoader.js +1 -1
  410. package/src/x_ite/Parser/GLTF2Parser.js +26 -5
  411. package/src/x_ite/Parser/VRMLParser.js +3 -3
  412. package/src/x_ite/Parser/XMLParser.js +3 -3
  413. package/src/x_ite/{X3DCanvas.js → X3DCanvasElement.js} +23 -4
  414. package/src/x_ite.js +4 -4
@@ -1,11 +1,11 @@
1
- /* X_ITE v8.6.11 */(() => { // webpackBootstrap
1
+ /* X_ITE v8.6.13 */(() => { // webpackBootstrap
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
4
  /***/ 355:
5
5
  /***/ ((module) => {
6
6
 
7
7
  "use strict";
8
- module.exports = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("lib/jquery");
8
+ module.exports = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("lib/jquery");
9
9
 
10
10
  /***/ }),
11
11
 
@@ -88,31 +88,31 @@ var __webpack_exports__ = {};
88
88
  // UNUSED EXPORTS: default
89
89
 
90
90
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components\")"
91
- const Components_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Components");
91
+ const Components_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Components");
92
92
  var Components_default = /*#__PURE__*/__webpack_require__.n(Components_namespaceObject);
93
93
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Fields\")"
94
- const Fields_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Fields");
94
+ const Fields_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Fields");
95
95
  var Fields_default = /*#__PURE__*/__webpack_require__.n(Fields_namespaceObject);
96
96
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DFieldDefinition\")"
97
- const X3DFieldDefinition_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Base/X3DFieldDefinition");
97
+ const X3DFieldDefinition_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Base/X3DFieldDefinition");
98
98
  var X3DFieldDefinition_default = /*#__PURE__*/__webpack_require__.n(X3DFieldDefinition_namespaceObject);
99
99
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/FieldDefinitionArray\")"
100
- const FieldDefinitionArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Base/FieldDefinitionArray");
100
+ const FieldDefinitionArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Base/FieldDefinitionArray");
101
101
  var FieldDefinitionArray_default = /*#__PURE__*/__webpack_require__.n(FieldDefinitionArray_namespaceObject);
102
102
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Core/X3DNode\")"
103
- const X3DNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Components/Core/X3DNode");
103
+ const X3DNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Components/Core/X3DNode");
104
104
  var X3DNode_default = /*#__PURE__*/__webpack_require__.n(X3DNode_namespaceObject);
105
105
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DConstants\")"
106
- const X3DConstants_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Base/X3DConstants");
106
+ const X3DConstants_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Base/X3DConstants");
107
107
  var X3DConstants_default = /*#__PURE__*/__webpack_require__.n(X3DConstants_namespaceObject);
108
108
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DCast\")"
109
- const X3DCast_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Base/X3DCast");
109
+ const X3DCast_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Base/X3DCast");
110
110
  var X3DCast_default = /*#__PURE__*/__webpack_require__.n(X3DCast_namespaceObject);
111
111
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Numbers/Matrix4\")"
112
- const Matrix4_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("standard/Math/Numbers/Matrix4");
112
+ const Matrix4_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("standard/Math/Numbers/Matrix4");
113
113
  var Matrix4_default = /*#__PURE__*/__webpack_require__.n(Matrix4_namespaceObject);
114
114
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Namespace\")"
115
- const Namespace_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Namespace");
115
+ const Namespace_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Namespace");
116
116
  var Namespace_default = /*#__PURE__*/__webpack_require__.n(Namespace_namespaceObject);
117
117
  ;// CONCATENATED MODULE: ./src/x_ite/Components/RigidBodyPhysics/X3DRigidJointNode.js
118
118
  /*******************************************************************************
@@ -328,7 +328,7 @@ const __default__ = X3DRigidJointNode;
328
328
  Namespace_default().set ("x_ite/Components/RigidBodyPhysics/X3DRigidJointNode", __default__);
329
329
  /* harmony default export */ const RigidBodyPhysics_X3DRigidJointNode = (__default__);
330
330
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Numbers/Vector3\")"
331
- const Vector3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("standard/Math/Numbers/Vector3");
331
+ const Vector3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("standard/Math/Numbers/Vector3");
332
332
  var Vector3_default = /*#__PURE__*/__webpack_require__.n(Vector3_namespaceObject);
333
333
  ;// CONCATENATED MODULE: ./src/lib/ammojs/ammo.js
334
334
  var ammo_dirname = "/";
@@ -521,6 +521,10 @@ BallJoint .prototype = Object .assign (Object .create (RigidBodyPhysics_X3DRigid
521
521
  {
522
522
  return "joints";
523
523
  },
524
+ getSpecificationRange: function ()
525
+ {
526
+ return ["3.2", "Infinity"];
527
+ },
524
528
  initialize: function ()
525
529
  {
526
530
  RigidBodyPhysics_X3DRigidJointNode.prototype.initialize.call (this);
@@ -629,10 +633,10 @@ const BallJoint_default_ = BallJoint;
629
633
  Namespace_default().set ("x_ite/Components/RigidBodyPhysics/BallJoint", BallJoint_default_);
630
634
  /* harmony default export */ const RigidBodyPhysics_BallJoint = (BallJoint_default_);
631
635
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Core/X3DChildNode\")"
632
- const X3DChildNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Components/Core/X3DChildNode");
636
+ const X3DChildNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Components/Core/X3DChildNode");
633
637
  var X3DChildNode_default = /*#__PURE__*/__webpack_require__.n(X3DChildNode_namespaceObject);
634
638
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Grouping/X3DBoundedObject\")"
635
- const X3DBoundedObject_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Components/Grouping/X3DBoundedObject");
639
+ const X3DBoundedObject_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Components/Grouping/X3DBoundedObject");
636
640
  var X3DBoundedObject_default = /*#__PURE__*/__webpack_require__.n(X3DBoundedObject_namespaceObject);
637
641
  ;// CONCATENATED MODULE: ./src/x_ite/Components/RigidBodyPhysics/X3DNBodyCollidableNode.js
638
642
  /*******************************************************************************
@@ -794,7 +798,7 @@ const X3DNBodyCollidableNode_default_ = X3DNBodyCollidableNode;
794
798
  Namespace_default().set ("x_ite/Components/RigidBodyPhysics/X3DNBodyCollidableNode", X3DNBodyCollidableNode_default_);
795
799
  /* harmony default export */ const RigidBodyPhysics_X3DNBodyCollidableNode = (X3DNBodyCollidableNode_default_);
796
800
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Rendering/TraverseType\")"
797
- const TraverseType_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Rendering/TraverseType");
801
+ const TraverseType_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Rendering/TraverseType");
798
802
  var TraverseType_default = /*#__PURE__*/__webpack_require__.n(TraverseType_namespaceObject);
799
803
  ;// CONCATENATED MODULE: ./src/x_ite/Components/RigidBodyPhysics/CollidableOffset.js
800
804
  /*******************************************************************************
@@ -887,6 +891,10 @@ CollidableOffset .prototype = Object .assign (Object .create (RigidBodyPhysics_X
887
891
  {
888
892
  return "children";
889
893
  },
894
+ getSpecificationRange: function ()
895
+ {
896
+ return ["3.2", "Infinity"];
897
+ },
890
898
  initialize: function ()
891
899
  {
892
900
  RigidBodyPhysics_X3DNBodyCollidableNode.prototype.initialize.call (this);
@@ -899,14 +907,7 @@ CollidableOffset .prototype = Object .assign (Object .create (RigidBodyPhysics_X
899
907
  getBBox: function (bbox, shadows)
900
908
  {
901
909
  if (this ._bboxSize .getValue () .equals (this .getDefaultBBoxSize ()))
902
- {
903
- const boundedObject = this .visibleNode;
904
-
905
- if (boundedObject)
906
- return boundedObject .getBBox (bbox, shadows);
907
-
908
- return bbox .set ();
909
- }
910
+ return this .visibleNode?.getBBox (bbox, shadows) .multRight (this .getMatrix ()) ?? bbox .set ();
910
911
 
911
912
  return bbox .set (this ._bboxSize .getValue (), this ._bboxCenter .getValue ());
912
913
  },
@@ -956,7 +957,7 @@ CollidableOffset .prototype = Object .assign (Object .create (RigidBodyPhysics_X
956
957
  },
957
958
  set_cameraObject__: function ()
958
959
  {
959
- this .setCameraObject (!!(this .visibleNode && this .visibleNode .isCameraObject ()));
960
+ this .setCameraObject (!!this .visibleNode?.isCameraObject ());
960
961
  },
961
962
  set_visible__: function ()
962
963
  {
@@ -997,10 +998,7 @@ CollidableOffset .prototype = Object .assign (Object .create (RigidBodyPhysics_X
997
998
  modelViewMatrix .push ();
998
999
  modelViewMatrix .multLeft (this .getMatrix ());
999
1000
 
1000
- const visibleNode = this .visibleNode;
1001
-
1002
- if (visibleNode)
1003
- visibleNode .traverse (type, renderObject);
1001
+ this .visibleNode?.traverse (type, renderObject);
1004
1002
 
1005
1003
  modelViewMatrix .pop ();
1006
1004
  return;
@@ -1016,10 +1014,7 @@ CollidableOffset .prototype = Object .assign (Object .create (RigidBodyPhysics_X
1016
1014
  modelViewMatrix .push ();
1017
1015
  modelViewMatrix .multLeft (this .getMatrix ());
1018
1016
 
1019
- const visibleNode = this .visibleNode;
1020
-
1021
- if (visibleNode)
1022
- visibleNode .traverse (type, renderObject);
1017
+ this .visibleNode?.traverse (type, renderObject);
1023
1018
 
1024
1019
  modelViewMatrix .pop ();
1025
1020
  pickingHierarchy .pop ();
@@ -1032,10 +1027,7 @@ CollidableOffset .prototype = Object .assign (Object .create (RigidBodyPhysics_X
1032
1027
  modelViewMatrix .push ();
1033
1028
  modelViewMatrix .multLeft (this .getMatrix ());
1034
1029
 
1035
- const visibleNode = this .visibleNode;
1036
-
1037
- if (visibleNode)
1038
- visibleNode .traverse (type, renderObject);
1030
+ this .visibleNode?.traverse (type, renderObject);
1039
1031
 
1040
1032
  modelViewMatrix .pop ();
1041
1033
  break;
@@ -1047,15 +1039,9 @@ CollidableOffset .prototype = Object .assign (Object .create (RigidBodyPhysics_X
1047
1039
  modelViewMatrix .push ();
1048
1040
  modelViewMatrix .multLeft (this .getMatrix ());
1049
1041
 
1050
- const visibleNode = this .visibleNode;
1051
-
1052
- if (visibleNode)
1053
- visibleNode .traverse (type, renderObject);
1042
+ this .visibleNode?.traverse (type, renderObject);
1054
1043
 
1055
- const boundedObject = this .boundedObject;
1056
-
1057
- if (boundedObject)
1058
- boundedObject .displayBBox (type, renderObject);
1044
+ this .boundedObject?.displayBBox (type, renderObject);
1059
1045
 
1060
1046
  modelViewMatrix .pop ();
1061
1047
  return;
@@ -1167,6 +1153,10 @@ CollidableShape .prototype = Object .assign (Object .create (RigidBodyPhysics_X3
1167
1153
  {
1168
1154
  return "children";
1169
1155
  },
1156
+ getSpecificationRange: function ()
1157
+ {
1158
+ return ["3.2", "Infinity"];
1159
+ },
1170
1160
  initialize: function ()
1171
1161
  {
1172
1162
  RigidBodyPhysics_X3DNBodyCollidableNode.prototype.initialize.call (this);
@@ -1179,14 +1169,7 @@ CollidableShape .prototype = Object .assign (Object .create (RigidBodyPhysics_X3
1179
1169
  getBBox: function (bbox, shadows)
1180
1170
  {
1181
1171
  if (this ._bboxSize .getValue () .equals (this .getDefaultBBoxSize ()))
1182
- {
1183
- const boundedObject = this .visibleNode;
1184
-
1185
- if (boundedObject)
1186
- return boundedObject .getBBox (bbox, shadows);
1187
-
1188
- return bbox .set ();
1189
- }
1172
+ return this .visibleNode?.getBBox (bbox, shadows) .multRight (this .getMatrix ()) ?? bbox .set ();
1190
1173
 
1191
1174
  return bbox .set (this ._bboxSize .getValue (), this ._bboxCenter .getValue ());
1192
1175
  },
@@ -1294,7 +1277,7 @@ CollidableShape .prototype = Object .assign (Object .create (RigidBodyPhysics_X3
1294
1277
  },
1295
1278
  set_cameraObject__: function ()
1296
1279
  {
1297
- this .setCameraObject (!!(this .visibleNode && this .visibleNode .isCameraObject ()));
1280
+ this .setCameraObject (!!this .visibleNode?.isCameraObject ());
1298
1281
  },
1299
1282
  set_visible__: function ()
1300
1283
  {
@@ -1500,10 +1483,7 @@ CollidableShape .prototype = Object .assign (Object .create (RigidBodyPhysics_X3
1500
1483
  modelViewMatrix .push ();
1501
1484
  modelViewMatrix .multLeft (this .getMatrix ());
1502
1485
 
1503
- const visibleNode = this .visibleNode;
1504
-
1505
- if (visibleNode)
1506
- visibleNode .traverse (type, renderObject);
1486
+ this .visibleNode?.traverse (type, renderObject);
1507
1487
 
1508
1488
  modelViewMatrix .pop ();
1509
1489
  return;
@@ -1519,10 +1499,7 @@ CollidableShape .prototype = Object .assign (Object .create (RigidBodyPhysics_X3
1519
1499
  modelViewMatrix .push ();
1520
1500
  modelViewMatrix .multLeft (this .getMatrix ());
1521
1501
 
1522
- const visibleNode = this .visibleNode;
1523
-
1524
- if (visibleNode)
1525
- visibleNode .traverse (type, renderObject);
1502
+ this .visibleNode?.traverse (type, renderObject);
1526
1503
 
1527
1504
  modelViewMatrix .pop ();
1528
1505
  pickingHierarchy .pop ();
@@ -1535,10 +1512,7 @@ CollidableShape .prototype = Object .assign (Object .create (RigidBodyPhysics_X3
1535
1512
  modelViewMatrix .push ();
1536
1513
  modelViewMatrix .multLeft (this .getMatrix ());
1537
1514
 
1538
- const visibleNode = this .visibleNode;
1539
-
1540
- if (visibleNode)
1541
- visibleNode .traverse (type, renderObject);
1515
+ this .visibleNode?.traverse (type, renderObject);
1542
1516
 
1543
1517
  modelViewMatrix .pop ();
1544
1518
  return;
@@ -1550,15 +1524,9 @@ CollidableShape .prototype = Object .assign (Object .create (RigidBodyPhysics_X3
1550
1524
  modelViewMatrix .push ();
1551
1525
  modelViewMatrix .multLeft (this .getMatrix ());
1552
1526
 
1553
- const visibleNode = this .visibleNode;
1554
-
1555
- if (visibleNode)
1556
- visibleNode .traverse (type, renderObject);
1527
+ this .visibleNode?.traverse (type, renderObject);
1557
1528
 
1558
- const boundedObject = this .boundedObject;
1559
-
1560
- if (boundedObject)
1561
- boundedObject .displayBBox (type, renderObject);
1529
+ this .boundedObject?.displayBBox (type, renderObject);
1562
1530
 
1563
1531
  modelViewMatrix .pop ();
1564
1532
  return;
@@ -1745,6 +1713,10 @@ CollisionCollection .prototype = Object .assign (Object .create ((X3DChildNode_d
1745
1713
  {
1746
1714
  return "collider";
1747
1715
  },
1716
+ getSpecificationRange: function ()
1717
+ {
1718
+ return ["3.2", "Infinity"];
1719
+ },
1748
1720
  initialize: function ()
1749
1721
  {
1750
1722
  X3DChildNode_default().prototype.initialize.call (this);
@@ -1851,7 +1823,7 @@ const CollisionCollection_default_ = CollisionCollection;
1851
1823
  Namespace_default().set ("x_ite/Components/RigidBodyPhysics/CollisionCollection", CollisionCollection_default_);
1852
1824
  /* harmony default export */ const RigidBodyPhysics_CollisionCollection = (CollisionCollection_default_);
1853
1825
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Core/X3DSensorNode\")"
1854
- const X3DSensorNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("x_ite/Components/Core/X3DSensorNode");
1826
+ const X3DSensorNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("x_ite/Components/Core/X3DSensorNode");
1855
1827
  var X3DSensorNode_default = /*#__PURE__*/__webpack_require__.n(X3DSensorNode_namespaceObject);
1856
1828
  ;// CONCATENATED MODULE: ./src/x_ite/Components/RigidBodyPhysics/CollisionSensor.js
1857
1829
  /*******************************************************************************
@@ -1942,6 +1914,10 @@ CollisionSensor .prototype = Object .assign (Object .create ((X3DSensorNode_defa
1942
1914
  {
1943
1915
  return "children";
1944
1916
  },
1917
+ getSpecificationRange: function ()
1918
+ {
1919
+ return ["3.2", "Infinity"];
1920
+ },
1945
1921
  initialize: function ()
1946
1922
  {
1947
1923
  X3DSensorNode_default().prototype.initialize.call (this);
@@ -2300,6 +2276,10 @@ CollisionSpace .prototype = Object .assign (Object .create (RigidBodyPhysics_X3D
2300
2276
  {
2301
2277
  return "children";
2302
2278
  },
2279
+ getSpecificationRange: function ()
2280
+ {
2281
+ return ["3.2", "Infinity"];
2282
+ },
2303
2283
  initialize: function ()
2304
2284
  {
2305
2285
  RigidBodyPhysics_X3DNBodyCollisionSpaceNode.prototype.initialize.call (this);
@@ -2483,6 +2463,10 @@ Contact .prototype = Object .assign (Object .create ((X3DNode_default()).prototy
2483
2463
  {
2484
2464
  return "children";
2485
2465
  },
2466
+ getSpecificationRange: function ()
2467
+ {
2468
+ return ["3.2", "Infinity"];
2469
+ },
2486
2470
  });
2487
2471
 
2488
2472
  const Contact_default_ = Contact;
@@ -2491,7 +2475,7 @@ const Contact_default_ = Contact;
2491
2475
  Namespace_default().set ("x_ite/Components/RigidBodyPhysics/Contact", Contact_default_);
2492
2476
  /* harmony default export */ const RigidBodyPhysics_Contact = (Contact_default_);
2493
2477
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Numbers/Rotation4\")"
2494
- const Rotation4_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("standard/Math/Numbers/Rotation4");
2478
+ const Rotation4_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("standard/Math/Numbers/Rotation4");
2495
2479
  var Rotation4_default = /*#__PURE__*/__webpack_require__.n(Rotation4_namespaceObject);
2496
2480
  ;// CONCATENATED MODULE: ./src/x_ite/Components/RigidBodyPhysics/DoubleAxisHingeJoint.js
2497
2481
  /* provided dependency */ var DoubleAxisHingeJoint_$ = __webpack_require__(355);
@@ -2617,6 +2601,10 @@ DoubleAxisHingeJoint .prototype = Object .assign (Object .create (RigidBodyPhysi
2617
2601
  {
2618
2602
  return "joints";
2619
2603
  },
2604
+ getSpecificationRange: function ()
2605
+ {
2606
+ return ["3.2", "Infinity"];
2607
+ },
2620
2608
  initialize: function ()
2621
2609
  {
2622
2610
  RigidBodyPhysics_X3DRigidJointNode.prototype.initialize.call (this);
@@ -2894,6 +2882,10 @@ MotorJoint .prototype = Object .assign (Object .create (RigidBodyPhysics_X3DRigi
2894
2882
  {
2895
2883
  return "joints";
2896
2884
  },
2885
+ getSpecificationRange: function ()
2886
+ {
2887
+ return ["3.2", "Infinity"];
2888
+ },
2897
2889
  });
2898
2890
 
2899
2891
  const MotorJoint_default_ = MotorJoint;
@@ -2902,7 +2894,7 @@ const MotorJoint_default_ = MotorJoint;
2902
2894
  Namespace_default().set ("x_ite/Components/RigidBodyPhysics/MotorJoint", MotorJoint_default_);
2903
2895
  /* harmony default export */ const RigidBodyPhysics_MotorJoint = (MotorJoint_default_);
2904
2896
  ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Numbers/Quaternion\")"
2905
- const Quaternion_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.11")] .require ("standard/Math/Numbers/Quaternion");
2897
+ const Quaternion_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.13")] .require ("standard/Math/Numbers/Quaternion");
2906
2898
  var Quaternion_default = /*#__PURE__*/__webpack_require__.n(Quaternion_namespaceObject);
2907
2899
  ;// CONCATENATED MODULE: ./src/x_ite/Components/RigidBodyPhysics/RigidBody.js
2908
2900
  /*******************************************************************************
@@ -3035,6 +3027,10 @@ RigidBody .prototype = Object .assign (Object .create ((X3DNode_default()).proto
3035
3027
  {
3036
3028
  return "bodies";
3037
3029
  },
3030
+ getSpecificationRange: function ()
3031
+ {
3032
+ return ["3.2", "Infinity"];
3033
+ },
3038
3034
  initialize: function ()
3039
3035
  {
3040
3036
  X3DNode_default().prototype.initialize.call (this);
@@ -3534,6 +3530,10 @@ RigidBodyCollection .prototype = Object .assign (Object .create ((X3DChildNode_d
3534
3530
  {
3535
3531
  return "children";
3536
3532
  },
3533
+ getSpecificationRange: function ()
3534
+ {
3535
+ return ["3.2", "Infinity"];
3536
+ },
3537
3537
  initialize: function ()
3538
3538
  {
3539
3539
  X3DChildNode_default().prototype.initialize.call (this);
@@ -3902,6 +3902,10 @@ SingleAxisHingeJoint .prototype = Object .assign (Object .create (RigidBodyPhysi
3902
3902
  {
3903
3903
  return "joints";
3904
3904
  },
3905
+ getSpecificationRange: function ()
3906
+ {
3907
+ return ["3.2", "Infinity"];
3908
+ },
3905
3909
  initialize: function ()
3906
3910
  {
3907
3911
  RigidBodyPhysics_X3DRigidJointNode.prototype.initialize.call (this);
@@ -4139,6 +4143,10 @@ SliderJoint .prototype = Object .assign (Object .create (RigidBodyPhysics_X3DRig
4139
4143
  {
4140
4144
  return "joints";
4141
4145
  },
4146
+ getSpecificationRange: function ()
4147
+ {
4148
+ return ["3.2", "Infinity"];
4149
+ },
4142
4150
  initialize: function ()
4143
4151
  {
4144
4152
  RigidBodyPhysics_X3DRigidJointNode.prototype.initialize.call (this);
@@ -4356,6 +4364,10 @@ UniversalJoint .prototype = Object .assign (Object .create (RigidBodyPhysics_X3D
4356
4364
  {
4357
4365
  return "joints";
4358
4366
  },
4367
+ getSpecificationRange: function ()
4368
+ {
4369
+ return ["3.2", "Infinity"];
4370
+ },
4359
4371
  });
4360
4372
 
4361
4373
  const UniversalJoint_default_ = UniversalJoint;