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,9 @@ The SpatialSound node belongs to the **Sound** component and its default contain
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DSoundNode
|
|
26
|
+
+ SpatialSound
|
|
24
27
|
```
|
|
25
28
|
|
|
26
29
|
## Fields
|
|
@@ -29,39 +32,39 @@ The SpatialSound 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
|
-
### SFBool [] **spatialize**
|
|
37
|
+
### SFBool [ ] **spatialize** TRUE
|
|
35
38
|
|
|
36
|
-
### SFFloat [in, out] **coneInnerAngle** <small
|
|
39
|
+
### SFFloat [in, out] **coneInnerAngle** 6.2832 <small>[0,2π]</small>
|
|
37
40
|
|
|
38
|
-
### SFFloat [in, out] **coneOuterAngle** <small
|
|
41
|
+
### SFFloat [in, out] **coneOuterAngle** 6.2832 <small>[0,2π]</small>
|
|
39
42
|
|
|
40
|
-
### SFFloat [in, out] **coneOuterGain** <small
|
|
43
|
+
### SFFloat [in, out] **coneOuterGain** 0 <small>(-∞,∞)</small>
|
|
41
44
|
|
|
42
|
-
### SFVec3f [in, out] **direction** <small
|
|
45
|
+
### SFVec3f [in, out] **direction** 0 0 1 <small>(-∞,∞)</small>
|
|
43
46
|
|
|
44
|
-
### SFString [in, out] **distanceModel** <small
|
|
47
|
+
### SFString [in, out] **distanceModel** "INVERSE" <small>["LINEAR" "INVERSE" "EXPONENTIAL"]</small>
|
|
45
48
|
|
|
46
|
-
### SFBool [in, out] **dopplerEnabled**
|
|
49
|
+
### SFBool [in, out] **dopplerEnabled** FALSE
|
|
47
50
|
|
|
48
|
-
### SFBool [in, out] **enableHRTF**
|
|
51
|
+
### SFBool [in, out] **enableHRTF** FALSE
|
|
49
52
|
|
|
50
|
-
### SFFloat [in, out] **gain** <small
|
|
53
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
51
54
|
|
|
52
|
-
### SFFloat [in, out] **intensity** <small
|
|
55
|
+
### SFFloat [in, out] **intensity** 1 <small>[0,1]</small>
|
|
53
56
|
|
|
54
|
-
### SFVec3f [in, out] **location** <small
|
|
57
|
+
### SFVec3f [in, out] **location** 0 0 0 <small>(-∞,∞)</small>
|
|
55
58
|
|
|
56
|
-
### SFFloat [in, out] **maxDistance** <small
|
|
59
|
+
### SFFloat [in, out] **maxDistance** 10000 <small>[0,∞)</small>
|
|
57
60
|
|
|
58
|
-
### SFFloat [in, out] **priority** <small
|
|
61
|
+
### SFFloat [in, out] **priority** 0 <small>[0,1]</small>
|
|
59
62
|
|
|
60
|
-
### SFFloat [in, out] **referenceDistance** <small
|
|
63
|
+
### SFFloat [in, out] **referenceDistance** 1 <small>[0,∞)</small>
|
|
61
64
|
|
|
62
|
-
### SFFloat [in, out] **rolloffFactor** <small
|
|
65
|
+
### SFFloat [in, out] **rolloffFactor** 1 <small>[0,∞)</small>
|
|
63
66
|
|
|
64
|
-
### MFNode [in, out] **children** <small
|
|
67
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
65
68
|
|
|
66
69
|
## External Links
|
|
67
70
|
|
|
@@ -21,6 +21,10 @@ The StreamAudioDestination node belongs to the **Sound** component and its defau
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DSoundNode
|
|
26
|
+
+ X3DSoundDestinationNode
|
|
27
|
+
+ StreamAudioDestination
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,23 +33,23 @@ The StreamAudioDestination node belongs to the **Sound** component and its defau
|
|
|
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
|
-
### MFString [in, out] **streamIdentifier**
|
|
40
|
+
### MFString [in, out] **streamIdentifier** [ ]
|
|
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
|
-
### SFString [out] **mediaDeviceID**
|
|
48
|
+
### SFString [out] **mediaDeviceID**
|
|
45
49
|
|
|
46
|
-
### SFBool [out] **isActive**
|
|
50
|
+
### SFBool [out] **isActive**
|
|
47
51
|
|
|
48
|
-
### MFNode [in, out] **children** <small
|
|
52
|
+
### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
|
|
49
53
|
|
|
50
54
|
## External Links
|
|
51
55
|
|
|
@@ -21,6 +21,10 @@ The StreamAudioSource node belongs to the **Sound** component and its default co
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DTimeDependentNode
|
|
26
|
+
+ X3DSoundSourceNode
|
|
27
|
+
+ StreamAudioSource
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,25 +33,25 @@ The StreamAudioSource node belongs to the **Sound** component and its default co
|
|
|
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
|
-
### MFString [in, out] **streamIdentifier**
|
|
40
|
+
### MFString [in, out] **streamIdentifier** [ ]
|
|
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 WaveShaper node belongs to the **Sound** component and its default container
|
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
+ X3DNode
|
|
24
|
+
+ X3DChildNode
|
|
25
|
+
+ X3DTimeDependentNode
|
|
26
|
+
+ X3DSoundProcessingNode
|
|
27
|
+
+ WaveShaper
|
|
24
28
|
```
|
|
25
29
|
|
|
26
30
|
## Fields
|
|
@@ -29,37 +33,37 @@ The WaveShaper 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] **curve** <small
|
|
40
|
+
### MFFloat [in, out] **curve** [ ] <small>[-1,-1]</small>
|
|
37
41
|
|
|
38
|
-
### SFString [in, out] **oversample** <small
|
|
42
|
+
### SFString [in, out] **oversample** "NONE" <small>["NONE", "2x", "4x"]</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
|
|
|
@@ -46,9 +46,9 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
46
46
|
- [See ISO3166 or](http://xml.coverpages.org/languageIdentifiers.html){:target="_blank"}
|
|
47
47
|
- [Relates to Internationalization (i18n)](https://www.w3.org/standards/webdesign/i18n){:target="_blank"}
|
|
48
48
|
|
|
49
|
-
### MFString [in, out] **family** "SERIF"
|
|
49
|
+
### MFString [in, out] **family** "SERIF" <small>String or [URI]</small>
|
|
50
50
|
|
|
51
|
-
Array of quoted font family names in preference
|
|
51
|
+
Array of quoted font family names, or the addresses of the font files to load, in order of preference; browsers will use the first supported family.
|
|
52
52
|
|
|
53
53
|
#### Hints
|
|
54
54
|
|
|
@@ -110,7 +110,7 @@ Whether text direction is top-to-bottom (true) or bottom-to-top (false).
|
|
|
110
110
|
|
|
111
111
|
- [Relates to Internationalization (i18n)](https://www.w3.org/standards/webdesign/i18n){:target="_blank"}
|
|
112
112
|
|
|
113
|
-
### MFString [in, out] **justify** "BEGIN" <small>["BEGIN"
|
|
113
|
+
### MFString [in, out] **justify** "BEGIN" <small>["BEGIN", "END", "FIRST", "MIDDLE", ""]</small>
|
|
114
114
|
|
|
115
115
|
The justify field determines alignment of the above text layout relative to the origin of the object coordinate system.
|
|
116
116
|
|
|
@@ -37,23 +37,25 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
37
37
|
|
|
38
38
|
- 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).
|
|
39
39
|
|
|
40
|
-
### SFBool [in, out] **on**
|
|
40
|
+
### SFBool [in, out] **on** TRUE
|
|
41
41
|
|
|
42
|
-
### SFBool [in, out] **global**
|
|
42
|
+
### SFBool [in, out] **global** TRUE
|
|
43
43
|
|
|
44
|
-
### SFVec3f [in, out] **location** <small
|
|
44
|
+
### SFVec3f [in, out] **location** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
|
-
### SFVec3f [in, out] **direction** <small
|
|
46
|
+
### SFVec3f [in, out] **direction** 0 0 1 <small>(-∞,∞)</small>
|
|
47
47
|
|
|
48
|
-
### SFVec3f [in, out] **upVector** <small
|
|
48
|
+
### SFVec3f [in, out] **upVector** 0 0 1 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
|
-
### SFFloat [in, out] **
|
|
50
|
+
### SFFloat [in, out] **fieldOfView** π/4 <small>(0,π)</small>
|
|
51
51
|
|
|
52
|
-
### SFFloat [in, out] **
|
|
52
|
+
### SFFloat [in, out] **nearDistance** -1 <small>-1 or (0,∞)</small>
|
|
53
53
|
|
|
54
|
-
### SFFloat [out] **
|
|
54
|
+
### SFFloat [in, out] **farDistance** -1 <small>-1 or (0,∞)</small>
|
|
55
55
|
|
|
56
|
-
###
|
|
56
|
+
### SFFloat [out] **aspectRatio**
|
|
57
|
+
|
|
58
|
+
### SFNode [in, out] **texture** NULL <small>[X3DTexture2DNode]</small>
|
|
57
59
|
|
|
58
60
|
## External Links
|
|
59
61
|
|
|
@@ -37,23 +37,25 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
37
37
|
|
|
38
38
|
- 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).
|
|
39
39
|
|
|
40
|
-
### SFBool [in, out] **on**
|
|
40
|
+
### SFBool [in, out] **on** TRUE
|
|
41
41
|
|
|
42
|
-
### SFBool [in, out] **global**
|
|
42
|
+
### SFBool [in, out] **global** TRUE
|
|
43
43
|
|
|
44
|
-
### SFVec3f [in, out] **location** <small
|
|
44
|
+
### SFVec3f [in, out] **location** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
|
-
### SFVec3f [in, out] **direction** <small
|
|
46
|
+
### SFVec3f [in, out] **direction** 0 0 1 <small>(-∞,∞)</small>
|
|
47
47
|
|
|
48
|
-
### SFVec3f [in, out] **upVector** <small
|
|
48
|
+
### SFVec3f [in, out] **upVector** 0 0 1 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
|
-
###
|
|
50
|
+
### MFFloat [in, out] **fieldOfView** [ -1, -1, 1, 1 ] <small>(-∞,∞)</small>
|
|
51
51
|
|
|
52
|
-
### SFFloat [in, out] **
|
|
52
|
+
### SFFloat [in, out] **nearDistance** -1 <small>-1 or (0,∞)</small>
|
|
53
53
|
|
|
54
|
-
### SFFloat [out] **
|
|
54
|
+
### SFFloat [in, out] **farDistance** -1 <small>-1 or (0,∞)</small>
|
|
55
55
|
|
|
56
|
-
###
|
|
56
|
+
### SFFloat [out] **aspectRatio**
|
|
57
|
+
|
|
58
|
+
### SFNode [in, out] **texture** NULL <small>[X3DTexture2DNode]</small>
|
|
57
59
|
|
|
58
60
|
## External Links
|
|
59
61
|
|
|
@@ -44,6 +44,10 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
44
44
|
|
|
45
45
|
- 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).
|
|
46
46
|
|
|
47
|
+
### SFBool [in, out] **enabled** TRUE
|
|
48
|
+
|
|
49
|
+
Enables/disables node operation.
|
|
50
|
+
|
|
47
51
|
### SFBool [in, out] **load** TRUE
|
|
48
52
|
|
|
49
53
|
*load*=true means load immediately, load=false means defer loading or else unload a previously loaded asset.
|
|
@@ -94,6 +98,18 @@ Location and filename of movie file or stream. Multiple locations are more relia
|
|
|
94
98
|
|
|
95
99
|
- Automatically reloading content has security considerations and needs to be considered carefully.
|
|
96
100
|
|
|
101
|
+
### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
|
|
102
|
+
|
|
103
|
+
The gain field is a factor that represents the amount of linear amplification to apply to the output of the node.
|
|
104
|
+
|
|
105
|
+
#### Hint
|
|
106
|
+
|
|
107
|
+
- Negative gain factors negate the input signal.
|
|
108
|
+
|
|
109
|
+
#### Warning
|
|
110
|
+
|
|
111
|
+
- Decibel values shall not be used.
|
|
112
|
+
|
|
97
113
|
### SFFloat [in, out] **speed** 1 <small>(-∞,∞)</small>
|
|
98
114
|
|
|
99
115
|
Factor for how fast the movie (or soundtrack) is played.
|
|
@@ -110,7 +126,7 @@ Input/Output field pitch.
|
|
|
110
126
|
|
|
111
127
|
Repeat indefinitely when loop=true, repeat only once when loop=false.
|
|
112
128
|
|
|
113
|
-
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
129
|
+
### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
|
|
114
130
|
|
|
115
131
|
Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
116
132
|
|
|
@@ -118,7 +134,7 @@ Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
|
118
134
|
|
|
119
135
|
- Usually receives a ROUTEd time value.
|
|
120
136
|
|
|
121
|
-
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
137
|
+
### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
|
|
122
138
|
|
|
123
139
|
When resumeTime becomes\<= time now, isPaused becomes false and MovieTexture becomes active. Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
124
140
|
|
|
@@ -130,7 +146,7 @@ When resumeTime becomes\<= time now, isPaused becomes false and MovieTexture bec
|
|
|
130
146
|
|
|
131
147
|
- Not supported in VRML97.
|
|
132
148
|
|
|
133
|
-
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
149
|
+
### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
|
|
134
150
|
|
|
135
151
|
When time now \>= pauseTime, isPaused becomes true and MovieTexture becomes paused. Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
136
152
|
|
|
@@ -142,7 +158,7 @@ When time now \>= pauseTime, isPaused becomes true and MovieTexture becomes paus
|
|
|
142
158
|
|
|
143
159
|
- Not supported in VRML97.
|
|
144
160
|
|
|
145
|
-
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
161
|
+
### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
|
|
146
162
|
|
|
147
163
|
Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
148
164
|
|
|
@@ -38,7 +38,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
38
38
|
|
|
39
39
|
- [X3D Scene Authoring Hints, Color](https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color){:target="_blank"}
|
|
40
40
|
|
|
41
|
-
### SFInt32 [in, out] **borderWidth** <small>[0,1]</small>
|
|
41
|
+
### SFInt32 [in, out] **borderWidth** 0 <small>[0,1]</small>
|
|
42
42
|
|
|
43
43
|
*borderWidth* number of pixels for texture border.
|
|
44
44
|
|
|
@@ -42,6 +42,10 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
42
42
|
|
|
43
43
|
- 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).
|
|
44
44
|
|
|
45
|
+
### MFInt32 [in, out] **image** [ 0, 0, 0, 0 ]
|
|
46
|
+
|
|
47
|
+
*image* describes raw data for this 3D texture: number of components to the image [0,.4], width, height and depth of the texture, followed by (width x height x depth) pixel values.
|
|
48
|
+
|
|
45
49
|
### SFBool [ ] **repeatS** FALSE
|
|
46
50
|
|
|
47
51
|
Whether to horizontally repeat texture along S axis.
|
|
@@ -54,10 +58,6 @@ Whether to vertically repeat texture along T axis.
|
|
|
54
58
|
|
|
55
59
|
Whether to vertically repeat texture along R axis.
|
|
56
60
|
|
|
57
|
-
### MFInt32 [in, out] **image** [ 0, 0, 0, 0 ]
|
|
58
|
-
|
|
59
|
-
*image* describes raw data for this 3D texture: number of components to the image [0,.4], width, height and depth of the texture, followed by (width x height x depth) pixel values.
|
|
60
|
-
|
|
61
61
|
### SFNode [ ] **textureProperties** NULL <small>[TextureProperties]</small>
|
|
62
62
|
|
|
63
63
|
Field textureProperties.
|
|
@@ -58,7 +58,7 @@ Enables/disables node operation.
|
|
|
58
58
|
|
|
59
59
|
Repeat indefinitely when loop=true, repeat only once when loop=false.
|
|
60
60
|
|
|
61
|
-
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
61
|
+
### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
|
|
62
62
|
|
|
63
63
|
When time now \>= startTime, isActive becomes true and TimeSensor becomes active. Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
64
64
|
|
|
@@ -66,7 +66,7 @@ When time now \>= startTime, isActive becomes true and TimeSensor becomes active
|
|
|
66
66
|
|
|
67
67
|
- Usually receives a ROUTEd time value.
|
|
68
68
|
|
|
69
|
-
### SFTime [in, out] **resumeTime**
|
|
69
|
+
### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
|
|
70
70
|
|
|
71
71
|
When *resumeTime* becomes\<= time now, isPaused becomes false and TimeSensor becomes inactive. Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
72
72
|
|
|
@@ -78,7 +78,7 @@ When *resumeTime* becomes\<= time now, isPaused becomes false and TimeSensor bec
|
|
|
78
78
|
|
|
79
79
|
- Not supported in VRML97.
|
|
80
80
|
|
|
81
|
-
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
81
|
+
### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
|
|
82
82
|
|
|
83
83
|
When time now \>= *pauseTime*, *isPaused* becomes true and TimeSensor becomes paused. Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
84
84
|
|
|
@@ -90,7 +90,7 @@ When time now \>= *pauseTime*, *isPaused* becomes true and TimeSensor becomes pa
|
|
|
90
90
|
|
|
91
91
|
- Not supported in VRML97.
|
|
92
92
|
|
|
93
|
-
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
93
|
+
### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
|
|
94
94
|
|
|
95
95
|
When stopTime becomes \<= time now, isActive becomes false and TimeSensor becomes inactive. Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
96
96
|
|
|
@@ -28,21 +28,13 @@ The BlendedVolumeStyle node belongs to the **VolumeRendering** component and its
|
|
|
28
28
|
|
|
29
29
|
## Fields
|
|
30
30
|
|
|
31
|
-
### SFBool [in, out] **enabled** TRUE
|
|
32
|
-
|
|
33
|
-
Enables/disables node operation.
|
|
34
|
-
|
|
35
31
|
### SFNode [in, out] **metadata** NULL <small>[X3DMetadataObject]</small>
|
|
36
32
|
|
|
37
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.
|
|
38
34
|
|
|
39
|
-
###
|
|
40
|
-
|
|
41
|
-
Input/Output field renderStyle.
|
|
42
|
-
|
|
43
|
-
### SFNode [in, out] **voxels** NULL <small>[X3DTexture3DNode]</small>
|
|
35
|
+
### SFBool [in, out] **enabled** TRUE
|
|
44
36
|
|
|
45
|
-
|
|
37
|
+
Enables/disables node operation.
|
|
46
38
|
|
|
47
39
|
### SFFloat [in, out] **weightConstant1** 0.5 <small>[0,1]</small>
|
|
48
40
|
|
|
@@ -76,6 +68,14 @@ The weightTransferFunction1 and weightTransferFunction2 fields specify two-dimen
|
|
|
76
68
|
|
|
77
69
|
The weightTransferFunction1 and weightTransferFunction2 fields specify two-dimensional textures that are used to determine the weight values when the weight function is set to "TABLE". The output weight value depends on the number of components in the textures as specified in Table 41.4.
|
|
78
70
|
|
|
71
|
+
### SFNode [in, out] **renderStyle** NULL <small>[X3DComposableVolumeRenderStyleNode]</small>
|
|
72
|
+
|
|
73
|
+
Input/Output field renderStyle.
|
|
74
|
+
|
|
75
|
+
### SFNode [in, out] **voxels** NULL <small>[X3DTexture3DNode]</small>
|
|
76
|
+
|
|
77
|
+
Input/Output field voxels.
|
|
78
|
+
|
|
79
79
|
#### See Also
|
|
80
80
|
|
|
81
81
|
- [See X3D Specification Table 41.3, Weight function types](https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/volume.html#t-WeightFunctionTypes){:target="_blank"}
|
|
@@ -28,25 +28,25 @@ The BoundaryEnhancementVolumeStyle node belongs to the **VolumeRendering** compo
|
|
|
28
28
|
|
|
29
29
|
## Fields
|
|
30
30
|
|
|
31
|
-
###
|
|
31
|
+
### SFNode [in, out] **metadata** NULL <small>[X3DMetadataObject]</small>
|
|
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
35
|
### SFBool [in, out] **enabled** TRUE
|
|
36
36
|
|
|
37
37
|
Enables/disables node operation.
|
|
38
38
|
|
|
39
|
-
###
|
|
39
|
+
### SFFloat [in, out] **retainedOpacity** 0.2 <small>[0,1]</small>
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
*retainedOpacity* k_gc is the amount of initial opacity to mix into the output
|
|
42
42
|
|
|
43
|
-
### SFFloat [in, out] **
|
|
43
|
+
### SFFloat [in, out] **boundaryOpacity** 0.9 <small>[0,1]</small>
|
|
44
44
|
|
|
45
|
-
*
|
|
45
|
+
*boundaryOpacity* k_gs is the factored amount of the gradient enhancement to use.
|
|
46
46
|
|
|
47
|
-
### SFFloat [in, out] **
|
|
47
|
+
### SFFloat [in, out] **opacityFactor** 2 <small>[0,∞)</small>
|
|
48
48
|
|
|
49
|
-
*
|
|
49
|
+
*opacityFactor* k_ge is the power function to control the slope of the opacity curve to highlight the set of data.
|
|
50
50
|
|
|
51
51
|
## External Links
|
|
52
52
|
|
|
@@ -28,21 +28,21 @@ The CartoonVolumeStyle node belongs to the **VolumeRendering** component and its
|
|
|
28
28
|
|
|
29
29
|
## Fields
|
|
30
30
|
|
|
31
|
-
###
|
|
32
|
-
|
|
33
|
-
Number of distinct colors taken from interpolated colors and used to render the object.
|
|
34
|
-
|
|
35
|
-
#### Hints
|
|
31
|
+
### SFNode [in, out] **metadata** NULL <small>[X3DMetadataObject]</small>
|
|
36
32
|
|
|
37
|
-
|
|
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.
|
|
38
34
|
|
|
39
35
|
### SFBool [in, out] **enabled** TRUE
|
|
40
36
|
|
|
41
37
|
Enables/disables node operation.
|
|
42
38
|
|
|
43
|
-
###
|
|
39
|
+
### SFInt32 [in, out] **colorSteps** 4 <small>[1,64]</small>
|
|
44
40
|
|
|
45
|
-
|
|
41
|
+
Number of distinct colors taken from interpolated colors and used to render the object.
|
|
42
|
+
|
|
43
|
+
#### Hints
|
|
44
|
+
|
|
45
|
+
- ColorSteps=1 means no color interpolation takes place, only use orthogonalColor. ParallelColor and orthogonalColor interpolation is in HSV color space for RGB components, linearly for alpha component.
|
|
46
46
|
|
|
47
47
|
### SFColorRGBA [in, out] **orthogonalColor** 1 1 1 1 <small>[0,1]</small>
|
|
48
48
|
|
|
@@ -28,14 +28,14 @@ The ComposedVolumeStyle node belongs to the **VolumeRendering** component and it
|
|
|
28
28
|
|
|
29
29
|
## Fields
|
|
30
30
|
|
|
31
|
-
### SFBool [in, out] **enabled** TRUE
|
|
32
|
-
|
|
33
|
-
Enables/disables node operation.
|
|
34
|
-
|
|
35
31
|
### SFNode [in, out] **metadata** NULL <small>[X3DMetadataObject]</small>
|
|
36
32
|
|
|
37
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.
|
|
38
34
|
|
|
35
|
+
### SFBool [in, out] **enabled** TRUE
|
|
36
|
+
|
|
37
|
+
Enables/disables node operation.
|
|
38
|
+
|
|
39
39
|
### MFNode [in, out] **renderStyle** [ ] <small>[X3DComposableVolumeRenderStyleNode]</small>
|
|
40
40
|
|
|
41
41
|
Input/Output field renderStyle.
|
|
@@ -28,6 +28,14 @@ The EdgeEnhancementVolumeStyle node belongs to the **VolumeRendering** component
|
|
|
28
28
|
|
|
29
29
|
## Fields
|
|
30
30
|
|
|
31
|
+
### SFNode [in, out] **metadata** NULL <small>[X3DMetadataObject]</small>
|
|
32
|
+
|
|
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
|
+
|
|
35
|
+
### SFBool [in, out] **enabled** TRUE
|
|
36
|
+
|
|
37
|
+
Enables/disables node operation.
|
|
38
|
+
|
|
31
39
|
### SFColorRGBA [in, out] **edgeColor** 0 0 0 1 <small>[0,1]</small>
|
|
32
40
|
|
|
33
41
|
Color used to highlight edges.
|
|
@@ -36,18 +44,10 @@ Color used to highlight edges.
|
|
|
36
44
|
|
|
37
45
|
- [X3D Scene Authoring Hints, Color](https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color){:target="_blank"}
|
|
38
46
|
|
|
39
|
-
### SFBool [in, out] **enabled** TRUE
|
|
40
|
-
|
|
41
|
-
Enables/disables node operation.
|
|
42
|
-
|
|
43
47
|
### SFFloat [in, out] **gradientThreshold** 0.4 <small>[0,π]</small>
|
|
44
48
|
|
|
45
49
|
Minimum angle (in radians) away from view-direction vector for surface normal before applying enhancement
|
|
46
50
|
|
|
47
|
-
### SFNode [in, out] **metadata** NULL <small>[X3DMetadataObject]</small>
|
|
48
|
-
|
|
49
|
-
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
50
|
-
|
|
51
51
|
### SFNode [in, out] **surfaceNormals** NULL <small>[X3DTexture3DNode]</small>
|
|
52
52
|
|
|
53
53
|
Input/Output field surfaceNormals.
|