x_ite 8.8.5 → 8.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/components/Annotation.js +14 -14
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +13 -13
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +27 -27
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +19 -19
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +52 -40
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +19 -19
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +8 -8
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +27 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +26 -26
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +75 -73
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +29 -30
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +37 -37
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +24 -24
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +23 -23
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +30 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +21 -21
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +9 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +103 -105
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- package/docs/_posts/components/CADGeometry/CADAssembly.md +2 -2
- package/docs/_posts/components/CADGeometry/CADFace.md +3 -3
- package/docs/_posts/components/CADGeometry/CADLayer.md +2 -2
- package/docs/_posts/components/CADGeometry/CADPart.md +2 -2
- package/docs/_posts/components/Core/MetadataBoolean.md +0 -20
- package/docs/_posts/components/CubeMapTexturing/ComposedCubeMapTexture.md +15 -11
- package/docs/_posts/components/DIS/DISEntityManager.md +4 -4
- package/docs/_posts/components/DIS/DISEntityTypeMapping.md +9 -9
- package/docs/_posts/components/DIS/EspduTransform.md +37 -37
- package/docs/_posts/components/DIS/ReceiverPdu.md +18 -18
- package/docs/_posts/components/DIS/SignalPdu.md +16 -16
- package/docs/_posts/components/DIS/TransmitterPdu.md +32 -32
- package/docs/_posts/components/EventUtilities/BooleanFilter.md +6 -6
- package/docs/_posts/components/EventUtilities/BooleanSequencer.md +2 -2
- package/docs/_posts/components/EventUtilities/BooleanTrigger.md +1 -1
- package/docs/_posts/components/EventUtilities/IntegerSequencer.md +1 -1
- package/docs/_posts/components/Followers/ColorChaser.md +2 -2
- package/docs/_posts/components/Followers/ColorDamper.md +2 -2
- package/docs/_posts/components/Followers/CoordinateChaser.md +4 -4
- package/docs/_posts/components/Followers/CoordinateDamper.md +4 -4
- package/docs/_posts/components/Followers/OrientationChaser.md +4 -4
- package/docs/_posts/components/Followers/OrientationDamper.md +4 -4
- package/docs/_posts/components/Followers/PositionChaser.md +4 -4
- package/docs/_posts/components/Followers/PositionChaser2D.md +4 -4
- package/docs/_posts/components/Followers/PositionDamper.md +4 -4
- package/docs/_posts/components/Followers/PositionDamper2D.md +4 -4
- package/docs/_posts/components/Followers/ScalarChaser.md +4 -4
- package/docs/_posts/components/Followers/ScalarDamper.md +4 -4
- package/docs/_posts/components/Followers/TexCoordChaser2D.md +4 -4
- package/docs/_posts/components/Followers/TexCoordDamper2D.md +4 -4
- package/docs/_posts/components/Geometry2D/Polyline2D.md +1 -1
- package/docs/_posts/components/Geometry3D/Cone.md +2 -2
- package/docs/_posts/components/Geometry3D/Cylinder.md +3 -3
- package/docs/_posts/components/Geometry3D/ElevationGrid.md +2 -2
- package/docs/_posts/components/Geometry3D/IndexedFaceSet.md +3 -5
- package/docs/_posts/components/Geospatial/GeoElevationGrid.md +3 -3
- package/docs/_posts/components/Geospatial/GeoLOD.md +6 -6
- package/docs/_posts/components/Geospatial/GeoLocation.md +2 -2
- package/docs/_posts/components/Geospatial/GeoTouchSensor.md +8 -8
- package/docs/_posts/components/Geospatial/GeoTransform.md +2 -2
- package/docs/_posts/components/Geospatial/GeoViewpoint.md +11 -3
- package/docs/_posts/components/Grouping/Group.md +2 -2
- package/docs/_posts/components/Grouping/StaticGroup.md +2 -2
- package/docs/_posts/components/Grouping/Switch.md +2 -2
- package/docs/_posts/components/Grouping/Transform.md +2 -2
- package/docs/_posts/components/HAnim/HAnimDisplacer.md +16 -16
- package/docs/_posts/components/HAnim/HAnimHumanoid.md +78 -47
- package/docs/_posts/components/HAnim/HAnimJoint.md +59 -59
- package/docs/_posts/components/HAnim/HAnimMotion.md +17 -17
- package/docs/_posts/components/HAnim/HAnimSegment.md +39 -39
- package/docs/_posts/components/HAnim/HAnimSite.md +39 -39
- package/docs/_posts/components/Layering/Layer.md +14 -2
- package/docs/_posts/components/Layering/LayerSet.md +2 -2
- package/docs/_posts/components/Layering/Viewport.md +3 -3
- package/docs/_posts/components/Layout/Layout.md +1 -1
- package/docs/_posts/components/Layout/LayoutGroup.md +3 -3
- package/docs/_posts/components/Layout/LayoutLayer.md +14 -2
- package/docs/_posts/components/Layout/ScreenFontStyle.md +3 -3
- package/docs/_posts/components/Layout/ScreenGroup.md +3 -3
- package/docs/_posts/components/Lighting/DirectionalLight.md +4 -4
- package/docs/_posts/components/Lighting/EnvironmentLight.md +5 -5
- package/docs/_posts/components/Lighting/PointLight.md +4 -4
- package/docs/_posts/components/Lighting/SpotLight.md +4 -4
- package/docs/_posts/components/NURBS/NurbsCurve.md +1 -1
- package/docs/_posts/components/NURBS/NurbsCurve2D.md +1 -1
- package/docs/_posts/components/NURBS/NurbsOrientationInterpolator.md +6 -6
- package/docs/_posts/components/NURBS/NurbsPatchSurface.md +12 -12
- package/docs/_posts/components/NURBS/NurbsPositionInterpolator.md +6 -6
- package/docs/_posts/components/NURBS/NurbsSet.md +6 -6
- package/docs/_posts/components/NURBS/NurbsSurfaceInterpolator.md +22 -22
- package/docs/_posts/components/NURBS/NurbsTextureCoordinate.md +16 -16
- package/docs/_posts/components/NURBS/NurbsTrimmedSurface.md +12 -12
- package/docs/_posts/components/Navigation/Billboard.md +2 -2
- package/docs/_posts/components/Navigation/Collision.md +2 -2
- package/docs/_posts/components/Navigation/LOD.md +2 -2
- package/docs/_posts/components/Navigation/NavigationInfo.md +2 -2
- package/docs/_posts/components/Navigation/OrthoViewpoint.md +11 -3
- package/docs/_posts/components/Navigation/Viewpoint.md +12 -4
- package/docs/_posts/components/Navigation/ViewpointGroup.md +4 -4
- package/docs/_posts/components/Networking/Anchor.md +2 -2
- package/docs/_posts/components/Networking/Inline.md +2 -2
- package/docs/_posts/components/Networking/LoadSensor.md +3 -3
- package/docs/_posts/components/ParticleSystems/ConeEmitter.md +6 -2
- package/docs/_posts/components/ParticleSystems/ExplosionEmitter.md +5 -1
- package/docs/_posts/components/ParticleSystems/ParticleSystem.md +23 -14
- package/docs/_posts/components/ParticleSystems/PointEmitter.md +6 -2
- package/docs/_posts/components/ParticleSystems/PolylineEmitter.md +5 -1
- package/docs/_posts/components/ParticleSystems/SurfaceEmitter.md +4 -0
- package/docs/_posts/components/ParticleSystems/VolumeEmitter.md +14 -2
- package/docs/_posts/components/ParticleSystems/WindPhysicsModel.md +1 -1
- package/docs/_posts/components/Picking/LinePickSensor.md +23 -19
- package/docs/_posts/components/Picking/PickableGroup.md +4 -4
- package/docs/_posts/components/Picking/PointPickSensor.md +19 -15
- package/docs/_posts/components/Picking/PrimitivePickSensor.md +19 -15
- package/docs/_posts/components/Picking/VolumePickSensor.md +19 -15
- package/docs/_posts/components/PointingDeviceSensor/CylinderSensor.md +5 -5
- package/docs/_posts/components/PointingDeviceSensor/PlaneSensor.md +5 -5
- package/docs/_posts/components/PointingDeviceSensor/SphereSensor.md +4 -4
- package/docs/_posts/components/PointingDeviceSensor/TouchSensor.md +4 -4
- package/docs/_posts/components/Rendering/ClipPlane.md +1 -1
- package/docs/_posts/components/Rendering/IndexedLineSet.md +3 -9
- package/docs/_posts/components/RigidBodyPhysics/BallJoint.md +2 -2
- package/docs/_posts/components/RigidBodyPhysics/CollidableOffset.md +3 -3
- package/docs/_posts/components/RigidBodyPhysics/CollidableShape.md +3 -3
- package/docs/_posts/components/RigidBodyPhysics/CollisionCollection.md +7 -7
- package/docs/_posts/components/RigidBodyPhysics/CollisionSensor.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/CollisionSpace.md +5 -5
- package/docs/_posts/components/RigidBodyPhysics/Contact.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/DoubleAxisHingeJoint.md +10 -14
- package/docs/_posts/components/RigidBodyPhysics/MotorJoint.md +31 -31
- package/docs/_posts/components/RigidBodyPhysics/RigidBody.md +17 -17
- package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +6 -6
- package/docs/_posts/components/RigidBodyPhysics/SingleAxisHingeJoint.md +7 -9
- package/docs/_posts/components/RigidBodyPhysics/SliderJoint.md +7 -7
- package/docs/_posts/components/RigidBodyPhysics/UniversalJoint.md +12 -12
- package/docs/_posts/components/Shaders/PackagedShader.md +24 -24
- package/docs/_posts/components/Shape/AcousticProperties.md +5 -5
- package/docs/_posts/components/Shape/Appearance.md +1 -1
- package/docs/_posts/components/Shape/PointProperties.md +3 -11
- package/docs/_posts/components/Shape/Shape.md +3 -3
- package/docs/_posts/components/Sound/Analyser.md +23 -19
- package/docs/_posts/components/Sound/AudioClip.md +20 -4
- package/docs/_posts/components/Sound/AudioDestination.md +13 -9
- package/docs/_posts/components/Sound/BiquadFilter.md +22 -18
- package/docs/_posts/components/Sound/BufferAudioSource.md +26 -22
- package/docs/_posts/components/Sound/ChannelMerger.md +10 -6
- package/docs/_posts/components/Sound/ChannelSelector.md +11 -7
- package/docs/_posts/components/Sound/ChannelSplitter.md +11 -7
- package/docs/_posts/components/Sound/Convolver.md +20 -16
- package/docs/_posts/components/Sound/Delay.md +20 -16
- package/docs/_posts/components/Sound/DynamicsCompressor.md +24 -20
- package/docs/_posts/components/Sound/Gain.md +18 -14
- package/docs/_posts/components/Sound/ListenerPointSource.md +18 -14
- package/docs/_posts/components/Sound/MicrophoneSource.md +14 -10
- package/docs/_posts/components/Sound/OscillatorSource.md +16 -12
- package/docs/_posts/components/Sound/PeriodicWave.md +7 -4
- package/docs/_posts/components/Sound/Sound.md +8 -2
- package/docs/_posts/components/Sound/SpatialSound.md +20 -17
- package/docs/_posts/components/Sound/StreamAudioDestination.md +13 -9
- package/docs/_posts/components/Sound/StreamAudioSource.md +14 -10
- package/docs/_posts/components/Sound/WaveShaper.md +20 -16
- package/docs/_posts/components/Text/FontStyle.md +3 -3
- package/docs/_posts/components/TextureProjector/TextureProjector.md +11 -9
- package/docs/_posts/components/TextureProjector/TextureProjectorParallel.md +11 -9
- package/docs/_posts/components/Texturing/MovieTexture.md +20 -4
- package/docs/_posts/components/Texturing/TextureProperties.md +1 -1
- package/docs/_posts/components/Texturing3D/PixelTexture3D.md +4 -4
- package/docs/_posts/components/Time/TimeSensor.md +4 -4
- package/docs/_posts/components/VolumeRendering/BlendedVolumeStyle.md +10 -10
- package/docs/_posts/components/VolumeRendering/BoundaryEnhancementVolumeStyle.md +8 -8
- package/docs/_posts/components/VolumeRendering/CartoonVolumeStyle.md +8 -8
- package/docs/_posts/components/VolumeRendering/ComposedVolumeStyle.md +4 -4
- package/docs/_posts/components/VolumeRendering/EdgeEnhancementVolumeStyle.md +8 -8
- package/docs/_posts/components/VolumeRendering/IsoSurfaceVolumeData.md +27 -27
- package/docs/_posts/components/VolumeRendering/ProjectionVolumeStyle.md +14 -2
- package/docs/_posts/components/VolumeRendering/SegmentedVolumeData.md +21 -21
- package/docs/_posts/components/VolumeRendering/ShadedVolumeStyle.md +13 -13
- package/docs/_posts/components/VolumeRendering/SilhouetteEnhancementVolumeStyle.md +6 -6
- package/docs/_posts/components/VolumeRendering/ToneMappedVolumeStyle.md +10 -10
- package/docs/_posts/components/VolumeRendering/VolumeData.md +17 -17
- package/docs/_posts/components/X_ITE/BlendMode.md +7 -7
- package/docs/_tabs/playground.html +3 -1
- package/docs/assets/css/style.scss +4 -4
- package/package.json +1 -1
- package/src/x_ite/Base/X3DBaseNode.js +1 -1
- package/src/x_ite/Base/X3DInfoArray.js +2 -2
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Components/Annotation/GroupAnnotation.js +1 -1
- package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +2 -2
- package/src/x_ite/Components/Geospatial/GeoLocation.js +1 -1
- package/src/x_ite/Components/Geospatial/GeoViewpoint.js +18 -6
- package/src/x_ite/Components/HAnim/HAnimMotion.js +1 -1
- package/src/x_ite/Components/NURBS/NurbsPatchSurface.js +1 -1
- package/src/x_ite/Components/NURBS/NurbsTrimmedSurface.js +1 -1
- package/src/x_ite/Components/Navigation/Viewpoint.js +1 -1
- package/src/x_ite/Components/ParticleSystems/ConeEmitter.js +9 -9
- package/src/x_ite/Components/ParticleSystems/ExplosionEmitter.js +7 -7
- package/src/x_ite/Components/ParticleSystems/PointEmitter.js +8 -8
- package/src/x_ite/Components/ParticleSystems/PolylineEmitter.js +9 -9
- package/src/x_ite/Components/ParticleSystems/SurfaceEmitter.js +7 -7
- package/src/x_ite/Components/ParticleSystems/VolumeEmitter.js +12 -10
- package/src/x_ite/Components/RigidBodyPhysics/Contact.js +1 -1
- package/src/x_ite/Components/RigidBodyPhysics/MotorJoint.js +6 -6
- package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +0 -1
- package/src/x_ite/Components/RigidBodyPhysics/UniversalJoint.js +4 -4
- package/src/x_ite/Components/Shape/FillProperties.js +1 -1
- package/src/x_ite/Components/Shape/PhysicalMaterial.js +1 -1
- package/src/x_ite/Components/Sound/Analyser.js +2 -2
- package/src/x_ite/Components/Sound/AudioDestination.js +2 -2
- package/src/x_ite/Components/Sound/BiquadFilter.js +3 -3
- package/src/x_ite/Components/Sound/BufferAudioSource.js +2 -2
- package/src/x_ite/Components/Sound/ChannelMerger.js +2 -2
- package/src/x_ite/Components/Sound/ChannelSelector.js +2 -2
- package/src/x_ite/Components/Sound/ChannelSplitter.js +2 -2
- package/src/x_ite/Components/Sound/Convolver.js +2 -2
- package/src/x_ite/Components/Sound/Delay.js +2 -2
- package/src/x_ite/Components/Sound/DynamicsCompressor.js +2 -2
- package/src/x_ite/Components/Sound/Gain.js +2 -2
- package/src/x_ite/Components/Sound/PeriodicWave.js +1 -1
- package/src/x_ite/Components/Sound/StreamAudioDestination.js +2 -2
- package/src/x_ite/Components/Sound/WaveShaper.js +3 -3
- package/src/x_ite/Components/TextureProjector/TextureProjector.js +4 -4
- package/src/x_ite/Components/TextureProjector/TextureProjectorParallel.js +5 -5
- package/src/x_ite/Components/Texturing/PixelTexture.js +1 -1
- package/src/x_ite/Components/VolumeRendering/IsoSurfaceVolumeData.js +1 -1
- package/src/x_ite/Components/VolumeRendering/SegmentedVolumeData.js +1 -1
- package/src/x_ite/Components/VolumeRendering/VolumeData.js +1 -1
- package/src/x_ite/Configuration/SupportedComponents.js +2 -2
- package/src/x_ite/Execution/X3DExecutionContext.js +3 -5
- package/src/x_ite/Parser/VRMLParser.js +1 -1
- package/src/x_ite/Routing/X3DRoute.js +3 -3
|
@@ -35,7 +35,7 @@ The SignalPdu node belongs to the **DIS** component and its default container fi
|
|
|
35
35
|
|
|
36
36
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
37
37
|
|
|
38
|
-
### SFBool [
|
|
38
|
+
### SFBool [in, out] **visible** TRUE
|
|
39
39
|
|
|
40
40
|
Whether or not renderable content within this node is visually displayed.
|
|
41
41
|
|
|
@@ -44,7 +44,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
44
44
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
45
45
|
- Content must be visible to be collidable and to be pickable.
|
|
46
46
|
|
|
47
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
47
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
48
48
|
|
|
49
49
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
50
50
|
|
|
@@ -52,7 +52,7 @@ Whether to display bounding box for associated geometry, aligned with world coor
|
|
|
52
52
|
|
|
53
53
|
- The bounding box is displayed regardless of whether contained content is visible.
|
|
54
54
|
|
|
55
|
-
### SFVec3f [ ] **bboxSize** -1 -1 -1
|
|
55
|
+
### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>[0,∞) or −1 −1 −1</small>
|
|
56
56
|
|
|
57
57
|
Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.
|
|
58
58
|
|
|
@@ -60,7 +60,7 @@ Bounding box size is usually omitted, and can easily be calculated automatically
|
|
|
60
60
|
|
|
61
61
|
- Can be useful for collision computations or inverse-kinematics (IK) engines.
|
|
62
62
|
|
|
63
|
-
### SFVec3f [ ] **bboxCenter** 0 0 0
|
|
63
|
+
### SFVec3f [ ] **bboxCenter** 0 0 0 <small>(-∞,∞)</small>
|
|
64
64
|
|
|
65
65
|
Bounding box center: optional hint for position offset from origin of local coordinate system.
|
|
66
66
|
|
|
@@ -84,15 +84,15 @@ Each simulation application that can respond to simulation management PDUs needs
|
|
|
84
84
|
|
|
85
85
|
Holds audio or digital data conveyed by the radio transmission. Interpretation of the field depends on values of encodingScheme and tdlType fields.
|
|
86
86
|
|
|
87
|
-
### SFInt32 [in, out] **dataLength** <small>[0,65535]</small>
|
|
87
|
+
### SFInt32 [in, out] **dataLength** 0 <small>[0,65535]</small>
|
|
88
88
|
|
|
89
89
|
Number of bits of digital voice audio or digital data being sent in the Signal PDU. If the Encoding Class is database index, then dataLength field is set to 96.
|
|
90
90
|
|
|
91
|
-
### SFInt32 [in, out] **encodingScheme** <small>[0,65535]</small>
|
|
91
|
+
### SFInt32 [in, out] **encodingScheme** 0 <small>[0,65535]</small>
|
|
92
92
|
|
|
93
93
|
Designates both Encoding Class and Encoding Type. Encoding Class enumerated value (2 most significant bits): 0 = Encoded Voice; 1 = Raw Binary Data; 2 = Application-Specific Data; 3 = Database Index. Encoding Type enumerated value (14 least significant bits): 1 = 8-bit mu-law; 2 = CVSD per MIL-STD-188-113; 3 = ADPCM per CCITT G.721; 4 = 16-bit linear PCM; 5 = 8-bit linear PCM; 6 = Vector Quantization.
|
|
94
94
|
|
|
95
|
-
### SFInt32 [in, out] **entityID** <small>[0,65535]</small>
|
|
95
|
+
### SFInt32 [in, out] **entityID** 0 <small>[0,65535]</small>
|
|
96
96
|
|
|
97
97
|
*entityID* unique ID for entity within that application.
|
|
98
98
|
|
|
@@ -112,15 +112,15 @@ Whether this entity is ignoring the network, sending DIS packets to the network,
|
|
|
112
112
|
|
|
113
113
|
- Do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values. Network activity may have associated security issues.
|
|
114
114
|
|
|
115
|
-
### SFInt32 [in, out] **port**
|
|
115
|
+
### SFInt32 [in, out] **port** 0 <small>[0,65535]</small>
|
|
116
116
|
|
|
117
117
|
Multicast network port, for example: 62040.
|
|
118
118
|
|
|
119
|
-
### SFInt32 [in, out] **radioID**
|
|
119
|
+
### SFInt32 [in, out] **radioID** 0 <small>[0,65535]</small>
|
|
120
120
|
|
|
121
121
|
Identifies a particular radio within a given entity.
|
|
122
122
|
|
|
123
|
-
### SFFloat [in, out] **readInterval** 0.1
|
|
123
|
+
### SFFloat [in, out] **readInterval** 0.1 <small>(0,∞)</small>
|
|
124
124
|
|
|
125
125
|
Seconds between read updates, 0 means no reading.
|
|
126
126
|
|
|
@@ -128,27 +128,27 @@ Seconds between read updates, 0 means no reading.
|
|
|
128
128
|
|
|
129
129
|
Whether RTP headers are prepended to DIS PDUs.
|
|
130
130
|
|
|
131
|
-
### SFInt32 [in, out] **sampleRate**
|
|
131
|
+
### SFInt32 [in, out] **sampleRate** 0 <small>[0,65535]</small>
|
|
132
132
|
|
|
133
133
|
*sampleRate* gives either (1) sample rate in samples per second if Encoding Class is encoded audio, or (2) data rate in bits per second for data transmissions. If Encoding Class is database index, sampleRate is set to zero.
|
|
134
134
|
|
|
135
|
-
### SFInt32 [in, out] **samples**
|
|
135
|
+
### SFInt32 [in, out] **samples** 0 <small>[0,65535]</small>
|
|
136
136
|
|
|
137
137
|
Number of samples in the PDU if the Encoding Class is encoded voice, otherwise the field is set to zero.
|
|
138
138
|
|
|
139
|
-
### SFInt32 [in, out] **siteID**
|
|
139
|
+
### SFInt32 [in, out] **siteID** 0 <small>[0,65535]</small>
|
|
140
140
|
|
|
141
141
|
Simulation/exercise siteID of the participating LAN or organization.
|
|
142
142
|
|
|
143
|
-
### SFInt32 [in, out] **tdlType**
|
|
143
|
+
### SFInt32 [in, out] **tdlType** 0 <small>[0,65535]</small>
|
|
144
144
|
|
|
145
145
|
Tactical Data Link (TDL) type as an enumerated value when the Encoding Class is voice, raw binary, application-specific, or database index representation of a TDL message.
|
|
146
146
|
|
|
147
|
-
### SFInt32 [in, out] **whichGeometry** 1
|
|
147
|
+
### SFInt32 [in, out] **whichGeometry** 1 <small>[-1,∞)</small>
|
|
148
148
|
|
|
149
149
|
Select geometry to render: -1 for no geometry, 0 for text trace, 1 for default geometry, (optional) higher values to render different states.
|
|
150
150
|
|
|
151
|
-
### SFFloat [in, out] **writeInterval** 1
|
|
151
|
+
### SFFloat [in, out] **writeInterval** 1 <small>(0,∞)</small>
|
|
152
152
|
|
|
153
153
|
Seconds between write updates, 0 means no writing (sending).
|
|
154
154
|
|
|
@@ -35,7 +35,7 @@ The TransmitterPdu node belongs to the **DIS** component and its default contain
|
|
|
35
35
|
|
|
36
36
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
37
37
|
|
|
38
|
-
### SFBool [
|
|
38
|
+
### SFBool [in, out] **visible** TRUE
|
|
39
39
|
|
|
40
40
|
Whether or not renderable content within this node is visually displayed.
|
|
41
41
|
|
|
@@ -44,7 +44,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
44
44
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
45
45
|
- Content must be visible to be collidable and to be pickable.
|
|
46
46
|
|
|
47
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
47
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
48
48
|
|
|
49
49
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
50
50
|
|
|
@@ -52,7 +52,7 @@ Whether to display bounding box for associated geometry, aligned with world coor
|
|
|
52
52
|
|
|
53
53
|
- The bounding box is displayed regardless of whether contained content is visible.
|
|
54
54
|
|
|
55
|
-
### SFVec3f [ ] **bboxSize** -1 -1 -1
|
|
55
|
+
### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>[0,∞) or −1 −1 −1</small>
|
|
56
56
|
|
|
57
57
|
Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.
|
|
58
58
|
|
|
@@ -60,7 +60,7 @@ Bounding box size is usually omitted, and can easily be calculated automatically
|
|
|
60
60
|
|
|
61
61
|
- Can be useful for collision computations or inverse-kinematics (IK) engines.
|
|
62
62
|
|
|
63
|
-
### SFVec3f [ ] **bboxCenter** 0 0 0
|
|
63
|
+
### SFVec3f [ ] **bboxCenter** 0 0 0 <small>(-∞,∞)</small>
|
|
64
64
|
|
|
65
65
|
Bounding box center: optional hint for position offset from origin of local coordinate system.
|
|
66
66
|
|
|
@@ -80,11 +80,11 @@ Multicast network address, or else "localhost" example: 224.2.181.145.
|
|
|
80
80
|
|
|
81
81
|
World coordinates for antenna location.
|
|
82
82
|
|
|
83
|
-
### SFInt32 [in, out] **antennaPatternLength** <small>[0,65535]</small>
|
|
83
|
+
### SFInt32 [in, out] **antennaPatternLength** 0 <small>[0,65535]</small>
|
|
84
84
|
|
|
85
85
|
Input/Output field antennaPatternLength.
|
|
86
86
|
|
|
87
|
-
### SFInt32 [in, out] **antennaPatternType** <small>[0,65535]</small>
|
|
87
|
+
### SFInt32 [in, out] **antennaPatternType** 0 <small>[0,65535]</small>
|
|
88
88
|
|
|
89
89
|
Antenna shape pattern: 0 for omnidirectional, 1 for beam, 2 for spherical harmonic (deprecated), or optional higher value
|
|
90
90
|
|
|
@@ -92,15 +92,15 @@ Antenna shape pattern: 0 for omnidirectional, 1 for beam, 2 for spherical harmon
|
|
|
92
92
|
|
|
93
93
|
Each simulation application that can respond to simulation management PDUs needs to have a unique applicationID.
|
|
94
94
|
|
|
95
|
-
### SFInt32 [in, out] **cryptoKeyID** <small>[0,65535]</small>
|
|
95
|
+
### SFInt32 [in, out] **cryptoKeyID** 0 <small>[0,65535]</small>
|
|
96
96
|
|
|
97
97
|
Nonzero value corresponding to the simulated cryptographic key. Enumerations value 0 indicates plain (unencrypted) communications.
|
|
98
98
|
|
|
99
|
-
### SFInt32 [in, out] **cryptoSystem** <small>[0,65535]</small>
|
|
99
|
+
### SFInt32 [in, out] **cryptoSystem** 0 <small>[0,65535]</small>
|
|
100
100
|
|
|
101
101
|
Indicates type of crypto system being used, even if the encryption equipment is not keyed. Value 0 for No Encryption Device, higher enumerations values correspond to other specific equipment..
|
|
102
102
|
|
|
103
|
-
### SFInt32 [in, out] **entityID** <small>[0,65535]</small>
|
|
103
|
+
### SFInt32 [in, out] **entityID** 0 <small>[0,65535]</small>
|
|
104
104
|
|
|
105
105
|
*entityID* unique ID for entity within that application.
|
|
106
106
|
|
|
@@ -108,27 +108,27 @@ Indicates type of crypto system being used, even if the encryption equipment is
|
|
|
108
108
|
|
|
109
109
|
Transmission frequency in Hz. If the radio is in frequency hopping mode, this field may be set to the center of the frequency hopping band currently in use, or to some other appropriate value.
|
|
110
110
|
|
|
111
|
-
### SFInt32 [in, out] **inputSource** <small>[0,255]</small>
|
|
111
|
+
### SFInt32 [in, out] **inputSource** 0 <small>[0,255]</small>
|
|
112
112
|
|
|
113
113
|
Source of transmission input. Enumerations value 0 for Other, 1 for Pilot, 2 for Copilot, 3 for First Officer, 4 for Driver, 5 for Loader, 6 for Gunner, 7 for Commander, 8 for Digital Data Device, 9 for Intercom, 10 for Audio Jammer, 11 for Data Jammer, 12 for GPS Jammer, 13 for GPS Meaconer (masking beacon).
|
|
114
114
|
|
|
115
|
-
### SFInt32 [in, out] **lengthOfModulationParameters** <small>[0,255]</small>
|
|
115
|
+
### SFInt32 [in, out] **lengthOfModulationParameters** 0 <small>[0,255]</small>
|
|
116
116
|
|
|
117
117
|
Input/Output field lengthOfModulationParameters.
|
|
118
118
|
|
|
119
|
-
### SFInt32 [in, out] **modulationTypeDetail** <small>[0,65535]</small>
|
|
119
|
+
### SFInt32 [in, out] **modulationTypeDetail** 0 <small>[0,65535]</small>
|
|
120
120
|
|
|
121
121
|
Enumeration containing detailed information depending on the major modulation type.
|
|
122
122
|
|
|
123
|
-
### SFInt32 [in, out] **modulationTypeMajor** <small>[0,65535]</small>
|
|
123
|
+
### SFInt32 [in, out] **modulationTypeMajor** 0 <small>[0,65535]</small>
|
|
124
124
|
|
|
125
125
|
Enumeration containing major classification of the modulation type. Enumerations value 0 for No Statement, 1 for Amplitude, 2 for Amplitude and Angle, 3 for Angle, 4 for Combination, 5 for Pulse, 6 for Unmodulated, 7 for Carrier Phase Shift Modulation (CPSM).
|
|
126
126
|
|
|
127
|
-
### SFInt32 [in, out] **modulationTypeSpreadSpectrum** <small>[0,65535]</small>
|
|
127
|
+
### SFInt32 [in, out] **modulationTypeSpreadSpectrum** 0 <small>[0,65535]</small>
|
|
128
128
|
|
|
129
129
|
Indicates the spread spectrum technique or combination of spread spectrum techniques in use.
|
|
130
130
|
|
|
131
|
-
### SFInt32 [in, out] **modulationTypeSystem** <small>[0,65535]</small>
|
|
131
|
+
### SFInt32 [in, out] **modulationTypeSystem** 0 <small>[0,65535]</small>
|
|
132
132
|
|
|
133
133
|
Specifies radio system associated with this Transmitter PDU and used to interpret other fields whose values depend on a specific radio system.
|
|
134
134
|
|
|
@@ -136,7 +136,7 @@ Specifies radio system associated with this Transmitter PDU and used to interpre
|
|
|
136
136
|
|
|
137
137
|
Fallback server address if multicast not available locally. For example: track.nps.edu.
|
|
138
138
|
|
|
139
|
-
### SFInt32 [in, out] **multicastRelayPort**
|
|
139
|
+
### SFInt32 [in, out] **multicastRelayPort** 0 <small>[0,65535]</small>
|
|
140
140
|
|
|
141
141
|
Fallback server port if multicast not available locally. For example: 8010.
|
|
142
142
|
|
|
@@ -148,47 +148,47 @@ Whether this entity is ignoring the network, sending DIS packets to the network,
|
|
|
148
148
|
|
|
149
149
|
- Do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values. Network activity may have associated security issues.
|
|
150
150
|
|
|
151
|
-
### SFInt32 [in, out] **port**
|
|
151
|
+
### SFInt32 [in, out] **port** 0 <small>[0,65535]</small>
|
|
152
152
|
|
|
153
153
|
Multicast network port, for example: 62040.
|
|
154
154
|
|
|
155
|
-
### SFFloat [in, out] **power**
|
|
155
|
+
### SFFloat [in, out] **power** 0 <small>(0,∞)</small>
|
|
156
156
|
|
|
157
157
|
*power* that radio would be capable of outputting if on and transmitting, independent of actual transmit state of the radio.
|
|
158
158
|
|
|
159
|
-
### SFInt32 [in, out] **radioEntityTypeCategory**
|
|
159
|
+
### SFInt32 [in, out] **radioEntityTypeCategory** 0 <small>[0,255]</small>
|
|
160
160
|
|
|
161
161
|
Enumeration containing EntityType of transmitter radio. Enumerations value: 0 for Other, 1 for Generic Radio or Simple Intercom, 2 for HAVE QUICK, 3 for HAVE QUICK II, 4 for HAVE QUICK IIA, 5 for SINCGARS, 6 for CCTT SINCGARS, 7 for EPLRS (Enhanced Position Location Reporting System), 8 for JTIDS/MIDS, 9 for Link 11, 10 for Link 11B, 11 for L-Band SATCOM, 12 for Enhanced SINCGARS 7.3, 13 for Navigation Aid.
|
|
162
162
|
|
|
163
|
-
### SFInt32 [in, out] **radioEntityTypeCountry**
|
|
163
|
+
### SFInt32 [in, out] **radioEntityTypeCountry** 0 <small>[0,65535]</small>
|
|
164
164
|
|
|
165
165
|
Enumerations value for country to which the design of the entity or its design specification is attributed.
|
|
166
166
|
|
|
167
|
-
### SFInt32 [in, out] **radioEntityTypeDomain**
|
|
167
|
+
### SFInt32 [in, out] **radioEntityTypeDomain** 0 <small>[0,255]</small>
|
|
168
168
|
|
|
169
169
|
Enumerations value for domain in which the entity operates: LAND, AIR, SURFACE, SUBSURFACE, SPACE or OTHER.
|
|
170
170
|
|
|
171
|
-
### SFInt32 [in, out] **radioEntityTypeKind**
|
|
171
|
+
### SFInt32 [in, out] **radioEntityTypeKind** 0 <small>[0,255]</small>
|
|
172
172
|
|
|
173
173
|
Enumerations value for whether entity is a PLATFORM, MUNITION, LIFE_FORM, ENVIRONMENTAL, CULTURAL_FEATURE, SUPPLY, RADIO, EXPENDABLE, SENSOR_EMITTER or OTHER.
|
|
174
174
|
|
|
175
|
-
### SFInt32 [in, out] **radioEntityTypeNomenclature**
|
|
175
|
+
### SFInt32 [in, out] **radioEntityTypeNomenclature** 0 <small>[0,255]</small>
|
|
176
176
|
|
|
177
177
|
Enumerations value indicating nomenclature (name) for a particular emitter. See DIS enumerations reference for value/name pairs.
|
|
178
178
|
|
|
179
|
-
### SFInt32 [in, out] **radioEntityTypeNomenclatureVersion**
|
|
179
|
+
### SFInt32 [in, out] **radioEntityTypeNomenclatureVersion** 0 <small>[0,65535]</small>
|
|
180
180
|
|
|
181
181
|
Named equipment version number.
|
|
182
182
|
|
|
183
|
-
### SFInt32 [in, out] **radioID**
|
|
183
|
+
### SFInt32 [in, out] **radioID** 0 <small>[0,255]</small>
|
|
184
184
|
|
|
185
185
|
Identifies a particular radio within a given entity.
|
|
186
186
|
|
|
187
|
-
### SFFloat [in, out] **readInterval** 0.1
|
|
187
|
+
### SFFloat [in, out] **readInterval** 0.1 <small>(0,∞)</small>
|
|
188
188
|
|
|
189
189
|
Seconds between read updates, 0 means no reading.
|
|
190
190
|
|
|
191
|
-
### SFVec3f [in, out] **relativeAntennaLocation** 0 0 0
|
|
191
|
+
### SFVec3f [in, out] **relativeAntennaLocation** 0 0 0 <small>(-∞,∞)</small>
|
|
192
192
|
|
|
193
193
|
Relative coordinates for antenna location.
|
|
194
194
|
|
|
@@ -196,23 +196,23 @@ Relative coordinates for antenna location.
|
|
|
196
196
|
|
|
197
197
|
Whether RTP headers are prepended to DIS PDUs.
|
|
198
198
|
|
|
199
|
-
### SFInt32 [in, out] **siteID**
|
|
199
|
+
### SFInt32 [in, out] **siteID** 0 <small>[0,65535]</small>
|
|
200
200
|
|
|
201
201
|
Simulation/exercise siteID of the participating LAN or organization.
|
|
202
202
|
|
|
203
|
-
### SFFloat [in, out] **transmitFrequencyBandwidth**
|
|
203
|
+
### SFFloat [in, out] **transmitFrequencyBandwidth** 0 <small>(-∞,∞)</small>
|
|
204
204
|
|
|
205
205
|
Bandwidth of the particular transmitter measured between the half-power (-3 dB) points (this value represents total bandwidth, not the deviation from the center frequency).
|
|
206
206
|
|
|
207
|
-
### SFInt32 [in, out] **transmitState**
|
|
207
|
+
### SFInt32 [in, out] **transmitState** 0 <small>[0,255]</small>
|
|
208
208
|
|
|
209
209
|
Specify radio transmission state where enumerations value 0 is for off, value 1 for powered but not transmitting, or value 1 is for powered and transmitting,
|
|
210
210
|
|
|
211
|
-
### SFInt32 [in, out] **whichGeometry** 1
|
|
211
|
+
### SFInt32 [in, out] **whichGeometry** 1 <small>[-1,∞)</small>
|
|
212
212
|
|
|
213
213
|
Select geometry to render: -1 for no geometry, 0 for text trace, 1 for default geometry, (optional) higher values to render different states.
|
|
214
214
|
|
|
215
|
-
### SFFloat [in, out] **writeInterval** 1
|
|
215
|
+
### SFFloat [in, out] **writeInterval** 1 <small>[0,∞)</small>
|
|
216
216
|
|
|
217
217
|
Seconds between write updates, 0 means no writing (sending).
|
|
218
218
|
|
|
@@ -35,21 +35,21 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
35
35
|
|
|
36
36
|
*set_boolean* is the input value to be filtered.
|
|
37
37
|
|
|
38
|
-
### SFBool [out] **
|
|
38
|
+
### SFBool [out] **inputTrue**
|
|
39
39
|
|
|
40
|
-
*
|
|
40
|
+
*inputTrue* only passes a true value, which occurs when set_boolean input is true.
|
|
41
41
|
|
|
42
42
|
#### Hint
|
|
43
43
|
|
|
44
|
-
-
|
|
44
|
+
- InputTrue can only provide a value of true.
|
|
45
45
|
|
|
46
|
-
### SFBool [out] **
|
|
46
|
+
### SFBool [out] **inputFalse**
|
|
47
47
|
|
|
48
|
-
*
|
|
48
|
+
*inputFalse* only passes a false value, which occurs when set_boolean is false.
|
|
49
49
|
|
|
50
50
|
#### Hint
|
|
51
51
|
|
|
52
|
-
-
|
|
52
|
+
- InputFalse can only provide a value of false.
|
|
53
53
|
|
|
54
54
|
### SFBool [out] **inputNegate**
|
|
55
55
|
|
|
@@ -32,7 +32,7 @@ The BooleanSequencer node belongs to the **EventUtilities** component and its de
|
|
|
32
32
|
|
|
33
33
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
34
34
|
|
|
35
|
-
### SFFloat [in] **set_fraction**
|
|
35
|
+
### SFFloat [in] **set_fraction** <small>(-∞,∞)</small>
|
|
36
36
|
|
|
37
37
|
*set_fraction* selects input key for corresponding keyValue output.
|
|
38
38
|
|
|
@@ -60,7 +60,7 @@ Definition parameters for linear-interpolation function time intervals, in incre
|
|
|
60
60
|
|
|
61
61
|
- Number of keys must match number of keyValues!
|
|
62
62
|
|
|
63
|
-
### MFBool [in, out] **keyValue** [ ]
|
|
63
|
+
### MFBool [in, out] **keyValue** [ ]
|
|
64
64
|
|
|
65
65
|
Output values for linear interpolation, each corresponding to time-fraction keys.
|
|
66
66
|
|
|
@@ -32,7 +32,7 @@ The BooleanTrigger node belongs to the **EventUtilities** component and its defa
|
|
|
32
32
|
|
|
33
33
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
34
34
|
|
|
35
|
-
### SFTime [in] **set_triggerTime**
|
|
35
|
+
### SFTime [in] **set_triggerTime** <small>(-∞,∞)</small>
|
|
36
36
|
|
|
37
37
|
*set_triggerTime* provides input time event, typical event sent is TouchSensor touchTime.
|
|
38
38
|
|
|
@@ -32,7 +32,7 @@ The IntegerSequencer node belongs to the **EventUtilities** component and its de
|
|
|
32
32
|
|
|
33
33
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
34
34
|
|
|
35
|
-
### SFFloat [in] **set_fraction**
|
|
35
|
+
### SFFloat [in] **set_fraction** <small>(-∞,∞)</small>
|
|
36
36
|
|
|
37
37
|
*set_fraction* selects input key for corresponding keyValue output.
|
|
38
38
|
|
|
@@ -33,11 +33,11 @@ The ColorChaser node belongs to the **Followers** component and its default cont
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFColor [in] **set_value**
|
|
36
|
+
### SFColor [in] **set_value** <small>[0,1]</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFColor [in] **set_destination**
|
|
40
|
+
### SFColor [in] **set_destination** <small>[0,1]</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
@@ -33,11 +33,11 @@ The ColorDamper node belongs to the **Followers** component and its default cont
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFColor [in] **set_value**
|
|
36
|
+
### SFColor [in] **set_value** <small>[0,1]</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFColor [in] **set_destination**
|
|
40
|
+
### SFColor [in] **set_destination** <small>[0,1]</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
@@ -33,19 +33,19 @@ The CoordinateChaser node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### MFVec3f [in] **set_value**
|
|
36
|
+
### MFVec3f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### MFVec3f [in] **set_destination**
|
|
40
|
+
### MFVec3f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### MFVec3f [ ] **initialValue** 0 0 0
|
|
44
|
+
### MFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### MFVec3f [ ] **initialDestination** 0 0 0
|
|
48
|
+
### MFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The CoordinateDamper node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### MFVec3f [in] **set_value**
|
|
36
|
+
### MFVec3f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### MFVec3f [in] **set_destination**
|
|
40
|
+
### MFVec3f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### MFVec3f [ ] **initialValue** 0 0 0
|
|
44
|
+
### MFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### MFVec3f [ ] **initialDestination** 0 0 0
|
|
48
|
+
### MFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The OrientationChaser node belongs to the **Followers** component and its defaul
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFRotation [in] **set_value**
|
|
36
|
+
### SFRotation [in] **set_value** <small>[-1,1] or (-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFRotation [in] **set_destination**
|
|
40
|
+
### SFRotation [in] **set_destination** <small>[-1,1] or (-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFRotation [ ] **initialValue** 0 0 1 0
|
|
44
|
+
### SFRotation [ ] **initialValue** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFRotation [ ] **initialDestination** 0 0 1 0
|
|
48
|
+
### SFRotation [ ] **initialDestination** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The OrientationDamper node belongs to the **Followers** component and its defaul
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFRotation [in] **set_value**
|
|
36
|
+
### SFRotation [in] **set_value** <small>[-1,1] or (-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFRotation [in] **set_destination**
|
|
40
|
+
### SFRotation [in] **set_destination** <small>[-1,1] or (-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFRotation [ ] **initialValue** 0 0 1 0
|
|
44
|
+
### SFRotation [ ] **initialValue** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFRotation [ ] **initialDestination** 0 0 1 0
|
|
48
|
+
### SFRotation [ ] **initialDestination** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The PositionChaser node belongs to the **Followers** component and its default c
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFVec3f [in] **set_value**
|
|
36
|
+
### SFVec3f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFVec3f [in] **set_destination**
|
|
40
|
+
### SFVec3f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFVec3f [ ] **initialValue** 0 0 0
|
|
44
|
+
### SFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFVec3f [ ] **initialDestination** 0 0 0
|
|
48
|
+
### SFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The PositionChaser2D node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFVec2f [in] **set_value**
|
|
36
|
+
### SFVec2f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFVec2f [in] **set_destination**
|
|
40
|
+
### SFVec2f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFVec2f [ ] **initialValue** 0 0
|
|
44
|
+
### SFVec2f [ ] **initialValue** 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFVec2f [ ] **initialDestination** 0 0
|
|
48
|
+
### SFVec2f [ ] **initialDestination** 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The PositionDamper node belongs to the **Followers** component and its default c
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFVec3f [in] **set_value**
|
|
36
|
+
### SFVec3f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFVec3f [in] **set_destination**
|
|
40
|
+
### SFVec3f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFVec3f [ ] **initialValue** 0 0 0
|
|
44
|
+
### SFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFVec3f [ ] **initialDestination** 0 0 0
|
|
48
|
+
### SFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The PositionDamper2D node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFVec2f [in] **set_value**
|
|
36
|
+
### SFVec2f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFVec2f [in] **set_destination**
|
|
40
|
+
### SFVec2f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFVec2f [ ] **initialValue** 0 0
|
|
44
|
+
### SFVec2f [ ] **initialValue** 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFVec2f [ ] **initialDestination** 0 0
|
|
48
|
+
### SFVec2f [ ] **initialDestination** 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The ScalarChaser node belongs to the **Followers** component and its default con
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFFloat [in] **set_value**
|
|
36
|
+
### SFFloat [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFFloat [in] **set_destination**
|
|
40
|
+
### SFFloat [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFFloat [ ] **initialValue**
|
|
44
|
+
### SFFloat [ ] **initialValue** 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFFloat [ ] **initialDestination**
|
|
48
|
+
### SFFloat [ ] **initialDestination** 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The ScalarDamper node belongs to the **Followers** component and its default con
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFFloat [in] **set_value**
|
|
36
|
+
### SFFloat [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFFloat [in] **set_destination**
|
|
40
|
+
### SFFloat [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFFloat [ ] **initialValue**
|
|
44
|
+
### SFFloat [ ] **initialValue** 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFFloat [ ] **initialDestination**
|
|
48
|
+
### SFFloat [ ] **initialDestination** 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|