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
|
@@ -75,9 +75,9 @@ Preferred minimum viewing angle from this viewpoint in radians. Small field of v
|
|
|
75
75
|
|
|
76
76
|
#### Warning
|
|
77
77
|
|
|
78
|
-
-
|
|
78
|
+
- *fieldOfView* may not be correct for different window sizes and aspect ratios. Interchange profile hint: this field may be ignored, applying the default value regardless.
|
|
79
79
|
|
|
80
|
-
### SFFloat [in, out] **nearDistance** -1 <small
|
|
80
|
+
### SFFloat [in, out] **nearDistance** -1 <small>-1 or (0,∞)</small>
|
|
81
81
|
|
|
82
82
|
nearDistance defines minimum clipping plane distance necessary for object display.
|
|
83
83
|
|
|
@@ -91,7 +91,7 @@ nearDistance defines minimum clipping plane distance necessary for object displa
|
|
|
91
91
|
|
|
92
92
|
- nearDistance must be less than farDistance.
|
|
93
93
|
|
|
94
|
-
### SFFloat [in, out] **farDistance** -1 <small
|
|
94
|
+
### SFFloat [in, out] **farDistance** -1 <small>-1 or (0,∞)</small>
|
|
95
95
|
|
|
96
96
|
farDistance defines maximum clipping plane distance allowed for object display.
|
|
97
97
|
|
|
@@ -105,7 +105,7 @@ farDistance defines maximum clipping plane distance allowed for object display.
|
|
|
105
105
|
|
|
106
106
|
- nearDistance must be less than farDistance.
|
|
107
107
|
|
|
108
|
-
### SFBool [in, out] **viewAll** FALSE
|
|
108
|
+
### SFBool [in, out] **viewAll** FALSE
|
|
109
109
|
|
|
110
110
|
Viewpoint is automatically adjusted to view all visible geometry. Typically centerOfRotation is shifted to center of current bounding box and view is zoomed in or out until all visible objects are viewed.
|
|
111
111
|
|
|
@@ -138,6 +138,14 @@ Event true sent when node becomes active, event false sent when unbound by anoth
|
|
|
138
138
|
|
|
139
139
|
Event sent when node becomes active/inactive.
|
|
140
140
|
|
|
141
|
+
### SFNode [in, out] **navigationInfo** NULL <small>[NavigationInfo]</small>
|
|
142
|
+
|
|
143
|
+
The navigationInfo field defines a dedicated NavigationInfo node for this X3DViewpointNode. The specified NavigationInfo node receives a set_bind TRUE event at the time when the parent node is bound and receives a set_bind FALSE at the time when the parent node is unbound.
|
|
144
|
+
|
|
145
|
+
#### Hint
|
|
146
|
+
|
|
147
|
+
- Allows simple integration of custom navigation associated with each Viewpoint according to user needs at that location.
|
|
148
|
+
|
|
141
149
|
## Description
|
|
142
150
|
|
|
143
151
|
### Hint
|
|
@@ -31,10 +31,6 @@ The ViewpointGroup node belongs to the **Navigation** component and its default
|
|
|
31
31
|
|
|
32
32
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
33
33
|
|
|
34
|
-
### SFBool [in, out] **displayed** TRUE
|
|
35
|
-
|
|
36
|
-
*displayed* determines whether this ViewpointGroup is displayed in the current viewpoint list.
|
|
37
|
-
|
|
38
34
|
### SFString [in, out] **description** ""
|
|
39
35
|
|
|
40
36
|
Text description or navigation hint to identify this ViewpointGroup.
|
|
@@ -47,6 +43,10 @@ Text description or navigation hint to identify this ViewpointGroup.
|
|
|
47
43
|
|
|
48
44
|
- Without description, this ViewpointGroup is unlikely to appear on browser Viewpoints menu.
|
|
49
45
|
|
|
46
|
+
### SFBool [in, out] **displayed** TRUE
|
|
47
|
+
|
|
48
|
+
*displayed* determines whether this ViewpointGroup is displayed in the current viewpoint list.
|
|
49
|
+
|
|
50
50
|
### SFBool [in, out] **retainUserOffsets** FALSE
|
|
51
51
|
|
|
52
52
|
Retain (true) or reset to zero (false) any prior user navigation offsets from defined viewpoint position, orientation.
|
|
@@ -100,7 +100,7 @@ If provided, parameter tells the X3D player where to to redirect the loaded url.
|
|
|
100
100
|
|
|
101
101
|
- Automatically reloading content has security considerations and needs to be considered carefully.
|
|
102
102
|
|
|
103
|
-
### SFBool [
|
|
103
|
+
### SFBool [in, out] **visible** TRUE
|
|
104
104
|
|
|
105
105
|
Whether or not renderable content within this node is visually displayed.
|
|
106
106
|
|
|
@@ -109,7 +109,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
109
109
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
110
110
|
- Content must be visible to be collidable and to be pickable.
|
|
111
111
|
|
|
112
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
112
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
113
113
|
|
|
114
114
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
115
115
|
|
|
@@ -103,7 +103,7 @@ Address of X3D world to load into current scene.
|
|
|
103
103
|
|
|
104
104
|
- Automatically reloading content has security considerations and needs to be considered carefully.
|
|
105
105
|
|
|
106
|
-
### SFBool [
|
|
106
|
+
### SFBool [in, out] **visible** TRUE
|
|
107
107
|
|
|
108
108
|
Whether or not renderable content within this node is visually displayed.
|
|
109
109
|
|
|
@@ -112,7 +112,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
112
112
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
113
113
|
- Content must be visible to be collidable and to be pickable.
|
|
114
114
|
|
|
115
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
115
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
116
116
|
|
|
117
117
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
118
118
|
|
|
@@ -37,7 +37,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
37
37
|
|
|
38
38
|
Enables/disables node operation.
|
|
39
39
|
|
|
40
|
-
### SFTime [in, out] **timeOut**
|
|
40
|
+
### SFTime [in, out] **timeOut** 0 <small>(0,∞)</small>
|
|
41
41
|
|
|
42
42
|
Time in seconds of maximum load duration prior to declaring failure. Default value zero means use browser defaults.
|
|
43
43
|
|
|
@@ -65,9 +65,9 @@ Sends 0.0 on start and 1.0 on completion. Intermediate values are browser depend
|
|
|
65
65
|
|
|
66
66
|
Time of successful load complete, not sent on failure.
|
|
67
67
|
|
|
68
|
-
### MFNode [in, out] **
|
|
68
|
+
### MFNode [in, out] **children** [ ] <small>[X3DUrlObject]</small>
|
|
69
69
|
|
|
70
|
-
Input/Output field
|
|
70
|
+
Input/Output field children.
|
|
71
71
|
|
|
72
72
|
## Description
|
|
73
73
|
|
|
@@ -31,11 +31,15 @@ The ConeEmitter node belongs to the **ParticleSystems** component and its defaul
|
|
|
31
31
|
|
|
32
32
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
33
33
|
|
|
34
|
-
###
|
|
34
|
+
### SFBool [in, out] **on** TRUE
|
|
35
|
+
|
|
36
|
+
Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
|
|
37
|
+
|
|
38
|
+
### SFVec3f [in, out] **position** 0 0 0 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
40
|
Point from which particles emanate.
|
|
37
41
|
|
|
38
|
-
### SFVec3f [in, out] **direction** 0 1 0
|
|
42
|
+
### SFVec3f [in, out] **direction** 0 1 0 <small>(-∞,∞)</small>
|
|
39
43
|
|
|
40
44
|
Initial direction from which particles emanate.
|
|
41
45
|
|
|
@@ -31,7 +31,11 @@ The ExplosionEmitter node belongs to the **ParticleSystems** component and its d
|
|
|
31
31
|
|
|
32
32
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
33
33
|
|
|
34
|
-
###
|
|
34
|
+
### SFBool [in, out] **on** TRUE
|
|
35
|
+
|
|
36
|
+
Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
|
|
37
|
+
|
|
38
|
+
### SFVec3f [in, out] **position** 0 0 0 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
40
|
Point from which particles emanate.
|
|
37
41
|
|
|
@@ -38,14 +38,6 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
38
38
|
|
|
39
39
|
Enables/disables node operation.
|
|
40
40
|
|
|
41
|
-
### SFString [ ] **geometryType** "QUAD" <small>["LINE"|"POINT"|"QUAD"|"SPRITE"|"TRIANGLE"|"GEOMETRY"|...]</small>
|
|
42
|
-
|
|
43
|
-
Field geometryType.
|
|
44
|
-
|
|
45
|
-
### SFInt32 [in, out] **maxParticles** 200 <small>[0,∞)</small>
|
|
46
|
-
|
|
47
|
-
Maximum number of particles to be generated at one time (subject to player limitations).
|
|
48
|
-
|
|
49
41
|
### SFBool [in, out] **createParticles** TRUE
|
|
50
42
|
|
|
51
43
|
Enables/disables creation of new particles, while any existing particles remain in existence and continue to animate until the end of their lifetimes.
|
|
@@ -54,6 +46,14 @@ Enables/disables creation of new particles, while any existing particles remain
|
|
|
54
46
|
|
|
55
47
|
- If no particles are left in scene, system is considered both active and enabled.
|
|
56
48
|
|
|
49
|
+
### SFString [ ] **geometryType** "QUAD" <small>["LINE"|"POINT"|"QUAD"|"SPRITE"|"TRIANGLE"|"GEOMETRY"|...]</small>
|
|
50
|
+
|
|
51
|
+
Field geometryType.
|
|
52
|
+
|
|
53
|
+
### SFInt32 [in, out] **maxParticles** 200 <small>[0,∞)</small>
|
|
54
|
+
|
|
55
|
+
Maximum number of particles to be generated at one time (subject to player limitations).
|
|
56
|
+
|
|
57
57
|
### SFFloat [in, out] **particleLifetime** 5 <small>[0,∞)</small>
|
|
58
58
|
|
|
59
59
|
TODO not properly defined in X3D spedification. Particle animation lifetime in base time units (default is seconds).
|
|
@@ -98,7 +98,7 @@ Array of time intervals in seconds, corresponding to particle lifetime, that are
|
|
|
98
98
|
|
|
99
99
|
- [X3D Scene Authoring Hints, Color](https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color){:target="_blank"}
|
|
100
100
|
|
|
101
|
-
### SFNode [ ] **
|
|
101
|
+
### SFNode [ ] **color** NULL <small>[X3DColorNode]</small>
|
|
102
102
|
|
|
103
103
|
The colorRamp Color/ColorRGBA node holds a series of colour values to be used at the given colorKey points in time.
|
|
104
104
|
|
|
@@ -122,7 +122,7 @@ Array of time intervals in seconds, corresponding to particle lifetime, that are
|
|
|
122
122
|
|
|
123
123
|
- No interpolation is performed, texture coordinates are simply sequenced in order. Texture-coordinate values map textures to vertices in the geometry. Number of texCoordKey values must match length of the per-vertex texCoordRamp arrays!
|
|
124
124
|
|
|
125
|
-
### SFNode [ ] **
|
|
125
|
+
### SFNode [ ] **texCoord** NULL <small>[TextureCoordinate]</small>
|
|
126
126
|
|
|
127
127
|
Texture coordinates of the provided texture(s) in the Appearance node, over time. Particle systems frequently like to change the texture on a particle as it ages, yet there is no good way of accomplishing this through standard interpolators because interpolators have no concept of particle time. This pair of fields hold time-dependent values for the texture coordinates to be applied to the particle. When a particle reaches the next time stamp it moves to the next set of texture coordinates.
|
|
128
128
|
|
|
@@ -134,7 +134,7 @@ Texture coordinates of the provided texture(s) in the Appearance node, over time
|
|
|
134
134
|
|
|
135
135
|
*isActive* true/false events are sent when playback starts/stops.
|
|
136
136
|
|
|
137
|
-
### SFBool [
|
|
137
|
+
### SFBool [in, out] **visible** TRUE
|
|
138
138
|
|
|
139
139
|
Whether or not renderable content within this node is visually displayed.
|
|
140
140
|
|
|
@@ -143,7 +143,16 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
143
143
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
144
144
|
- Content must be visible to be collidable and to be pickable.
|
|
145
145
|
|
|
146
|
-
### SFBool [ ] **
|
|
146
|
+
### SFBool [in, out] **castShadow** TRUE
|
|
147
|
+
|
|
148
|
+
*castShadow* defines whether this Shape casts shadows as produced by lighting nodes.
|
|
149
|
+
|
|
150
|
+
#### Hint
|
|
151
|
+
|
|
152
|
+
- If the visible field is FALSE, then the Shape does not cast any shadows.
|
|
153
|
+
- If prior X3D3 content is loaded into an X3D4 model, then legacy Shape nodes have shadows set to true.
|
|
154
|
+
|
|
155
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
147
156
|
|
|
148
157
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
149
158
|
|
|
@@ -151,7 +160,7 @@ Whether to display bounding box for associated geometry, aligned with world coor
|
|
|
151
160
|
|
|
152
161
|
- The bounding box is displayed regardless of whether contained content is visible.
|
|
153
162
|
|
|
154
|
-
### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>
|
|
163
|
+
### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>[0,∞) or −1 −1 −1</small>
|
|
155
164
|
|
|
156
165
|
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.
|
|
157
166
|
|
|
@@ -159,7 +168,7 @@ Bounding box size is usually omitted, and can easily be calculated automatically
|
|
|
159
168
|
|
|
160
169
|
- Can be useful for collision computations or inverse-kinematics (IK) engines.
|
|
161
170
|
|
|
162
|
-
### SFVec3f [ ] **bboxCenter** 0 0 0
|
|
171
|
+
### SFVec3f [ ] **bboxCenter** 0 0 0 <small>(-∞,∞)</small>
|
|
163
172
|
|
|
164
173
|
Bounding box center: optional hint for position offset from origin of local coordinate system.
|
|
165
174
|
|
|
@@ -31,11 +31,15 @@ The PointEmitter node belongs to the **ParticleSystems** component and its defau
|
|
|
31
31
|
|
|
32
32
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
33
33
|
|
|
34
|
-
###
|
|
34
|
+
### SFBool [in, out] **on** TRUE
|
|
35
|
+
|
|
36
|
+
Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
|
|
37
|
+
|
|
38
|
+
### SFVec3f [in, out] **position** 0 0 0 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
40
|
Point from which particles emanate.
|
|
37
41
|
|
|
38
|
-
### SFVec3f [in, out] **direction** 0 1 0
|
|
42
|
+
### SFVec3f [in, out] **direction** 0 1 0 <small>(-∞,∞)</small>
|
|
39
43
|
|
|
40
44
|
Initial direction from which particles emanate.
|
|
41
45
|
|
|
@@ -31,7 +31,11 @@ The PolylineEmitter node belongs to the **ParticleSystems** component and its de
|
|
|
31
31
|
|
|
32
32
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
33
33
|
|
|
34
|
-
###
|
|
34
|
+
### SFBool [in, out] **on** TRUE
|
|
35
|
+
|
|
36
|
+
Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
|
|
37
|
+
|
|
38
|
+
### SFVec3f [in, out] **direction** 0 1 0 <small>(-∞,∞)</small>
|
|
35
39
|
|
|
36
40
|
Initial direction from which particles emanate.
|
|
37
41
|
|
|
@@ -31,6 +31,10 @@ The SurfaceEmitter node belongs to the **ParticleSystems** component and its def
|
|
|
31
31
|
|
|
32
32
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
33
33
|
|
|
34
|
+
### SFBool [in, out] **on** TRUE
|
|
35
|
+
|
|
36
|
+
Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
|
|
37
|
+
|
|
34
38
|
### SFFloat [in, out] **speed** 0 <small>[0,∞)</small>
|
|
35
39
|
|
|
36
40
|
Initial linear speed (default is m/s) imparted to all particles along their direction of movement.
|
|
@@ -31,11 +31,23 @@ The VolumeEmitter node belongs to the **ParticleSystems** component and its defa
|
|
|
31
31
|
|
|
32
32
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
33
33
|
|
|
34
|
+
### MFInt32 [in] **set_coordIndex** <small>[0,∞) or -1</small>
|
|
35
|
+
|
|
36
|
+
*coordIndex* indices provide the order in which coordinates are applied to construct each polygon face. Order starts at index 0, commas are optional between sets.
|
|
37
|
+
|
|
38
|
+
#### Hint
|
|
39
|
+
|
|
40
|
+
- Sentinel value -1 is used to separate indices for each successive polygon.
|
|
41
|
+
|
|
42
|
+
### SFBool [in, out] **on** TRUE
|
|
43
|
+
|
|
44
|
+
Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
|
|
45
|
+
|
|
34
46
|
### SFBool [ ] **internal** TRUE
|
|
35
47
|
|
|
36
48
|
TODO, X3D specification is undefined.
|
|
37
49
|
|
|
38
|
-
### SFVec3f [in, out] **direction** 0 1 0 <small>
|
|
50
|
+
### SFVec3f [in, out] **direction** 0 1 0 <small>(-∞,∞)</small>
|
|
39
51
|
|
|
40
52
|
Initial direction from which particles emanate.
|
|
41
53
|
|
|
@@ -67,7 +79,7 @@ Particle surface area in area base units (default is meters squared). Surface ar
|
|
|
67
79
|
|
|
68
80
|
- SurfaceArea value represents average frontal area presented to the wind. Assumes spherical model for each particle (i.e., surface area is the same regardless of direction).
|
|
69
81
|
|
|
70
|
-
### MFInt32 [
|
|
82
|
+
### MFInt32 [ ] **coordIndex** -1 <small>[0,∞) or -1</small>
|
|
71
83
|
|
|
72
84
|
*coordIndex* indices are applied to contained Coordinate values in order to define randomly generated initial geometry of the particles.
|
|
73
85
|
|
|
@@ -35,7 +35,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
35
35
|
|
|
36
36
|
Enables/disables node operation.
|
|
37
37
|
|
|
38
|
-
### SFVec3f [in, out] **direction** 0 0 0 <small>(
|
|
38
|
+
### SFVec3f [in, out] **direction** 0 0 0 <small>(-∞,∞)</small>
|
|
39
39
|
|
|
40
40
|
*direction* in which wind is travelling in the form of a normalized, unit vector.
|
|
41
41
|
|
|
@@ -37,11 +37,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
37
37
|
|
|
38
38
|
Enables/disables node operation.
|
|
39
39
|
|
|
40
|
-
###
|
|
41
|
-
|
|
42
|
-
*isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
|
|
43
|
-
|
|
44
|
-
### MFString [in, out] **objectType** "ALL" <small>["ALL","NONE","TERRAIN",...]</small>
|
|
40
|
+
### MFString [in, out] **objectType** "ALL" <small>["ALL", "NONE", "TERRAIN", ...]</small>
|
|
45
41
|
|
|
46
42
|
The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.
|
|
47
43
|
|
|
@@ -49,17 +45,9 @@ The objectType field specifies a set of labels used in the picking process. Each
|
|
|
49
45
|
|
|
50
46
|
- Authors may define any value for objectType. MFString arrays can have multiple values, so "separate each individual string" "by using quote marks".
|
|
51
47
|
|
|
52
|
-
###
|
|
53
|
-
|
|
54
|
-
*pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
|
|
48
|
+
### SFString [in, out] **matchCriterion** "MATCH_ANY" <small>["MATCH_ANY"|"MATCH_EVERY"|"MATCH_ONLY_ONE"]</small>
|
|
55
49
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
*pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
|
|
59
|
-
|
|
60
|
-
### MFNode [out] **pickedGeometry**
|
|
61
|
-
|
|
62
|
-
Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
|
|
50
|
+
Defines whether the intersection test (i.e. pick) by this X3DPickSensorNode must match one or more objectType. Specifically MATCH_ANY means any match of objectType values is acceptable, MATCH_EVERY means that every objectType value in this node shall match an objectType value in the X3DPickableObject, and MATCH_ONLY_ONE means that one and only one objectType value can match.
|
|
63
51
|
|
|
64
52
|
### SFString [ ] **intersectionType** "BOUNDS" <small>["GEOMETRY"|"BOUNDS"|...]</small>
|
|
65
53
|
|
|
@@ -85,6 +73,18 @@ The sortOrder field determines the order provided for picked output events.
|
|
|
85
73
|
|
|
86
74
|
- Do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
|
|
87
75
|
|
|
76
|
+
### SFBool [out] **isActive**
|
|
77
|
+
|
|
78
|
+
*isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
|
|
79
|
+
|
|
80
|
+
### MFVec3f [out] **pickedTextureCoordinate**
|
|
81
|
+
|
|
82
|
+
Output event containing 3D texture coordinates of surfaces computed by the picking intersection computations. Picked texture coordinates are in three dimensions. If the target texture coordinate has two dimensions, the third coordinate (z component of an SFVec3f) shall be zero.
|
|
83
|
+
|
|
84
|
+
#### Warning
|
|
85
|
+
|
|
86
|
+
- If the target object has multiple textures defined, only texture coordinates for the first texture are returned and all other textures are ignored.
|
|
87
|
+
|
|
88
88
|
### MFVec3f [out] **pickedNormal**
|
|
89
89
|
|
|
90
90
|
Output event containing surface normal vectors computed by the picking intersection computations.
|
|
@@ -93,13 +93,17 @@ Output event containing surface normal vectors computed by the picking intersect
|
|
|
93
93
|
|
|
94
94
|
Output event containing 3D points on surface of underlying pickingGeometry computed by the picking intersection computations, given in the local coordinate system.
|
|
95
95
|
|
|
96
|
-
###
|
|
96
|
+
### SFNode [in, out] **pickingGeometry** NULL <small>[IndexedLineSet|LineSet]</small>
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
*pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
### MFNode [in, out] **pickTarget** [ ] <small>[X3DGroupingNode|X3DShapeNode|Inline]</small>
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
*pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
|
|
103
|
+
|
|
104
|
+
### MFNode [out] **pickedGeometry**
|
|
105
|
+
|
|
106
|
+
Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
|
|
103
107
|
|
|
104
108
|
## Description
|
|
105
109
|
|
|
@@ -46,7 +46,7 @@ The pickable field determines whether pick traversal is performed on this node o
|
|
|
46
46
|
|
|
47
47
|
- If one or more of the children of this instance is accessible through another transformation hierarchy through DEF/USE that still has picking enabled, they are still pickable through that path only.
|
|
48
48
|
|
|
49
|
-
### MFString [in, out] **objectType** "ALL" <small>["ALL","NONE","TERRAIN"
|
|
49
|
+
### MFString [in, out] **objectType** "ALL" <small>["ALL", "NONE", "TERRAIN", ...]</small>
|
|
50
50
|
|
|
51
51
|
The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ The objectType field specifies a set of labels used in the picking process. Each
|
|
|
54
54
|
|
|
55
55
|
- Authors may define any value for objectType. MFString arrays can have multiple values, so "separate each individual string" "by using quote marks".
|
|
56
56
|
|
|
57
|
-
### SFBool [
|
|
57
|
+
### SFBool [in, out] **visible** TRUE
|
|
58
58
|
|
|
59
59
|
Whether or not renderable content within this node is visually displayed.
|
|
60
60
|
|
|
@@ -63,7 +63,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
63
63
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
64
64
|
- Content must be visible to be collidable and to be pickable.
|
|
65
65
|
|
|
66
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
66
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
67
67
|
|
|
68
68
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
69
69
|
|
|
@@ -71,7 +71,7 @@ Whether to display bounding box for associated geometry, aligned with world coor
|
|
|
71
71
|
|
|
72
72
|
- The bounding box is displayed regardless of whether contained content is visible.
|
|
73
73
|
|
|
74
|
-
### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>[0,∞) or
|
|
74
|
+
### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>[0,∞) or −1 −1 −1</small>
|
|
75
75
|
|
|
76
76
|
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.
|
|
77
77
|
|
|
@@ -37,11 +37,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
37
37
|
|
|
38
38
|
Enables/disables node operation.
|
|
39
39
|
|
|
40
|
-
###
|
|
41
|
-
|
|
42
|
-
*isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
|
|
43
|
-
|
|
44
|
-
### MFString [in, out] **objectType** "ALL" <small>["ALL","NONE","TERRAIN",...]</small>
|
|
40
|
+
### MFString [in, out] **objectType** "ALL" <small>["ALL", "NONE", "TERRAIN", ...]</small>
|
|
45
41
|
|
|
46
42
|
The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.
|
|
47
43
|
|
|
@@ -49,17 +45,9 @@ The objectType field specifies a set of labels used in the picking process. Each
|
|
|
49
45
|
|
|
50
46
|
- Authors may define any value for objectType. MFString arrays can have multiple values, so "separate each individual string" "by using quote marks".
|
|
51
47
|
|
|
52
|
-
###
|
|
53
|
-
|
|
54
|
-
*pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
|
|
48
|
+
### SFString [in, out] **matchCriterion** "MATCH_ANY" <small>["MATCH_ANY"|"MATCH_EVERY"|"MATCH_ONLY_ONE"]</small>
|
|
55
49
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
*pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
|
|
59
|
-
|
|
60
|
-
### MFNode [out] **pickedGeometry**
|
|
61
|
-
|
|
62
|
-
Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
|
|
50
|
+
Defines whether the intersection test (i.e. pick) by this X3DPickSensorNode must match one or more objectType. Specifically MATCH_ANY means any match of objectType values is acceptable, MATCH_EVERY means that every objectType value in this node shall match an objectType value in the X3DPickableObject, and MATCH_ONLY_ONE means that one and only one objectType value can match.
|
|
63
51
|
|
|
64
52
|
### SFString [ ] **intersectionType** "BOUNDS" <small>["GEOMETRY"|"BOUNDS"|...]</small>
|
|
65
53
|
|
|
@@ -85,10 +73,26 @@ The sortOrder field determines the order provided for picked output events.
|
|
|
85
73
|
|
|
86
74
|
- Do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
|
|
87
75
|
|
|
76
|
+
### SFBool [out] **isActive**
|
|
77
|
+
|
|
78
|
+
*isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
|
|
79
|
+
|
|
88
80
|
### MFVec3f [out] **pickedPoint**
|
|
89
81
|
|
|
90
82
|
Output event containing 3D points on surface of underlying pickingGeometry computed by the picking intersection computations, given in the local coordinate system.
|
|
91
83
|
|
|
84
|
+
### SFNode [in, out] **pickingGeometry** NULL <small>[PointSet]</small>
|
|
85
|
+
|
|
86
|
+
*pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
|
|
87
|
+
|
|
88
|
+
### MFNode [in, out] **pickTarget** [ ] <small>[X3DGroupingNode|X3DShapeNode|Inline]</small>
|
|
89
|
+
|
|
90
|
+
*pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
|
|
91
|
+
|
|
92
|
+
### MFNode [out] **pickedGeometry**
|
|
93
|
+
|
|
94
|
+
Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
|
|
95
|
+
|
|
92
96
|
## Description
|
|
93
97
|
|
|
94
98
|
### Hints
|
|
@@ -37,11 +37,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
37
37
|
|
|
38
38
|
Enables/disables node operation.
|
|
39
39
|
|
|
40
|
-
###
|
|
41
|
-
|
|
42
|
-
*isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
|
|
43
|
-
|
|
44
|
-
### MFString [in, out] **objectType** "ALL" <small>["ALL","NONE","TERRAIN",...]</small>
|
|
40
|
+
### MFString [in, out] **objectType** "ALL" <small>["ALL", "NONE", "TERRAIN", ...]</small>
|
|
45
41
|
|
|
46
42
|
The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.
|
|
47
43
|
|
|
@@ -49,17 +45,9 @@ The objectType field specifies a set of labels used in the picking process. Each
|
|
|
49
45
|
|
|
50
46
|
- Authors may define any value for objectType. MFString arrays can have multiple values, so "separate each individual string" "by using quote marks".
|
|
51
47
|
|
|
52
|
-
###
|
|
53
|
-
|
|
54
|
-
*pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
|
|
48
|
+
### SFString [in, out] **matchCriterion** "MATCH_ANY" <small>["MATCH_ANY"|"MATCH_EVERY"|"MATCH_ONLY_ONE"]</small>
|
|
55
49
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
*pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
|
|
59
|
-
|
|
60
|
-
### MFNode [out] **pickedGeometry**
|
|
61
|
-
|
|
62
|
-
Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
|
|
50
|
+
Defines whether the intersection test (i.e. pick) by this X3DPickSensorNode must match one or more objectType. Specifically MATCH_ANY means any match of objectType values is acceptable, MATCH_EVERY means that every objectType value in this node shall match an objectType value in the X3DPickableObject, and MATCH_ONLY_ONE means that one and only one objectType value can match.
|
|
63
51
|
|
|
64
52
|
### SFString [ ] **intersectionType** "BOUNDS" <small>["GEOMETRY"|"BOUNDS"|...]</small>
|
|
65
53
|
|
|
@@ -85,6 +73,22 @@ The sortOrder field determines the order provided for picked output events.
|
|
|
85
73
|
|
|
86
74
|
- Do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
|
|
87
75
|
|
|
76
|
+
### SFBool [out] **isActive**
|
|
77
|
+
|
|
78
|
+
*isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
|
|
79
|
+
|
|
80
|
+
### SFNode [in, out] **pickingGeometry** NULL <small>[Cone|Cylinder|Sphere|Box]</small>
|
|
81
|
+
|
|
82
|
+
*pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
|
|
83
|
+
|
|
84
|
+
### MFNode [in, out] **pickTarget** [ ] <small>[X3DGroupingNode|X3DShapeNode|Inline]</small>
|
|
85
|
+
|
|
86
|
+
*pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
|
|
87
|
+
|
|
88
|
+
### MFNode [out] **pickedGeometry**
|
|
89
|
+
|
|
90
|
+
Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
|
|
91
|
+
|
|
88
92
|
## Description
|
|
89
93
|
|
|
90
94
|
### Example
|
|
@@ -37,11 +37,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
37
37
|
|
|
38
38
|
Enables/disables node operation.
|
|
39
39
|
|
|
40
|
-
###
|
|
41
|
-
|
|
42
|
-
*isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
|
|
43
|
-
|
|
44
|
-
### MFString [in, out] **objectType** "ALL" <small>["ALL","NONE","TERRAIN",...]</small>
|
|
40
|
+
### MFString [in, out] **objectType** "ALL" <small>["ALL", "NONE", "TERRAIN", ...]</small>
|
|
45
41
|
|
|
46
42
|
The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.
|
|
47
43
|
|
|
@@ -49,17 +45,9 @@ The objectType field specifies a set of labels used in the picking process. Each
|
|
|
49
45
|
|
|
50
46
|
- Authors may define any value for objectType. MFString arrays can have multiple values, so "separate each individual string" "by using quote marks".
|
|
51
47
|
|
|
52
|
-
###
|
|
53
|
-
|
|
54
|
-
*pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
|
|
48
|
+
### SFString [in, out] **matchCriterion** "MATCH_ANY" <small>["MATCH_ANY"|"MATCH_EVERY"|"MATCH_ONLY_ONE"]</small>
|
|
55
49
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
*pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
|
|
59
|
-
|
|
60
|
-
### MFNode [out] **pickedGeometry**
|
|
61
|
-
|
|
62
|
-
Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
|
|
50
|
+
Defines whether the intersection test (i.e. pick) by this X3DPickSensorNode must match one or more objectType. Specifically MATCH_ANY means any match of objectType values is acceptable, MATCH_EVERY means that every objectType value in this node shall match an objectType value in the X3DPickableObject, and MATCH_ONLY_ONE means that one and only one objectType value can match.
|
|
63
51
|
|
|
64
52
|
### SFString [ ] **intersectionType** "BOUNDS" <small>["GEOMETRY"|"BOUNDS"|...]</small>
|
|
65
53
|
|
|
@@ -85,6 +73,22 @@ The sortOrder field determines the order provided for picked output events.
|
|
|
85
73
|
|
|
86
74
|
- Do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
|
|
87
75
|
|
|
76
|
+
### SFBool [out] **isActive**
|
|
77
|
+
|
|
78
|
+
*isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
|
|
79
|
+
|
|
80
|
+
### SFNode [in, out] **pickingGeometry** NULL <small>[X3DGeometryNode]</small>
|
|
81
|
+
|
|
82
|
+
*pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
|
|
83
|
+
|
|
84
|
+
### MFNode [in, out] **pickTarget** [ ] <small>[X3DGroupingNode|X3DShapeNode|Inline]</small>
|
|
85
|
+
|
|
86
|
+
*pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
|
|
87
|
+
|
|
88
|
+
### MFNode [out] **pickedGeometry**
|
|
89
|
+
|
|
90
|
+
Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
|
|
91
|
+
|
|
88
92
|
## Description
|
|
89
93
|
|
|
90
94
|
### Hints
|