x_ite 8.6.12 → 8.6.14
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.
- package/dist/LICENSE.md +4 -4
- package/dist/assets/components/Annotation.js +37 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +45 -21
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +39 -28
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +37 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +37 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +55 -23
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +84 -40
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +42 -18
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +18 -10
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +47 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +84 -28
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +70 -30
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +42 -22
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +93 -37
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +35 -31
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +33 -25
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +22 -14
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +64 -32
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +80 -28
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +13 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +1697 -1080
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +2 -2
- package/docs/_posts/components/Core/WorldInfo.md +1 -1
- package/docs/_posts/components/EnvironmentalEffects/Background.md +1 -1
- package/docs/_posts/components/EnvironmentalEffects/Fog.md +1 -1
- package/docs/_posts/components/EnvironmentalSensor/ProximitySensor.md +1 -1
- package/docs/_posts/components/EnvironmentalSensor/VisibilitySensor.md +1 -1
- package/docs/_posts/components/Geometry3D/Box.md +1 -1
- package/docs/_posts/components/Geometry3D/Cone.md +1 -1
- package/docs/_posts/components/Geometry3D/Cylinder.md +1 -1
- package/docs/_posts/components/Geometry3D/ElevationGrid.md +1 -1
- package/docs/_posts/components/Geometry3D/Extrusion.md +1 -1
- package/docs/_posts/components/Geometry3D/IndexedFaceSet.md +1 -1
- package/docs/_posts/components/Geometry3D/Sphere.md +1 -1
- package/docs/_posts/components/Grouping/Group.md +1 -1
- package/docs/_posts/components/Grouping/Switch.md +1 -1
- package/docs/_posts/components/Grouping/Transform.md +1 -1
- package/docs/_posts/components/Interpolation/ColorInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/CoordinateInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/NormalInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/OrientationInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/PositionInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/ScalarInterpolator.md +1 -1
- package/docs/_posts/components/Lighting/DirectionalLight.md +1 -1
- package/docs/_posts/components/Lighting/PointLight.md +1 -1
- package/docs/_posts/components/Lighting/SpotLight.md +1 -1
- package/docs/_posts/components/Navigation/Billboard.md +1 -1
- package/docs/_posts/components/Navigation/Collision.md +1 -1
- package/docs/_posts/components/Navigation/LOD.md +1 -1
- package/docs/_posts/components/Navigation/NavigationInfo.md +1 -1
- package/docs/_posts/components/Navigation/Viewpoint.md +1 -1
- package/docs/_posts/components/Networking/Anchor.md +1 -1
- package/docs/_posts/components/Networking/Inline.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/CylinderSensor.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/PlaneSensor.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/SphereSensor.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/TouchSensor.md +1 -1
- package/docs/_posts/components/Rendering/Color.md +1 -1
- package/docs/_posts/components/Rendering/Coordinate.md +1 -1
- package/docs/_posts/components/Rendering/IndexedLineSet.md +1 -1
- package/docs/_posts/components/Rendering/Normal.md +1 -1
- package/docs/_posts/components/Rendering/PointSet.md +1 -1
- package/docs/_posts/components/Scripting/Script.md +1 -1
- package/docs/_posts/components/Shape/Appearance.md +1 -1
- package/docs/_posts/components/Shape/Material.md +1 -9
- package/docs/_posts/components/Shape/PhysicalMaterial.md +0 -8
- package/docs/_posts/components/Shape/Shape.md +1 -1
- package/docs/_posts/components/Shape/UnlitMaterial.md +0 -8
- package/docs/_posts/components/Sound/AudioClip.md +1 -1
- package/docs/_posts/components/Sound/Sound.md +1 -1
- package/docs/_posts/components/Text/FontStyle.md +1 -1
- package/docs/_posts/components/Text/Text.md +1 -1
- package/docs/_posts/components/Texturing/ImageTexture.md +1 -5
- package/docs/_posts/components/Texturing/MovieTexture.md +1 -5
- package/docs/_posts/components/Texturing/PixelTexture.md +1 -1
- package/docs/_posts/components/Texturing/TextureCoordinate.md +1 -1
- package/docs/_posts/components/Texturing/TextureTransform.md +1 -1
- package/docs/_posts/components/Time/TimeSensor.md +1 -1
- package/docs/laboratory/gltf-sample-viewer.html +1 -1
- package/package.json +1 -1
- package/src/standard/Math/Numbers/Matrix2.js +3 -3
- package/src/standard/Math/Numbers/Vector4.js +1 -0
- package/src/tests.js +2 -0
- package/src/x_ite/Base/X3DBaseNode.js +58 -53
- package/src/x_ite/Browser/Core/BrowserOptions.js +2 -1
- package/src/x_ite/Browser/Core/X3DCoreContext.js +3 -6
- package/src/x_ite/Browser/Grouping/X3DGroupingContext.js +9 -15
- package/src/x_ite/Browser/Navigation/ExamineViewer.js +0 -3
- package/src/x_ite/Browser/Navigation/FlyViewer.js +0 -2
- package/src/x_ite/Browser/Navigation/X3DNavigationContext.js +10 -12
- package/src/x_ite/Browser/PointingDeviceSensor/X3DPointingDeviceSensorContext.js +40 -21
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Browser/VolumeRendering/X3DVolumeRenderingContext.js +1 -1
- package/src/x_ite/Browser/X3DBrowser.js +19 -19
- package/src/x_ite/Components/Annotation/AnnotationLayer.js +4 -0
- package/src/x_ite/Components/Annotation/AnnotationTarget.js +4 -0
- package/src/x_ite/Components/Annotation/GroupAnnotation.js +4 -0
- package/src/x_ite/Components/Annotation/IconAnnotation.js +4 -0
- package/src/x_ite/Components/Annotation/TextAnnotation.js +4 -0
- package/src/x_ite/Components/Annotation/URLAnnotation.js +4 -0
- package/src/x_ite/Components/CADGeometry/CADAssembly.js +4 -0
- package/src/x_ite/Components/CADGeometry/CADFace.js +12 -8
- package/src/x_ite/Components/CADGeometry/CADLayer.js +4 -0
- package/src/x_ite/Components/CADGeometry/CADPart.js +4 -0
- package/src/x_ite/Components/CADGeometry/IndexedQuadSet.js +4 -0
- package/src/x_ite/Components/CADGeometry/QuadSet.js +4 -0
- package/src/x_ite/Components/Core/MetadataBoolean.js +8 -4
- package/src/x_ite/Components/Core/MetadataDouble.js +8 -4
- package/src/x_ite/Components/Core/MetadataFloat.js +8 -4
- package/src/x_ite/Components/Core/MetadataInteger.js +8 -4
- package/src/x_ite/Components/Core/MetadataSet.js +8 -4
- package/src/x_ite/Components/Core/MetadataString.js +8 -4
- package/src/x_ite/Components/Core/WorldInfo.js +4 -0
- package/src/x_ite/Components/Core/X3DNode.js +17 -16
- package/src/x_ite/Components/Core/X3DPrototypeInstance.js +11 -14
- package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +4 -1
- package/src/x_ite/Components/CubeMapTexturing/GeneratedCubeMapTexture.js +4 -0
- package/src/x_ite/Components/CubeMapTexturing/ImageCubeMapTexture.js +6 -2
- package/src/x_ite/Components/DIS/DISEntityManager.js +4 -0
- package/src/x_ite/Components/DIS/DISEntityTypeMapping.js +4 -0
- package/src/x_ite/Components/DIS/EspduTransform.js +4 -0
- package/src/x_ite/Components/DIS/ReceiverPdu.js +4 -0
- package/src/x_ite/Components/DIS/SignalPdu.js +4 -0
- package/src/x_ite/Components/DIS/TransmitterPdu.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/Background.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/Fog.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/FogCoordinate.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/LocalFog.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/TextureBackground.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/X3DBackgroundNode.js +1 -1
- package/src/x_ite/Components/EnvironmentalSensor/ProximitySensor.js +4 -0
- package/src/x_ite/Components/EnvironmentalSensor/TransformSensor.js +6 -2
- package/src/x_ite/Components/EnvironmentalSensor/VisibilitySensor.js +4 -0
- package/src/x_ite/Components/EnvironmentalSensor/X3DEnvironmentalSensorNode.js +2 -2
- package/src/x_ite/Components/EventUtilities/BooleanFilter.js +4 -0
- package/src/x_ite/Components/EventUtilities/BooleanSequencer.js +4 -0
- package/src/x_ite/Components/EventUtilities/BooleanToggle.js +4 -0
- package/src/x_ite/Components/EventUtilities/BooleanTrigger.js +4 -0
- package/src/x_ite/Components/EventUtilities/IntegerSequencer.js +4 -0
- package/src/x_ite/Components/EventUtilities/IntegerTrigger.js +4 -0
- package/src/x_ite/Components/EventUtilities/TimeTrigger.js +4 -0
- package/src/x_ite/Components/Followers/ColorChaser.js +4 -0
- package/src/x_ite/Components/Followers/ColorDamper.js +4 -0
- package/src/x_ite/Components/Followers/CoordinateChaser.js +4 -0
- package/src/x_ite/Components/Followers/CoordinateDamper.js +4 -0
- package/src/x_ite/Components/Followers/OrientationChaser.js +4 -0
- package/src/x_ite/Components/Followers/OrientationDamper.js +4 -0
- package/src/x_ite/Components/Followers/PositionChaser.js +4 -0
- package/src/x_ite/Components/Followers/PositionChaser2D.js +4 -0
- package/src/x_ite/Components/Followers/PositionDamper.js +4 -0
- package/src/x_ite/Components/Followers/PositionDamper2D.js +4 -0
- package/src/x_ite/Components/Followers/ScalarChaser.js +4 -0
- package/src/x_ite/Components/Followers/ScalarDamper.js +4 -0
- package/src/x_ite/Components/Followers/TexCoordChaser2D.js +4 -0
- package/src/x_ite/Components/Followers/TexCoordDamper2D.js +4 -0
- package/src/x_ite/Components/Followers/X3DFollowerNode.js +2 -2
- package/src/x_ite/Components/Geometry2D/Arc2D.js +5 -1
- package/src/x_ite/Components/Geometry2D/ArcClose2D.js +5 -1
- package/src/x_ite/Components/Geometry2D/Circle2D.js +5 -1
- package/src/x_ite/Components/Geometry2D/Disk2D.js +5 -1
- package/src/x_ite/Components/Geometry2D/Polyline2D.js +4 -0
- package/src/x_ite/Components/Geometry2D/Polypoint2D.js +4 -0
- package/src/x_ite/Components/Geometry2D/Rectangle2D.js +4 -0
- package/src/x_ite/Components/Geometry2D/TriangleSet2D.js +4 -0
- package/src/x_ite/Components/Geometry3D/Box.js +4 -0
- package/src/x_ite/Components/Geometry3D/Cone.js +5 -1
- package/src/x_ite/Components/Geometry3D/Cylinder.js +5 -1
- package/src/x_ite/Components/Geometry3D/ElevationGrid.js +14 -10
- package/src/x_ite/Components/Geometry3D/Extrusion.js +4 -0
- package/src/x_ite/Components/Geometry3D/IndexedFaceSet.js +7 -3
- package/src/x_ite/Components/Geometry3D/Sphere.js +5 -1
- package/src/x_ite/Components/Geospatial/GeoCoordinate.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoElevationGrid.js +11 -7
- package/src/x_ite/Components/Geospatial/GeoLOD.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoLocation.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoMetadata.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoOrigin.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoPositionInterpolator.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoProximitySensor.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoTouchSensor.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoTransform.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoViewpoint.js +4 -0
- package/src/x_ite/Components/Grouping/Group.js +4 -0
- package/src/x_ite/Components/Grouping/StaticGroup.js +4 -0
- package/src/x_ite/Components/Grouping/Switch.js +11 -7
- package/src/x_ite/Components/Grouping/Transform.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimDisplacer.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimHumanoid.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimJoint.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimMotion.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimSegment.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimSite.js +4 -0
- package/src/x_ite/Components/Interpolation/ColorInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/CoordinateInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/CoordinateInterpolator2D.js +4 -0
- package/src/x_ite/Components/Interpolation/EaseInEaseOut.js +4 -0
- package/src/x_ite/Components/Interpolation/NormalInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/OrientationInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/PositionInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/PositionInterpolator2D.js +4 -0
- package/src/x_ite/Components/Interpolation/ScalarInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/SplinePositionInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/SplinePositionInterpolator2D.js +4 -0
- package/src/x_ite/Components/Interpolation/SplineScalarInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/SquadOrientationInterpolator.js +4 -0
- package/src/x_ite/Components/KeyDeviceSensor/KeySensor.js +4 -0
- package/src/x_ite/Components/KeyDeviceSensor/StringSensor.js +4 -0
- package/src/x_ite/Components/KeyDeviceSensor/X3DKeyDeviceSensorNode.js +2 -2
- package/src/x_ite/Components/Layering/Layer.js +4 -0
- package/src/x_ite/Components/Layering/LayerSet.js +4 -0
- package/src/x_ite/Components/Layering/Viewport.js +4 -0
- package/src/x_ite/Components/Layering/X3DLayerNode.js +40 -49
- package/src/x_ite/Components/Layout/Layout.js +4 -0
- package/src/x_ite/Components/Layout/LayoutGroup.js +4 -0
- package/src/x_ite/Components/Layout/LayoutLayer.js +4 -0
- package/src/x_ite/Components/Layout/ScreenFontStyle.js +4 -0
- package/src/x_ite/Components/Layout/ScreenGroup.js +4 -0
- package/src/x_ite/Components/Lighting/DirectionalLight.js +4 -0
- package/src/x_ite/Components/Lighting/EnvironmentLight.js +4 -0
- package/src/x_ite/Components/Lighting/PointLight.js +4 -0
- package/src/x_ite/Components/Lighting/SpotLight.js +7 -9
- package/src/x_ite/Components/NURBS/Contour2D.js +4 -0
- package/src/x_ite/Components/NURBS/ContourPolyline2D.js +4 -0
- package/src/x_ite/Components/NURBS/CoordinateDouble.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsCurve.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsCurve2D.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsOrientationInterpolator.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsPatchSurface.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsPositionInterpolator.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsSet.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsSurfaceInterpolator.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsSweptSurface.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsSwungSurface.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsTextureCoordinate.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsTrimmedSurface.js +4 -0
- package/src/x_ite/Components/NURBS/X3DNurbsSurfaceGeometryNode.js +4 -4
- package/src/x_ite/Components/Navigation/Billboard.js +4 -0
- package/src/x_ite/Components/Navigation/Collision.js +8 -4
- package/src/x_ite/Components/Navigation/LOD.js +11 -7
- package/src/x_ite/Components/Navigation/NavigationInfo.js +4 -0
- package/src/x_ite/Components/Navigation/OrthoViewpoint.js +4 -0
- package/src/x_ite/Components/Navigation/Viewpoint.js +4 -0
- package/src/x_ite/Components/Navigation/ViewpointGroup.js +4 -0
- package/src/x_ite/Components/Navigation/X3DViewpointNode.js +8 -0
- package/src/x_ite/Components/Networking/Anchor.js +4 -0
- package/src/x_ite/Components/Networking/Inline.js +6 -2
- package/src/x_ite/Components/Networking/LoadSensor.js +42 -29
- package/src/x_ite/Components/Networking/X3DUrlObject.js +2 -2
- package/src/x_ite/Components/ParticleSystems/BoundedPhysicsModel.js +4 -0
- package/src/x_ite/Components/ParticleSystems/ConeEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/ExplosionEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/ForcePhysicsModel.js +4 -0
- package/src/x_ite/Components/ParticleSystems/ParticleSystem.js +12 -8
- package/src/x_ite/Components/ParticleSystems/PointEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/PolylineEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/SurfaceEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/VolumeEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/WindPhysicsModel.js +4 -0
- package/src/x_ite/Components/Picking/LinePickSensor.js +4 -0
- package/src/x_ite/Components/Picking/PickableGroup.js +4 -0
- package/src/x_ite/Components/Picking/PointPickSensor.js +4 -0
- package/src/x_ite/Components/Picking/PrimitivePickSensor.js +4 -0
- package/src/x_ite/Components/Picking/VolumePickSensor.js +4 -0
- package/src/x_ite/Components/Picking/X3DPickSensorNode.js +4 -4
- package/src/x_ite/Components/PointingDeviceSensor/CylinderSensor.js +4 -0
- package/src/x_ite/Components/PointingDeviceSensor/PlaneSensor.js +4 -0
- package/src/x_ite/Components/PointingDeviceSensor/SphereSensor.js +4 -0
- package/src/x_ite/Components/PointingDeviceSensor/TouchSensor.js +4 -0
- package/src/x_ite/Components/PointingDeviceSensor/X3DPointingDeviceSensorNode.js +28 -19
- package/src/x_ite/Components/Rendering/ClipPlane.js +4 -0
- package/src/x_ite/Components/Rendering/Color.js +4 -0
- package/src/x_ite/Components/Rendering/ColorRGBA.js +4 -0
- package/src/x_ite/Components/Rendering/Coordinate.js +4 -0
- package/src/x_ite/Components/Rendering/IndexedLineSet.js +15 -11
- package/src/x_ite/Components/Rendering/IndexedTriangleFanSet.js +4 -0
- package/src/x_ite/Components/Rendering/IndexedTriangleSet.js +4 -0
- package/src/x_ite/Components/Rendering/IndexedTriangleStripSet.js +4 -0
- package/src/x_ite/Components/Rendering/LineSet.js +16 -12
- package/src/x_ite/Components/Rendering/Normal.js +4 -0
- package/src/x_ite/Components/Rendering/PointSet.js +15 -11
- package/src/x_ite/Components/Rendering/TriangleFanSet.js +4 -0
- package/src/x_ite/Components/Rendering/TriangleSet.js +4 -0
- package/src/x_ite/Components/Rendering/TriangleStripSet.js +4 -0
- package/src/x_ite/Components/Rendering/X3DComposedGeometryNode.js +14 -14
- package/src/x_ite/Components/Rendering/X3DGeometryNode.js +6 -6
- package/src/x_ite/Components/Rendering/X3DLineGeometryNode.js +6 -6
- package/src/x_ite/Components/Rendering/X3DPointGeometryNode.js +4 -4
- package/src/x_ite/Components/RigidBodyPhysics/BallJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/CollidableOffset.js +11 -7
- package/src/x_ite/Components/RigidBodyPhysics/CollidableShape.js +11 -7
- package/src/x_ite/Components/RigidBodyPhysics/CollisionCollection.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/CollisionSensor.js +7 -3
- package/src/x_ite/Components/RigidBodyPhysics/CollisionSpace.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/Contact.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/DoubleAxisHingeJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/MotorJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/RigidBody.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/RigidBodyCollection.js +6 -2
- package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/SliderJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/UniversalJoint.js +4 -0
- package/src/x_ite/Components/Scripting/Script.js +7 -3
- package/src/x_ite/Components/Shaders/ComposedShader.js +11 -9
- package/src/x_ite/Components/Shaders/FloatVertexAttribute.js +4 -0
- package/src/x_ite/Components/Shaders/Matrix3VertexAttribute.js +4 -0
- package/src/x_ite/Components/Shaders/Matrix4VertexAttribute.js +4 -0
- package/src/x_ite/Components/Shaders/PackagedShader.js +4 -0
- package/src/x_ite/Components/Shaders/ProgramShader.js +4 -0
- package/src/x_ite/Components/Shaders/ShaderPart.js +4 -2
- package/src/x_ite/Components/Shaders/ShaderProgram.js +4 -0
- package/src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js +3 -3
- package/src/x_ite/Components/Shape/AcousticProperties.js +4 -0
- package/src/x_ite/Components/Shape/Appearance.js +8 -4
- package/src/x_ite/Components/Shape/FillProperties.js +4 -0
- package/src/x_ite/Components/Shape/LineProperties.js +4 -0
- package/src/x_ite/Components/Shape/Material.js +5 -2
- package/src/x_ite/Components/Shape/PhysicalMaterial.js +5 -2
- package/src/x_ite/Components/Shape/PointProperties.js +4 -0
- package/src/x_ite/Components/Shape/Shape.js +4 -0
- package/src/x_ite/Components/Shape/TwoSidedMaterial.js +4 -0
- package/src/x_ite/Components/Shape/UnlitMaterial.js +5 -2
- package/src/x_ite/Components/Shape/X3DMaterialNode.js +1 -1
- package/src/x_ite/Components/Shape/X3DOneSidedMaterialNode.js +5 -7
- package/src/x_ite/Components/Shape/X3DShapeNode.js +1 -1
- package/src/x_ite/Components/Sound/Analyser.js +4 -0
- package/src/x_ite/Components/Sound/AudioClip.js +6 -2
- package/src/x_ite/Components/Sound/AudioDestination.js +4 -0
- package/src/x_ite/Components/Sound/BiquadFilter.js +4 -0
- package/src/x_ite/Components/Sound/BufferAudioSource.js +4 -0
- package/src/x_ite/Components/Sound/ChannelMerger.js +4 -0
- package/src/x_ite/Components/Sound/ChannelSelector.js +4 -0
- package/src/x_ite/Components/Sound/ChannelSplitter.js +4 -0
- package/src/x_ite/Components/Sound/Convolver.js +4 -0
- package/src/x_ite/Components/Sound/Delay.js +4 -0
- package/src/x_ite/Components/Sound/DynamicsCompressor.js +4 -0
- package/src/x_ite/Components/Sound/Gain.js +4 -0
- package/src/x_ite/Components/Sound/ListenerPointSource.js +4 -0
- package/src/x_ite/Components/Sound/MicrophoneSource.js +4 -0
- package/src/x_ite/Components/Sound/OscillatorSource.js +4 -0
- package/src/x_ite/Components/Sound/PeriodicWave.js +4 -0
- package/src/x_ite/Components/Sound/Sound.js +6 -2
- package/src/x_ite/Components/Sound/SpatialSound.js +4 -0
- package/src/x_ite/Components/Sound/StreamAudioDestination.js +4 -0
- package/src/x_ite/Components/Sound/StreamAudioSource.js +4 -0
- package/src/x_ite/Components/Sound/WaveShaper.js +4 -0
- package/src/x_ite/Components/Text/FontStyle.js +4 -0
- package/src/x_ite/Components/Text/Text.js +5 -1
- package/src/x_ite/Components/TextureProjector/TextureProjector.js +4 -0
- package/src/x_ite/Components/TextureProjector/TextureProjectorParallel.js +4 -0
- package/src/x_ite/Components/Texturing/ImageTexture.js +13 -13
- package/src/x_ite/Components/Texturing/MovieTexture.js +10 -7
- package/src/x_ite/Components/Texturing/MultiTexture.js +4 -0
- package/src/x_ite/Components/Texturing/MultiTextureCoordinate.js +4 -0
- package/src/x_ite/Components/Texturing/MultiTextureTransform.js +4 -0
- package/src/x_ite/Components/Texturing/PixelTexture.js +4 -0
- package/src/x_ite/Components/Texturing/TextureCoordinate.js +4 -0
- package/src/x_ite/Components/Texturing/TextureCoordinateGenerator.js +4 -0
- package/src/x_ite/Components/Texturing/TextureProperties.js +4 -0
- package/src/x_ite/Components/Texturing/TextureTransform.js +4 -0
- package/src/x_ite/Components/Texturing3D/ComposedTexture3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/ImageTexture3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/ImageTextureAtlas.js +6 -2
- package/src/x_ite/Components/Texturing3D/PixelTexture3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/TextureCoordinate3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/TextureCoordinate4D.js +4 -0
- package/src/x_ite/Components/Texturing3D/TextureTransform3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/TextureTransformMatrix3D.js +4 -0
- package/src/x_ite/Components/Time/TimeSensor.js +5 -1
- package/src/x_ite/Components/Time/X3DTimeDependentNode.js +6 -6
- package/src/x_ite/Components/VolumeRendering/BlendedVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/BoundaryEnhancementVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/CartoonVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/ComposedVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/EdgeEnhancementVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/IsoSurfaceVolumeData.js +4 -0
- package/src/x_ite/Components/VolumeRendering/OpacityMapVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/ProjectionVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/SegmentedVolumeData.js +4 -0
- package/src/x_ite/Components/VolumeRendering/ShadedVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/SilhouetteEnhancementVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/ToneMappedVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/VolumeData.js +4 -0
- package/src/x_ite/Components/VolumeRendering/X3DVolumeDataNode.js +8 -8
- package/src/x_ite/Components/X_ITE/BlendMode.js +4 -0
- package/src/x_ite/Execution/BindableList.js +16 -19
- package/src/x_ite/Execution/X3DExecutionContext.js +33 -11
- package/src/x_ite/Execution/X3DScene.js +4 -0
- package/src/x_ite/Fields/ArrayFields.js +42 -22
- package/src/x_ite/Fields/SFNode.js +3 -6
- package/src/x_ite/Fields/SFNodeCache.js +34 -19
- package/src/x_ite/InputOutput/FileLoader.js +22 -14
- package/src/x_ite/Parser/GLTF2Parser.js +72 -51
- package/src/x_ite/Parser/VRMLParser.js +66 -34
- package/src/x_ite/Parser/X3DParser.js +9 -36
- package/src/x_ite/Parser/XMLParser.js +8 -8
- package/src/x_ite/Prototype/X3DExternProtoDeclaration.js +2 -2
- package/src/x_ite/Prototype/X3DProtoDeclaration.js +1 -2
- package/src/x_ite/Prototype/X3DProtoDeclarationNode.js +1 -1
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
|
@@ -87,11 +87,15 @@ Cone .prototype = Object .assign (Object .create (X3DGeometryNode .prototype),
|
|
|
87
87
|
{
|
|
88
88
|
return "geometry";
|
|
89
89
|
},
|
|
90
|
+
getSpecificationRange: function ()
|
|
91
|
+
{
|
|
92
|
+
return ["2.0", "Infinity"];
|
|
93
|
+
},
|
|
90
94
|
set_live__: function ()
|
|
91
95
|
{
|
|
92
96
|
X3DGeometryNode .prototype .set_live__ .call (this);
|
|
93
97
|
|
|
94
|
-
if (this .
|
|
98
|
+
if (this .getLive () .getValue ())
|
|
95
99
|
this .getBrowser () .getConeOptions () .addInterest ("requestRebuild", this);
|
|
96
100
|
else
|
|
97
101
|
this .getBrowser () .getConeOptions () .removeInterest ("requestRebuild", this);
|
|
@@ -88,11 +88,15 @@ Cylinder .prototype = Object .assign (Object .create (X3DGeometryNode .prototype
|
|
|
88
88
|
{
|
|
89
89
|
return "geometry";
|
|
90
90
|
},
|
|
91
|
+
getSpecificationRange: function ()
|
|
92
|
+
{
|
|
93
|
+
return ["2.0", "Infinity"];
|
|
94
|
+
},
|
|
91
95
|
set_live__: function ()
|
|
92
96
|
{
|
|
93
97
|
X3DGeometryNode .prototype .set_live__ .call (this);
|
|
94
98
|
|
|
95
|
-
if (this .
|
|
99
|
+
if (this .getLive () .getValue ())
|
|
96
100
|
this .getBrowser () .getCylinderOptions () .addInterest ("requestRebuild", this);
|
|
97
101
|
else
|
|
98
102
|
this .getBrowser () .getCylinderOptions () .removeInterest ("requestRebuild", this);
|
|
@@ -107,6 +107,10 @@ ElevationGrid .prototype = Object .assign (Object .create (X3DGeometryNode .prot
|
|
|
107
107
|
{
|
|
108
108
|
return "geometry";
|
|
109
109
|
},
|
|
110
|
+
getSpecificationRange: function ()
|
|
111
|
+
{
|
|
112
|
+
return ["2.0", "Infinity"];
|
|
113
|
+
},
|
|
110
114
|
initialize: function ()
|
|
111
115
|
{
|
|
112
116
|
X3DGeometryNode .prototype .initialize .call (this);
|
|
@@ -154,39 +158,39 @@ ElevationGrid .prototype = Object .assign (Object .create (X3DGeometryNode .prot
|
|
|
154
158
|
},
|
|
155
159
|
set_fogCoord__: function ()
|
|
156
160
|
{
|
|
157
|
-
this .fogCoordNode?.removeInterest ("requestRebuild", this);
|
|
161
|
+
this .fogCoordNode ?.removeInterest ("requestRebuild", this);
|
|
158
162
|
|
|
159
163
|
this .fogCoordNode = X3DCast (X3DConstants .FogCoordinate, this ._fogCoord);
|
|
160
164
|
|
|
161
|
-
this .fogCoordNode?.addInterest ("requestRebuild", this);
|
|
165
|
+
this .fogCoordNode ?.addInterest ("requestRebuild", this);
|
|
162
166
|
},
|
|
163
167
|
set_color__: function ()
|
|
164
168
|
{
|
|
165
|
-
this .colorNode?.removeInterest ("requestRebuild", this);
|
|
169
|
+
this .colorNode ?.removeInterest ("requestRebuild", this);
|
|
166
170
|
|
|
167
171
|
this .colorNode = X3DCast (X3DConstants .X3DColorNode, this ._color);
|
|
168
172
|
|
|
169
|
-
this .colorNode?.addInterest ("requestRebuild", this);
|
|
173
|
+
this .colorNode ?.addInterest ("requestRebuild", this);
|
|
170
174
|
|
|
171
|
-
this .setTransparent (this .colorNode?.isTransparent () ?? false);
|
|
175
|
+
this .setTransparent (this .colorNode ?.isTransparent () ?? false);
|
|
172
176
|
},
|
|
173
177
|
set_texCoord__: function ()
|
|
174
178
|
{
|
|
175
|
-
this .texCoordNode?.removeInterest ("requestRebuild", this);
|
|
179
|
+
this .texCoordNode ?.removeInterest ("requestRebuild", this);
|
|
176
180
|
|
|
177
181
|
this .texCoordNode = X3DCast (X3DConstants .X3DTextureCoordinateNode, this ._texCoord);
|
|
178
182
|
|
|
179
|
-
this .texCoordNode?.addInterest ("requestRebuild", this);
|
|
183
|
+
this .texCoordNode ?.addInterest ("requestRebuild", this);
|
|
180
184
|
|
|
181
185
|
this .setTextureCoordinate (this .texCoordNode);
|
|
182
186
|
},
|
|
183
187
|
set_normal__: function ()
|
|
184
188
|
{
|
|
185
|
-
this .normalNode?.removeInterest ("requestRebuild", this);
|
|
189
|
+
this .normalNode ?.removeInterest ("requestRebuild", this);
|
|
186
190
|
|
|
187
191
|
this .normalNode = X3DCast (X3DConstants .X3DNormalNode, this ._normal);
|
|
188
192
|
|
|
189
|
-
this .normalNode?.addInterest ("requestRebuild", this);
|
|
193
|
+
this .normalNode ?.addInterest ("requestRebuild", this);
|
|
190
194
|
},
|
|
191
195
|
getColor: function ()
|
|
192
196
|
{
|
|
@@ -364,7 +368,7 @@ ElevationGrid .prototype = Object .assign (Object .create (X3DGeometryNode .prot
|
|
|
364
368
|
for (let a = 0; a < numAttribNodes; ++ a)
|
|
365
369
|
attribNodes [a] .addValue (index, attribArrays [a]);
|
|
366
370
|
|
|
367
|
-
fogCoordNode?.addDepth (index, fogDepthArray);
|
|
371
|
+
fogCoordNode ?.addDepth (index, fogDepthArray);
|
|
368
372
|
|
|
369
373
|
if (colorNode)
|
|
370
374
|
{
|
|
@@ -99,6 +99,10 @@ Extrusion .prototype = Object .assign (Object .create (X3DGeometryNode .prototyp
|
|
|
99
99
|
{
|
|
100
100
|
return "geometry";
|
|
101
101
|
},
|
|
102
|
+
getSpecificationRange: function ()
|
|
103
|
+
{
|
|
104
|
+
return ["2.0", "Infinity"];
|
|
105
|
+
},
|
|
102
106
|
initialize: function ()
|
|
103
107
|
{
|
|
104
108
|
X3DGeometryNode .prototype .initialize .call (this);
|
|
@@ -101,6 +101,10 @@ IndexedFaceSet .prototype = Object .assign (Object .create (X3DComposedGeometryN
|
|
|
101
101
|
{
|
|
102
102
|
return "geometry";
|
|
103
103
|
},
|
|
104
|
+
getSpecificationRange: function ()
|
|
105
|
+
{
|
|
106
|
+
return ["2.0", "Infinity"];
|
|
107
|
+
},
|
|
104
108
|
initialize: function ()
|
|
105
109
|
{
|
|
106
110
|
X3DComposedGeometryNode .prototype .initialize .call (this);
|
|
@@ -176,7 +180,7 @@ IndexedFaceSet .prototype = Object .assign (Object .create (X3DComposedGeometryN
|
|
|
176
180
|
normalArray = this .getNormals (),
|
|
177
181
|
vertexArray = this .getVertices ();
|
|
178
182
|
|
|
179
|
-
texCoordNode?.init (multiTexCoordArray);
|
|
183
|
+
texCoordNode ?.init (multiTexCoordArray);
|
|
180
184
|
|
|
181
185
|
for (const polygon of polygons)
|
|
182
186
|
{
|
|
@@ -191,7 +195,7 @@ IndexedFaceSet .prototype = Object .assign (Object .create (X3DComposedGeometryN
|
|
|
191
195
|
for (let a = 0; a < numAttribNodes; ++ a)
|
|
192
196
|
attribNodes [a] .addValue (index, attribArrays [a]);
|
|
193
197
|
|
|
194
|
-
fogCoordNode?.addDepth (index, fogDepthArray);
|
|
198
|
+
fogCoordNode ?.addDepth (index, fogDepthArray);
|
|
195
199
|
|
|
196
200
|
if (colorNode)
|
|
197
201
|
{
|
|
@@ -201,7 +205,7 @@ IndexedFaceSet .prototype = Object .assign (Object .create (X3DComposedGeometryN
|
|
|
201
205
|
colorNode .addColor (this .getColorIndex (face), colorArray);
|
|
202
206
|
}
|
|
203
207
|
|
|
204
|
-
texCoordNode?.addPoint (this .getTexCoordPerVertexIndex (i), multiTexCoordArray);
|
|
208
|
+
texCoordNode ?.addPoint (this .getTexCoordPerVertexIndex (i), multiTexCoordArray);
|
|
205
209
|
|
|
206
210
|
if (normalNode)
|
|
207
211
|
{
|
|
@@ -80,11 +80,15 @@ Sphere .prototype = Object .assign (Object .create (X3DGeometryNode .prototype),
|
|
|
80
80
|
{
|
|
81
81
|
return "geometry";
|
|
82
82
|
},
|
|
83
|
+
getSpecificationRange: function ()
|
|
84
|
+
{
|
|
85
|
+
return ["2.0", "Infinity"];
|
|
86
|
+
},
|
|
83
87
|
set_live__: function ()
|
|
84
88
|
{
|
|
85
89
|
X3DGeometryNode .prototype .set_live__ .call (this);
|
|
86
90
|
|
|
87
|
-
if (this .
|
|
91
|
+
if (this .getLive () .getValue ())
|
|
88
92
|
this .getBrowser () .getSphereOptions () .addInterest ("requestRebuild", this);
|
|
89
93
|
else
|
|
90
94
|
this .getBrowser () .getSphereOptions () .removeInterest ("requestRebuild", this);
|
|
@@ -84,6 +84,10 @@ GeoCoordinate .prototype = Object .assign (Object .create (X3DCoordinateNode .pr
|
|
|
84
84
|
{
|
|
85
85
|
return "coord";
|
|
86
86
|
},
|
|
87
|
+
getSpecificationRange: function ()
|
|
88
|
+
{
|
|
89
|
+
return ["3.0", "Infinity"];
|
|
90
|
+
},
|
|
87
91
|
initialize: function ()
|
|
88
92
|
{
|
|
89
93
|
X3DCoordinateNode .prototype .initialize .call (this);
|
|
@@ -107,6 +107,10 @@ GeoElevationGrid .prototype = Object .assign (Object .create (X3DGeometryNode .p
|
|
|
107
107
|
{
|
|
108
108
|
return "geometry";
|
|
109
109
|
},
|
|
110
|
+
getSpecificationRange: function ()
|
|
111
|
+
{
|
|
112
|
+
return ["3.0", "Infinity"];
|
|
113
|
+
},
|
|
110
114
|
initialize: function ()
|
|
111
115
|
{
|
|
112
116
|
X3DGeometryNode .prototype .initialize .call (this);
|
|
@@ -122,31 +126,31 @@ GeoElevationGrid .prototype = Object .assign (Object .create (X3DGeometryNode .p
|
|
|
122
126
|
},
|
|
123
127
|
set_color__: function ()
|
|
124
128
|
{
|
|
125
|
-
this .colorNode?.removeInterest ("requestRebuild", this);
|
|
129
|
+
this .colorNode ?.removeInterest ("requestRebuild", this);
|
|
126
130
|
|
|
127
131
|
this .colorNode = X3DCast (X3DConstants .X3DColorNode, this ._color);
|
|
128
132
|
|
|
129
|
-
this .colorNode?.addInterest ("requestRebuild", this);
|
|
133
|
+
this .colorNode ?.addInterest ("requestRebuild", this);
|
|
130
134
|
|
|
131
|
-
this .setTransparent (this .colorNode?.isTransparent () ?? false);
|
|
135
|
+
this .setTransparent (this .colorNode ?.isTransparent () ?? false);
|
|
132
136
|
},
|
|
133
137
|
set_texCoord__: function ()
|
|
134
138
|
{
|
|
135
|
-
this .texCoordNode?.removeInterest ("requestRebuild", this);
|
|
139
|
+
this .texCoordNode ?.removeInterest ("requestRebuild", this);
|
|
136
140
|
|
|
137
141
|
this .texCoordNode = X3DCast (X3DConstants .X3DTextureCoordinateNode, this ._texCoord);
|
|
138
142
|
|
|
139
|
-
this .texCoordNode?.addInterest ("requestRebuild", this);
|
|
143
|
+
this .texCoordNode ?.addInterest ("requestRebuild", this);
|
|
140
144
|
|
|
141
145
|
this .setTextureCoordinate (this .texCoordNode);
|
|
142
146
|
},
|
|
143
147
|
set_normal__: function ()
|
|
144
148
|
{
|
|
145
|
-
this .normalNode?.removeInterest ("requestRebuild", this);
|
|
149
|
+
this .normalNode ?.removeInterest ("requestRebuild", this);
|
|
146
150
|
|
|
147
151
|
this .normalNode = X3DCast (X3DConstants .X3DNormalNode, this ._normal);
|
|
148
152
|
|
|
149
|
-
this .normalNode?.addInterest ("requestRebuild", this);
|
|
153
|
+
this .normalNode ?.addInterest ("requestRebuild", this);
|
|
150
154
|
},
|
|
151
155
|
getColor: function ()
|
|
152
156
|
{
|
|
@@ -120,6 +120,10 @@ GeoLOD .prototype = Object .assign (Object .create (X3DChildNode .prototype),
|
|
|
120
120
|
{
|
|
121
121
|
return "children";
|
|
122
122
|
},
|
|
123
|
+
getSpecificationRange: function ()
|
|
124
|
+
{
|
|
125
|
+
return ["3.0", "Infinity"];
|
|
126
|
+
},
|
|
123
127
|
initialize: function ()
|
|
124
128
|
{
|
|
125
129
|
X3DChildNode .prototype .initialize .call (this);
|
|
@@ -92,6 +92,10 @@ GeoLocation .prototype = Object .assign (Object .create (X3DTransformMatrix3DNod
|
|
|
92
92
|
{
|
|
93
93
|
return "children";
|
|
94
94
|
},
|
|
95
|
+
getSpecificationRange: function ()
|
|
96
|
+
{
|
|
97
|
+
return ["3.0", "Infinity"];
|
|
98
|
+
},
|
|
95
99
|
initialize: function ()
|
|
96
100
|
{
|
|
97
101
|
X3DTransformMatrix3DNode .prototype .initialize .call (this);
|
|
@@ -85,6 +85,10 @@ GeoMetadata .prototype = Object .assign (Object .create (X3DInfoNode .prototype)
|
|
|
85
85
|
{
|
|
86
86
|
return "children";
|
|
87
87
|
},
|
|
88
|
+
getSpecificationRange: function ()
|
|
89
|
+
{
|
|
90
|
+
return ["3.0", "Infinity"];
|
|
91
|
+
},
|
|
88
92
|
initialize: function ()
|
|
89
93
|
{
|
|
90
94
|
X3DInfoNode .prototype .initialize .call (this);
|
|
@@ -82,6 +82,10 @@ GeoOrigin .prototype = Object .assign (Object .create (X3DNode .prototype),
|
|
|
82
82
|
{
|
|
83
83
|
return "geoOrigin";
|
|
84
84
|
},
|
|
85
|
+
getSpecificationRange: function ()
|
|
86
|
+
{
|
|
87
|
+
return ["3.0", "Infinity"];
|
|
88
|
+
},
|
|
85
89
|
initialize: function ()
|
|
86
90
|
{
|
|
87
91
|
X3DNode .prototype .initialize .call (this);
|
|
@@ -92,6 +92,10 @@ GeoPositionInterpolator .prototype = Object .assign (Object .create (X3DInterpol
|
|
|
92
92
|
{
|
|
93
93
|
return "children";
|
|
94
94
|
},
|
|
95
|
+
getSpecificationRange: function ()
|
|
96
|
+
{
|
|
97
|
+
return ["3.0", "Infinity"];
|
|
98
|
+
},
|
|
95
99
|
setup: function ()
|
|
96
100
|
{
|
|
97
101
|
X3DGeospatialObject .prototype .initialize .call (this);
|
|
@@ -103,6 +103,10 @@ GeoProximitySensor .prototype = Object .assign (Object .create (X3DEnvironmental
|
|
|
103
103
|
{
|
|
104
104
|
return "children";
|
|
105
105
|
},
|
|
106
|
+
getSpecificationRange: function ()
|
|
107
|
+
{
|
|
108
|
+
return ["3.2", "Infinity"];
|
|
109
|
+
},
|
|
106
110
|
initialize: function ()
|
|
107
111
|
{
|
|
108
112
|
X3DEnvironmentalSensorNode .prototype .initialize .call (this);
|
|
@@ -93,6 +93,10 @@ GeoTouchSensor .prototype = Object .assign (Object .create (X3DTouchSensorNode .
|
|
|
93
93
|
{
|
|
94
94
|
return "children";
|
|
95
95
|
},
|
|
96
|
+
getSpecificationRange: function ()
|
|
97
|
+
{
|
|
98
|
+
return ["3.0", "Infinity"];
|
|
99
|
+
},
|
|
96
100
|
initialize: function ()
|
|
97
101
|
{
|
|
98
102
|
X3DTouchSensorNode .prototype .initialize .call (this);
|
|
@@ -100,6 +100,10 @@ GeoTransform .prototype = Object .assign (Object .create (X3DTransformMatrix3DNo
|
|
|
100
100
|
{
|
|
101
101
|
return "children";
|
|
102
102
|
},
|
|
103
|
+
getSpecificationRange: function ()
|
|
104
|
+
{
|
|
105
|
+
return ["3.0", "Infinity"];
|
|
106
|
+
},
|
|
103
107
|
initialize: function ()
|
|
104
108
|
{
|
|
105
109
|
X3DTransformMatrix3DNode .prototype .initialize .call (this);
|
|
@@ -113,6 +113,10 @@ GeoViewpoint .prototype = Object .assign (Object .create (X3DViewpointNode .prot
|
|
|
113
113
|
{
|
|
114
114
|
return "children";
|
|
115
115
|
},
|
|
116
|
+
getSpecificationRange: function ()
|
|
117
|
+
{
|
|
118
|
+
return ["3.0", "Infinity"];
|
|
119
|
+
},
|
|
116
120
|
initialize: function ()
|
|
117
121
|
{
|
|
118
122
|
X3DViewpointNode .prototype .initialize .call (this);
|
|
@@ -101,6 +101,10 @@ StaticGroup .prototype = Object .assign (Object .create (X3DChildNode .prototype
|
|
|
101
101
|
{
|
|
102
102
|
return "children";
|
|
103
103
|
},
|
|
104
|
+
getSpecificationRange: function ()
|
|
105
|
+
{
|
|
106
|
+
return ["3.0", "Infinity"];
|
|
107
|
+
},
|
|
104
108
|
initialize: function ()
|
|
105
109
|
{
|
|
106
110
|
X3DChildNode .prototype .initialize .call (this);
|
|
@@ -93,6 +93,10 @@ Switch .prototype = Object .assign (Object .create (X3DGroupingNode .prototype),
|
|
|
93
93
|
{
|
|
94
94
|
return "children";
|
|
95
95
|
},
|
|
96
|
+
getSpecificationRange: function ()
|
|
97
|
+
{
|
|
98
|
+
return ["2.0", "Infinity"];
|
|
99
|
+
},
|
|
96
100
|
initialize: function ()
|
|
97
101
|
{
|
|
98
102
|
X3DGroupingNode .prototype .initialize .call (this);
|
|
@@ -108,7 +112,7 @@ Switch .prototype = Object .assign (Object .create (X3DGroupingNode .prototype),
|
|
|
108
112
|
{
|
|
109
113
|
const boundedObject = X3DCast (X3DConstants .X3DBoundedObject, this .visibleNode);
|
|
110
114
|
|
|
111
|
-
return boundedObject?.getBBox (bbox, shadows) ?? bbox .set ();
|
|
115
|
+
return boundedObject ?.getBBox (bbox, shadows) ?? bbox .set ();
|
|
112
116
|
}
|
|
113
117
|
|
|
114
118
|
return bbox .set (this ._bboxSize .getValue (), this ._bboxCenter .getValue ());
|
|
@@ -162,11 +166,11 @@ Switch .prototype = Object .assign (Object .create (X3DGroupingNode .prototype),
|
|
|
162
166
|
},
|
|
163
167
|
set_cameraObject__: function ()
|
|
164
168
|
{
|
|
165
|
-
this .setCameraObject (!!this .visibleNode?.isCameraObject ());
|
|
169
|
+
this .setCameraObject (!!this .visibleNode ?.isCameraObject ());
|
|
166
170
|
},
|
|
167
171
|
set_transformSensors__: function ()
|
|
168
172
|
{
|
|
169
|
-
this .setPickableObject (!!(this .getTransformSensors () .size || this .visibleNode?.isPickableObject ()));
|
|
173
|
+
this .setPickableObject (!!(this .getTransformSensors () .size || this .visibleNode ?.isPickableObject ()));
|
|
170
174
|
},
|
|
171
175
|
set_visible__: function ()
|
|
172
176
|
{
|
|
@@ -193,7 +197,7 @@ Switch .prototype = Object .assign (Object .create (X3DGroupingNode .prototype),
|
|
|
193
197
|
case TraverseType .CAMERA:
|
|
194
198
|
case TraverseType .SHADOW:
|
|
195
199
|
{
|
|
196
|
-
this .visibleNode?.traverse (type, renderObject);
|
|
200
|
+
this .visibleNode ?.traverse (type, renderObject);
|
|
197
201
|
return;
|
|
198
202
|
}
|
|
199
203
|
case TraverseType .PICKING:
|
|
@@ -225,14 +229,14 @@ Switch .prototype = Object .assign (Object .create (X3DGroupingNode .prototype),
|
|
|
225
229
|
}
|
|
226
230
|
case TraverseType .COLLISION:
|
|
227
231
|
{
|
|
228
|
-
this .visibleNode?.traverse (type, renderObject);
|
|
232
|
+
this .visibleNode ?.traverse (type, renderObject);
|
|
229
233
|
return;
|
|
230
234
|
}
|
|
231
235
|
case TraverseType .DISPLAY:
|
|
232
236
|
{
|
|
233
|
-
this .visibleNode?.traverse (type, renderObject);
|
|
237
|
+
this .visibleNode ?.traverse (type, renderObject);
|
|
234
238
|
|
|
235
|
-
this .boundedObject?.displayBBox (type, renderObject);
|
|
239
|
+
this .boundedObject ?.displayBBox (type, renderObject);
|
|
236
240
|
return;
|
|
237
241
|
}
|
|
238
242
|
}
|
|
@@ -131,6 +131,10 @@ HAnimHumanoid .prototype = Object .assign (Object .create (X3DChildNode .prototy
|
|
|
131
131
|
{
|
|
132
132
|
return "children";
|
|
133
133
|
},
|
|
134
|
+
getSpecificationRange: function ()
|
|
135
|
+
{
|
|
136
|
+
return ["3.0", "Infinity"];
|
|
137
|
+
},
|
|
134
138
|
initialize: function ()
|
|
135
139
|
{
|
|
136
140
|
X3DChildNode .prototype .initialize .call (this);
|
|
@@ -107,6 +107,10 @@ HAnimJoint .prototype = Object .assign (Object .create (X3DTransformNode .protot
|
|
|
107
107
|
{
|
|
108
108
|
return "children";
|
|
109
109
|
},
|
|
110
|
+
getSpecificationRange: function ()
|
|
111
|
+
{
|
|
112
|
+
return ["3.0", "Infinity"];
|
|
113
|
+
},
|
|
110
114
|
initialize: function ()
|
|
111
115
|
{
|
|
112
116
|
X3DTransformNode .prototype .initialize .call (this);
|
|
@@ -94,6 +94,10 @@ HAnimMotion .prototype = Object .assign (Object .create (X3DChildNode .prototype
|
|
|
94
94
|
{
|
|
95
95
|
return "children";
|
|
96
96
|
},
|
|
97
|
+
getSpecificationRange: function ()
|
|
98
|
+
{
|
|
99
|
+
return ["4.0", "Infinity"];
|
|
100
|
+
},
|
|
97
101
|
initialize: function ()
|
|
98
102
|
{
|
|
99
103
|
X3DChildNode .prototype .initialize .call (this);
|
|
@@ -83,6 +83,10 @@ ColorInterpolator .prototype = Object .assign (Object .create (X3DInterpolatorNo
|
|
|
83
83
|
{
|
|
84
84
|
return "children";
|
|
85
85
|
},
|
|
86
|
+
getSpecificationRange: function ()
|
|
87
|
+
{
|
|
88
|
+
return ["2.0", "Infinity"];
|
|
89
|
+
},
|
|
86
90
|
initialize: function ()
|
|
87
91
|
{
|
|
88
92
|
X3DInterpolatorNode .prototype .initialize .call (this);
|
|
@@ -81,6 +81,10 @@ CoordinateInterpolator .prototype = Object .assign (Object .create (X3DInterpola
|
|
|
81
81
|
{
|
|
82
82
|
return "children";
|
|
83
83
|
},
|
|
84
|
+
getSpecificationRange: function ()
|
|
85
|
+
{
|
|
86
|
+
return ["2.0", "Infinity"];
|
|
87
|
+
},
|
|
84
88
|
set_keyValue__: function () { },
|
|
85
89
|
interpolate: function (index0, index1, weight)
|
|
86
90
|
{
|
|
@@ -81,6 +81,10 @@ CoordinateInterpolator2D .prototype = Object .assign (Object .create (X3DInterpo
|
|
|
81
81
|
{
|
|
82
82
|
return "children";
|
|
83
83
|
},
|
|
84
|
+
getSpecificationRange: function ()
|
|
85
|
+
{
|
|
86
|
+
return ["3.0", "Infinity"];
|
|
87
|
+
},
|
|
84
88
|
set_keyValue__: function () { },
|
|
85
89
|
interpolate: function (index0, index1, weight)
|
|
86
90
|
{
|
|
@@ -80,6 +80,10 @@ EaseInEaseOut .prototype = Object .assign (Object .create (X3DInterpolatorNode .
|
|
|
80
80
|
{
|
|
81
81
|
return "children";
|
|
82
82
|
},
|
|
83
|
+
getSpecificationRange: function ()
|
|
84
|
+
{
|
|
85
|
+
return ["3.2", "Infinity"];
|
|
86
|
+
},
|
|
83
87
|
initialize: function ()
|
|
84
88
|
{
|
|
85
89
|
X3DInterpolatorNode .prototype .initialize .call (this);
|
|
@@ -82,6 +82,10 @@ NormalInterpolator .prototype = Object .assign (Object .create (X3DInterpolatorN
|
|
|
82
82
|
{
|
|
83
83
|
return "children";
|
|
84
84
|
},
|
|
85
|
+
getSpecificationRange: function ()
|
|
86
|
+
{
|
|
87
|
+
return ["2.0", "Infinity"];
|
|
88
|
+
},
|
|
85
89
|
initialize: function ()
|
|
86
90
|
{
|
|
87
91
|
X3DInterpolatorNode .prototype .initialize .call (this);
|
|
@@ -84,6 +84,10 @@ OrientationInterpolator .prototype = Object .assign (Object .create (X3DInterpol
|
|
|
84
84
|
{
|
|
85
85
|
return "children";
|
|
86
86
|
},
|
|
87
|
+
getSpecificationRange: function ()
|
|
88
|
+
{
|
|
89
|
+
return ["2.0", "Infinity"];
|
|
90
|
+
},
|
|
87
91
|
initialize: function ()
|
|
88
92
|
{
|
|
89
93
|
X3DInterpolatorNode .prototype .initialize .call (this);
|
|
@@ -81,6 +81,10 @@ PositionInterpolator .prototype = Object .assign (Object .create (X3DInterpolato
|
|
|
81
81
|
{
|
|
82
82
|
return "children";
|
|
83
83
|
},
|
|
84
|
+
getSpecificationRange: function ()
|
|
85
|
+
{
|
|
86
|
+
return ["2.0", "Infinity"];
|
|
87
|
+
},
|
|
84
88
|
initialize: function ()
|
|
85
89
|
{
|
|
86
90
|
X3DInterpolatorNode .prototype .initialize .call (this);
|
|
@@ -81,6 +81,10 @@ PositionInterpolator2D .prototype = Object .assign (Object .create (X3DInterpola
|
|
|
81
81
|
{
|
|
82
82
|
return "children";
|
|
83
83
|
},
|
|
84
|
+
getSpecificationRange: function ()
|
|
85
|
+
{
|
|
86
|
+
return ["3.0", "Infinity"];
|
|
87
|
+
},
|
|
84
88
|
initialize: function ()
|
|
85
89
|
{
|
|
86
90
|
X3DInterpolatorNode .prototype .initialize .call (this);
|
|
@@ -81,6 +81,10 @@ ScalarInterpolator .prototype = Object .assign (Object .create (X3DInterpolatorN
|
|
|
81
81
|
{
|
|
82
82
|
return "children";
|
|
83
83
|
},
|
|
84
|
+
getSpecificationRange: function ()
|
|
85
|
+
{
|
|
86
|
+
return ["2.0", "Infinity"];
|
|
87
|
+
},
|
|
84
88
|
initialize: function ()
|
|
85
89
|
{
|
|
86
90
|
X3DInterpolatorNode .prototype .initialize .call (this);
|
|
@@ -86,6 +86,10 @@ SplinePositionInterpolator .prototype = Object .assign (Object .create (X3DInter
|
|
|
86
86
|
{
|
|
87
87
|
return "children";
|
|
88
88
|
},
|
|
89
|
+
getSpecificationRange: function ()
|
|
90
|
+
{
|
|
91
|
+
return ["3.2", "Infinity"];
|
|
92
|
+
},
|
|
89
93
|
initialize: function ()
|
|
90
94
|
{
|
|
91
95
|
X3DInterpolatorNode .prototype .initialize .call (this);
|
|
@@ -86,6 +86,10 @@ SplinePositionInterpolator2D .prototype = Object .assign (Object .create (X3DInt
|
|
|
86
86
|
{
|
|
87
87
|
return "children";
|
|
88
88
|
},
|
|
89
|
+
getSpecificationRange: function ()
|
|
90
|
+
{
|
|
91
|
+
return ["3.2", "Infinity"];
|
|
92
|
+
},
|
|
89
93
|
initialize: function ()
|
|
90
94
|
{
|
|
91
95
|
X3DInterpolatorNode .prototype .initialize .call (this);
|
|
@@ -86,6 +86,10 @@ SplineScalarInterpolator .prototype = Object .assign (Object .create (X3DInterpo
|
|
|
86
86
|
{
|
|
87
87
|
return "children";
|
|
88
88
|
},
|
|
89
|
+
getSpecificationRange: function ()
|
|
90
|
+
{
|
|
91
|
+
return ["3.2", "Infinity"];
|
|
92
|
+
},
|
|
89
93
|
initialize: function ()
|
|
90
94
|
{
|
|
91
95
|
X3DInterpolatorNode .prototype .initialize .call (this);
|