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
|
@@ -21,6 +21,10 @@ The ChannelMerger node belongs to the **Sound** component and its default contai
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DSoundNode
|
|
26
|
+
+ X3DSoundChannelNode
|
|
27
|
+
+ ChannelMerger
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,17 +33,17 @@ The ChannelMerger node belongs to the **Sound** component and its default contai
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFFloat [in, out] **gain** <small
|
|
38
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### SFInt32 [out] **channelCount**
|
|
40
|
+
### SFInt32 [out] **channelCount**
|
|
37
41
|
|
|
38
|
-
### SFString [in, out] **channelCountMode** <small
|
|
42
|
+
### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
|
|
39
43
|
|
|
40
|
-
### SFString [in, out] **channelInterpretation** <small
|
|
44
|
+
### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
|
|
41
45
|
|
|
42
|
-
### MFNode [in, out] **children** <small
|
|
46
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
43
47
|
|
|
44
48
|
## External Links
|
|
45
49
|
|
|
@@ -21,6 +21,10 @@ The ChannelSelector node belongs to the **Sound** component and its default cont
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DSoundNode
|
|
26
|
+
+ X3DSoundChannelNode
|
|
27
|
+
+ ChannelSelector
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,19 +33,19 @@ The ChannelSelector node belongs to the **Sound** component and its default cont
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFFloat [in, out] **gain** <small
|
|
38
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### SFInt32 [in, out] **channelSelection** <small
|
|
40
|
+
### SFInt32 [in, out] **channelSelection** 0 <small>[0,∞)</small>
|
|
37
41
|
|
|
38
|
-
### SFInt32 [out] **channelCount**
|
|
42
|
+
### SFInt32 [out] **channelCount**
|
|
39
43
|
|
|
40
|
-
### SFString [in, out] **channelCountMode** <small
|
|
44
|
+
### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
|
|
41
45
|
|
|
42
|
-
### SFString [in, out] **channelInterpretation** <small
|
|
46
|
+
### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
|
|
43
47
|
|
|
44
|
-
### MFNode [in, out] **children** <small
|
|
48
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
45
49
|
|
|
46
50
|
## External Links
|
|
47
51
|
|
|
@@ -21,6 +21,10 @@ The ChannelSplitter node belongs to the **Sound** component and its default cont
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DSoundNode
|
|
26
|
+
+ X3DSoundChannelNode
|
|
27
|
+
+ ChannelSplitter
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,19 +33,19 @@ The ChannelSplitter node belongs to the **Sound** component and its default cont
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFFloat [in, out] **gain** <small
|
|
38
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### SFInt32 [out] **channelCount**
|
|
40
|
+
### SFInt32 [out] **channelCount**
|
|
37
41
|
|
|
38
|
-
### SFString [in, out] **channelCountMode** <small
|
|
42
|
+
### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
|
|
39
43
|
|
|
40
|
-
### SFString [in, out] **channelInterpretation** <small
|
|
44
|
+
### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
|
|
41
45
|
|
|
42
|
-
### MFNode [in, out] **children** <small
|
|
46
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
43
47
|
|
|
44
|
-
### MFNode [in, out] **outputs** <small
|
|
48
|
+
### MFNode [in, out] **outputs** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
45
49
|
|
|
46
50
|
## External Links
|
|
47
51
|
|
|
@@ -21,6 +21,10 @@ The Convolver node belongs to the **Sound** component and its default container
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DTimeDependentNode
|
|
26
|
+
+ X3DSoundProcessingNode
|
|
27
|
+
+ Convolver
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,37 +33,37 @@ The Convolver node belongs to the **Sound** component and its default container
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFFloat [in, out] **gain** <small
|
|
38
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### MFFloat [in, out] **buffer** <small
|
|
40
|
+
### MFFloat [in, out] **buffer** [ ] <small>[−1,1]</small>
|
|
37
41
|
|
|
38
|
-
### SFBool [in, out] **normalize**
|
|
42
|
+
### SFBool [in, out] **normalize** FALSE
|
|
39
43
|
|
|
40
|
-
### SFTime [in, out] **tailTime** <small
|
|
44
|
+
### SFTime [in, out] **tailTime** 0 <small>[0,∞)</small>
|
|
41
45
|
|
|
42
|
-
### SFInt32 [out] **channelCount**
|
|
46
|
+
### SFInt32 [out] **channelCount**
|
|
43
47
|
|
|
44
|
-
### SFString [in, out] **channelCountMode** <small
|
|
48
|
+
### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
|
|
45
49
|
|
|
46
|
-
### SFString [in, out] **channelInterpretation** <small
|
|
50
|
+
### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
|
|
47
51
|
|
|
48
|
-
### SFTime [in, out] **startTime** <small
|
|
52
|
+
### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
|
|
49
53
|
|
|
50
|
-
### SFTime [in, out] **resumeTime** <small
|
|
54
|
+
### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
|
|
51
55
|
|
|
52
|
-
### SFTime [in, out] **pauseTime** <small
|
|
56
|
+
### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
|
|
53
57
|
|
|
54
|
-
### SFTime [in, out] **stopTime** <small
|
|
58
|
+
### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
|
|
55
59
|
|
|
56
|
-
### SFBool [out] **isPaused**
|
|
60
|
+
### SFBool [out] **isPaused**
|
|
57
61
|
|
|
58
|
-
### SFBool [out] **isActive**
|
|
62
|
+
### SFBool [out] **isActive**
|
|
59
63
|
|
|
60
|
-
### SFTime [out] **elapsedTime**
|
|
64
|
+
### SFTime [out] **elapsedTime**
|
|
61
65
|
|
|
62
|
-
### MFNode [in, out] **children** <small
|
|
66
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
63
67
|
|
|
64
68
|
## External Links
|
|
65
69
|
|
|
@@ -21,6 +21,10 @@ The Delay node belongs to the **Sound** component and its default container fiel
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DTimeDependentNode
|
|
26
|
+
+ X3DSoundProcessingNode
|
|
27
|
+
+ Delay
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,37 +33,37 @@ The Delay node belongs to the **Sound** component and its default container fiel
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFFloat [in, out] **gain** <small
|
|
38
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### SFTime [in, out] **delayTime** <small
|
|
40
|
+
### SFTime [in, out] **delayTime** 0 <small>[0,∞)</small>
|
|
37
41
|
|
|
38
|
-
### SFTime [in, out] **maxDelayTime** <small
|
|
42
|
+
### SFTime [in, out] **maxDelayTime** 1 <small>[0,∞)</small>
|
|
39
43
|
|
|
40
|
-
### SFTime [in, out] **tailTime** <small
|
|
44
|
+
### SFTime [in, out] **tailTime** 0 <small>[0,∞)</small>
|
|
41
45
|
|
|
42
|
-
### SFInt32 [out] **channelCount**
|
|
46
|
+
### SFInt32 [out] **channelCount**
|
|
43
47
|
|
|
44
|
-
### SFString [in, out] **channelCountMode** <small
|
|
48
|
+
### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
|
|
45
49
|
|
|
46
|
-
### SFString [in, out] **channelInterpretation** <small
|
|
50
|
+
### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
|
|
47
51
|
|
|
48
|
-
### SFTime [in, out] **startTime** <small
|
|
52
|
+
### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
|
|
49
53
|
|
|
50
|
-
### SFTime [in, out] **resumeTime** <small
|
|
54
|
+
### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
|
|
51
55
|
|
|
52
|
-
### SFTime [in, out] **pauseTime** <small
|
|
56
|
+
### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
|
|
53
57
|
|
|
54
|
-
### SFTime [in, out] **stopTime** <small
|
|
58
|
+
### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
|
|
55
59
|
|
|
56
|
-
### SFBool [out] **isPaused**
|
|
60
|
+
### SFBool [out] **isPaused**
|
|
57
61
|
|
|
58
|
-
### SFBool [out] **isActive**
|
|
62
|
+
### SFBool [out] **isActive**
|
|
59
63
|
|
|
60
|
-
### SFTime [out] **elapsedTime**
|
|
64
|
+
### SFTime [out] **elapsedTime**
|
|
61
65
|
|
|
62
|
-
### MFNode [in, out] **children** <small
|
|
66
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
63
67
|
|
|
64
68
|
## External Links
|
|
65
69
|
|
|
@@ -21,6 +21,10 @@ The DynamicsCompressor node belongs to the **Sound** component and its default c
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DTimeDependentNode
|
|
26
|
+
+ X3DSoundProcessingNode
|
|
27
|
+
+ DynamicsCompressor
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,45 +33,45 @@ The DynamicsCompressor node belongs to the **Sound** component and its default c
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFFloat [in, out] **gain** <small
|
|
38
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### SFFloat [in, out] **attack** <small
|
|
40
|
+
### SFFloat [in, out] **attack** 0.003 <small>[0,∞)</small>
|
|
37
41
|
|
|
38
|
-
### SFFloat [in, out] **knee** <small
|
|
42
|
+
### SFFloat [in, out] **knee** 30 <small>[0,∞)</small>
|
|
39
43
|
|
|
40
|
-
### SFFloat [in, out] **ratio** <small
|
|
44
|
+
### SFFloat [in, out] **ratio** 12 <small>[0,∞)</small>
|
|
41
45
|
|
|
42
|
-
### SFFloat [in, out] **reduction** <small
|
|
46
|
+
### SFFloat [in, out] **reduction** 0 <small>[0,∞)</small>
|
|
43
47
|
|
|
44
|
-
### SFTime [in, out] **release** <small
|
|
48
|
+
### SFTime [in, out] **release** 0.25 <small>[0,∞)</small>
|
|
45
49
|
|
|
46
|
-
### SFFloat [in, out] **threshold** <small
|
|
50
|
+
### SFFloat [in, out] **threshold** -24 <small>[0,∞)</small>
|
|
47
51
|
|
|
48
|
-
### SFTime [in, out] **tailTime** <small
|
|
52
|
+
### SFTime [in, out] **tailTime** 0 <small>[0,∞)</small>
|
|
49
53
|
|
|
50
|
-
### SFInt32 [out] **channelCount**
|
|
54
|
+
### SFInt32 [out] **channelCount**
|
|
51
55
|
|
|
52
|
-
### SFString [in, out] **channelCountMode** <small
|
|
56
|
+
### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
|
|
53
57
|
|
|
54
|
-
### SFString [in, out] **channelInterpretation** <small
|
|
58
|
+
### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
|
|
55
59
|
|
|
56
|
-
### SFTime [in, out] **startTime** <small
|
|
60
|
+
### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
|
|
57
61
|
|
|
58
|
-
### SFTime [in, out] **resumeTime** <small
|
|
62
|
+
### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
|
|
59
63
|
|
|
60
|
-
### SFTime [in, out] **pauseTime** <small
|
|
64
|
+
### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
|
|
61
65
|
|
|
62
|
-
### SFTime [in, out] **stopTime** <small
|
|
66
|
+
### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
|
|
63
67
|
|
|
64
|
-
### SFBool [out] **isPaused**
|
|
68
|
+
### SFBool [out] **isPaused**
|
|
65
69
|
|
|
66
|
-
### SFBool [out] **isActive**
|
|
70
|
+
### SFBool [out] **isActive**
|
|
67
71
|
|
|
68
|
-
### SFTime [out] **elapsedTime**
|
|
72
|
+
### SFTime [out] **elapsedTime**
|
|
69
73
|
|
|
70
|
-
### MFNode [in, out] **children** <small
|
|
74
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
71
75
|
|
|
72
76
|
## External Links
|
|
73
77
|
|
|
@@ -21,6 +21,10 @@ The Gain node belongs to the **Sound** component and its default container field
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DTimeDependentNode
|
|
26
|
+
+ X3DSoundProcessingNode
|
|
27
|
+
+ Gain
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,33 +33,33 @@ The Gain node belongs to the **Sound** component and its default container field
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFFloat [in, out] **gain** <small
|
|
38
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### SFTime [in, out] **tailTime** <small
|
|
40
|
+
### SFTime [in, out] **tailTime** 0 <small>[0,∞)</small>
|
|
37
41
|
|
|
38
|
-
### SFInt32 [out] **channelCount**
|
|
42
|
+
### SFInt32 [out] **channelCount**
|
|
39
43
|
|
|
40
|
-
### SFString [in, out] **channelCountMode** <small
|
|
44
|
+
### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
|
|
41
45
|
|
|
42
|
-
### SFString [in, out] **channelInterpretation** <small
|
|
46
|
+
### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
|
|
43
47
|
|
|
44
|
-
### SFTime [in, out] **startTime** <small
|
|
48
|
+
### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
|
|
45
49
|
|
|
46
|
-
### SFTime [in, out] **resumeTime** <small
|
|
50
|
+
### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
|
|
47
51
|
|
|
48
|
-
### SFTime [in, out] **pauseTime** <small
|
|
52
|
+
### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
|
|
49
53
|
|
|
50
|
-
### SFTime [in, out] **stopTime** <small
|
|
54
|
+
### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
|
|
51
55
|
|
|
52
|
-
### SFBool [out] **isPaused**
|
|
56
|
+
### SFBool [out] **isPaused**
|
|
53
57
|
|
|
54
|
-
### SFBool [out] **isActive**
|
|
58
|
+
### SFBool [out] **isActive**
|
|
55
59
|
|
|
56
|
-
### SFTime [out] **elapsedTime**
|
|
60
|
+
### SFTime [out] **elapsedTime**
|
|
57
61
|
|
|
58
|
-
### MFNode [in, out] **children** <small
|
|
62
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
59
63
|
|
|
60
64
|
## External Links
|
|
61
65
|
|
|
@@ -21,6 +21,10 @@ The ListenerPointSource node belongs to the **Sound** component and its default
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DTimeDependentNode
|
|
26
|
+
+ X3DSoundSourceNode
|
|
27
|
+
+ ListenerPointSource
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,33 +33,33 @@ The ListenerPointSource node belongs to the **Sound** component and its default
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFVec3f [in, out] **position** <small
|
|
38
|
+
### SFVec3f [in, out] **position** 0 0 0 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### SFRotation [in, out] **orientation** <small
|
|
40
|
+
### SFRotation [in, out] **orientation** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
|
|
37
41
|
|
|
38
|
-
### SFFloat [in, out] **gain** <small
|
|
42
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
39
43
|
|
|
40
|
-
### SFBool [in, out] **dopplerEnabled**
|
|
44
|
+
### SFBool [in, out] **dopplerEnabled** FALSE
|
|
41
45
|
|
|
42
|
-
### SFFloat [in, out] **interauralDistance** <small
|
|
46
|
+
### SFFloat [in, out] **interauralDistance** 0 <small>[0,∞)</small>
|
|
43
47
|
|
|
44
|
-
### SFBool [in, out] **trackCurrentView**
|
|
48
|
+
### SFBool [in, out] **trackCurrentView** FALSE
|
|
45
49
|
|
|
46
|
-
### SFTime [in, out] **startTime** <small
|
|
50
|
+
### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
|
|
47
51
|
|
|
48
|
-
### SFTime [in, out] **resumeTime** <small
|
|
52
|
+
### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
|
|
49
53
|
|
|
50
|
-
### SFTime [in, out] **pauseTime** <small
|
|
54
|
+
### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
|
|
51
55
|
|
|
52
|
-
### SFTime [in, out] **stopTime** <small
|
|
56
|
+
### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
|
|
53
57
|
|
|
54
|
-
### SFBool [out] **isPaused**
|
|
58
|
+
### SFBool [out] **isPaused**
|
|
55
59
|
|
|
56
|
-
### SFBool [out] **isActive**
|
|
60
|
+
### SFBool [out] **isActive**
|
|
57
61
|
|
|
58
|
-
### SFTime [out] **elapsedTime**
|
|
62
|
+
### SFTime [out] **elapsedTime**
|
|
59
63
|
|
|
60
64
|
## External Links
|
|
61
65
|
|
|
@@ -21,6 +21,10 @@ The MicrophoneSource node belongs to the **Sound** component and its default con
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DTimeDependentNode
|
|
26
|
+
+ X3DSoundSourceNode
|
|
27
|
+
+ MicrophoneSource
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,25 +33,25 @@ The MicrophoneSource node belongs to the **Sound** component and its default con
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFFloat [in, out] **gain** <small
|
|
38
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### SFString [in, out] **mediaDeviceID**
|
|
40
|
+
### SFString [in, out] **mediaDeviceID** ""
|
|
37
41
|
|
|
38
|
-
### SFTime [in, out] **startTime** <small
|
|
42
|
+
### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
|
|
39
43
|
|
|
40
|
-
### SFTime [in, out] **resumeTime** <small
|
|
44
|
+
### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
|
|
41
45
|
|
|
42
|
-
### SFTime [in, out] **pauseTime** <small
|
|
46
|
+
### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
|
|
43
47
|
|
|
44
|
-
### SFTime [in, out] **stopTime** <small
|
|
48
|
+
### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
|
|
45
49
|
|
|
46
|
-
### SFBool [out] **isPaused**
|
|
50
|
+
### SFBool [out] **isPaused**
|
|
47
51
|
|
|
48
|
-
### SFBool [out] **isActive**
|
|
52
|
+
### SFBool [out] **isActive**
|
|
49
53
|
|
|
50
|
-
### SFTime [out] **elapsedTime**
|
|
54
|
+
### SFTime [out] **elapsedTime**
|
|
51
55
|
|
|
52
56
|
## External Links
|
|
53
57
|
|
|
@@ -21,6 +21,10 @@ The OscillatorSource node belongs to the **Sound** component and its default con
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DTimeDependentNode
|
|
26
|
+
+ X3DSoundSourceNode
|
|
27
|
+
+ OscillatorSource
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,29 +33,29 @@ The OscillatorSource node belongs to the **Sound** component and its default con
|
|
|
29
33
|
|
|
30
34
|
### SFString [in, out] **description** ""
|
|
31
35
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
36
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
37
|
|
|
34
|
-
### SFFloat [in, out] **gain** <small
|
|
38
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
|
-
### SFFloat [in, out] **detune** <small
|
|
40
|
+
### SFFloat [in, out] **detune** 0 <small>[0,∞)</small>
|
|
37
41
|
|
|
38
|
-
### SFFloat [in, out] **frequency** <small
|
|
42
|
+
### SFFloat [in, out] **frequency** 0 <small>[0,∞)</small>
|
|
39
43
|
|
|
40
|
-
### SFNode [in, out] **periodicWave** <small
|
|
44
|
+
### SFNode [in, out] **periodicWave** NULL <small>[PeriodicWave]</small>
|
|
41
45
|
|
|
42
|
-
### SFTime [in, out] **startTime** <small
|
|
46
|
+
### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
|
|
43
47
|
|
|
44
|
-
### SFTime [in, out] **resumeTime** <small
|
|
48
|
+
### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
|
|
45
49
|
|
|
46
|
-
### SFTime [in, out] **pauseTime** <small
|
|
50
|
+
### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
|
|
47
51
|
|
|
48
|
-
### SFTime [in, out] **stopTime** <small
|
|
52
|
+
### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
|
|
49
53
|
|
|
50
|
-
### SFBool [out] **isPaused**
|
|
54
|
+
### SFBool [out] **isPaused**
|
|
51
55
|
|
|
52
|
-
### SFBool [out] **isActive**
|
|
56
|
+
### SFBool [out] **isActive**
|
|
53
57
|
|
|
54
|
-
### SFTime [out] **elapsedTime**
|
|
58
|
+
### SFTime [out] **elapsedTime**
|
|
55
59
|
|
|
56
60
|
## External Links
|
|
57
61
|
|
|
@@ -21,6 +21,9 @@ The PeriodicWave node belongs to the **Sound** component and its default contain
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DSoundNode
|
|
26
|
+
+ PeriodicWave
|
|
24
27
|
```
|
|
25
28
|
|
|
26
29
|
## Fields
|
|
@@ -29,13 +32,13 @@ The PeriodicWave node belongs to the **Sound** component and its default contain
|
|
|
29
32
|
|
|
30
33
|
### SFString [in, out] **description** ""
|
|
31
34
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
35
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
36
|
|
|
34
|
-
### MFFloat [in, out] **optionsReal** <small
|
|
37
|
+
### MFFloat [in, out] **optionsReal** [ ] <small>(-∞,∞)</small>
|
|
35
38
|
|
|
36
|
-
### MFFloat [in, out] **optionsImag** <small
|
|
39
|
+
### MFFloat [in, out] **optionsImag** [ ] <small>(-∞,∞)</small>
|
|
37
40
|
|
|
38
|
-
### SFString [in, out] **type** <small
|
|
41
|
+
### SFString [in, out] **type** "SQUARE" <small>["SINE", "SQUARE", "SAWTOOTH", "TRIANGLE", "CUSTOM"]</small>
|
|
39
42
|
|
|
40
43
|
## External Links
|
|
41
44
|
|
|
@@ -40,9 +40,9 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
40
40
|
|
|
41
41
|
- Many XML tools substitute XML character references for special characters automatically if needed within an attribute value (such as &#38; for & ampersand character, or &#34; for " quotation-mark character).
|
|
42
42
|
|
|
43
|
-
###
|
|
43
|
+
### SFBool [in, out] **enabled** TRUE
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
Enables/disables node operation.
|
|
46
46
|
|
|
47
47
|
### SFBool [ ] **spatialize** TRUE
|
|
48
48
|
|
|
@@ -52,6 +52,10 @@ Whether to spatialize sound playback relative to viewer.
|
|
|
52
52
|
|
|
53
53
|
- Only effective between minimum and maximum ellipsoids.
|
|
54
54
|
|
|
55
|
+
### SFFloat [in, out] **intensity** 1 <small>[0,1]</small>
|
|
56
|
+
|
|
57
|
+
Factor [0,1] adjusting loudness (decibels) of emitted sound.
|
|
58
|
+
|
|
55
59
|
### SFVec3f [in, out] **location** 0 0 0 <small>(-∞,∞)</small>
|
|
56
60
|
|
|
57
61
|
Position of sound center, relative to local coordinate system.
|
|
@@ -84,6 +88,8 @@ Player hint [0,1] if needed to choose which sounds to play.
|
|
|
84
88
|
|
|
85
89
|
Input/Output field source.
|
|
86
90
|
|
|
91
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
92
|
+
|
|
87
93
|
## Description
|
|
88
94
|
|
|
89
95
|
### Hint
|