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
|
@@ -32,7 +32,7 @@ The ScreenGroup node belongs to the **Layout** component and its default contain
|
|
|
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
|
-
### SFBool [
|
|
35
|
+
### SFBool [in, out] **visible** TRUE
|
|
36
36
|
|
|
37
37
|
Whether or not renderable content within this node is visually displayed.
|
|
38
38
|
|
|
@@ -41,7 +41,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
41
41
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
42
42
|
- Content must be visible to be collidable and to be pickable.
|
|
43
43
|
|
|
44
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
44
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
45
45
|
|
|
46
46
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
47
47
|
|
|
@@ -49,7 +49,7 @@ Whether to display bounding box for associated geometry, aligned with world coor
|
|
|
49
49
|
|
|
50
50
|
- The bounding box is displayed regardless of whether contained content is visible.
|
|
51
51
|
|
|
52
|
-
### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>
|
|
52
|
+
### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>[0,∞) or −1 −1 −1</small>
|
|
53
53
|
|
|
54
54
|
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.
|
|
55
55
|
|
|
@@ -68,19 +68,19 @@ Orientation vector of light relative to local coordinate system.
|
|
|
68
68
|
|
|
69
69
|
*shadows* field indicates whether or not this light casts a shadow behind illuminated X3DShapeNode geometry.
|
|
70
70
|
|
|
71
|
-
### SFColor [in, out] **shadowColor** 0 0 0 <small>[0,1] <
|
|
71
|
+
### SFColor [in, out] **shadowColor** 0 0 0 <small>[0,1]</small> <small class="yellow">non standard</small>
|
|
72
72
|
|
|
73
73
|
Color of shadow, applied to colors of objects.
|
|
74
74
|
|
|
75
|
-
### SFFloat [in, out] **shadowIntensity**
|
|
75
|
+
### SFFloat [in, out] **shadowIntensity** 1 <small>[0,1]</small>
|
|
76
76
|
|
|
77
77
|
*shadowIntensity* field defines how much light is obscured by shapes that cast shadows, ranging from 0 (light not obscured, no visible shadows) to 1 (light completely obscured, full-intensity shadows).
|
|
78
78
|
|
|
79
|
-
### SFFloat [in, out] **shadowBias** 0.005 <small>[0,1] <
|
|
79
|
+
### SFFloat [in, out] **shadowBias** 0.005 <small>[0,1]</small> <small class="yellow">non standard</small>
|
|
80
80
|
|
|
81
81
|
The shadowBias value controls the visibility of *shadow acne*.
|
|
82
82
|
|
|
83
|
-
### SFInt32 [ ] **shadowMapSize** 1024 <small>[0,∞) <
|
|
83
|
+
### SFInt32 [ ] **shadowMapSize** 1024 <small>[0,∞)</small> <small class="yellow">non standard</small>
|
|
84
84
|
|
|
85
85
|
Size of the shadow map in pixels, must be power of two.
|
|
86
86
|
|
|
@@ -32,7 +32,7 @@ The EnvironmentLight node belongs to the **Lighting** component and its default
|
|
|
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
|
-
### SFBool [in, out] **global**
|
|
35
|
+
### SFBool [in, out] **global** FALSE
|
|
36
36
|
|
|
37
37
|
*global* lights illuminate all objects within their volume of lighting influence. Scoped lights only illuminate objects within the same transformation hierarchy.
|
|
38
38
|
|
|
@@ -70,19 +70,19 @@ Brightness of ambient (nondirectional background) emission from the light.
|
|
|
70
70
|
|
|
71
71
|
*shadows* field indicates whether or not this light casts a shadow behind illuminated X3DShapeNode geometry.
|
|
72
72
|
|
|
73
|
-
### SFColor [in, out] **shadowColor** 0 0 0 <small>[0,1] <
|
|
73
|
+
### SFColor [in, out] **shadowColor** 0 0 0 <small>[0,1]</small> <small class="yellow">non standard</small>
|
|
74
74
|
|
|
75
75
|
Color of shadow, applied to colors of objects.
|
|
76
76
|
|
|
77
|
-
### SFFloat [in, out] **shadowIntensity**
|
|
77
|
+
### SFFloat [in, out] **shadowIntensity** 1 <small>[0,1]</small>
|
|
78
78
|
|
|
79
79
|
*shadowIntensity* field defines how much light is obscured by shapes that cast shadows, ranging from 0 (light not obscured, no visible shadows) to 1 (light completely obscured, full-intensity shadows).
|
|
80
80
|
|
|
81
|
-
### SFFloat [in, out] **shadowBias** 0.005 <small>[0,1] <
|
|
81
|
+
### SFFloat [in, out] **shadowBias** 0.005 <small>[0,1]</small> <small class="yellow">non standard</small>
|
|
82
82
|
|
|
83
83
|
The shadowBias value controls the visibility of *shadow acne*.
|
|
84
84
|
|
|
85
|
-
### SFInt32 [ ] **shadowMapSize** 1024 <small>[0,∞) <
|
|
85
|
+
### SFInt32 [ ] **shadowMapSize** 1024 <small>[0,∞)</small> <small class="yellow">non standard</small>
|
|
86
86
|
|
|
87
87
|
Size of the shadow map in pixels, must be power of two.
|
|
88
88
|
|
|
@@ -72,19 +72,19 @@ Maximum effective distance of light relative to local light position, affected b
|
|
|
72
72
|
|
|
73
73
|
*shadows* field indicates whether or not this light casts a shadow behind illuminated X3DShapeNode geometry.
|
|
74
74
|
|
|
75
|
-
### SFColor [in, out] **shadowColor** 0 0 0 <small>[0,1] <
|
|
75
|
+
### SFColor [in, out] **shadowColor** 0 0 0 <small>[0,1]</small> <small class="yellow">non standard</small>
|
|
76
76
|
|
|
77
77
|
Color of shadow, applied to colors of objects.
|
|
78
78
|
|
|
79
|
-
### SFFloat [in, out] **shadowIntensity**
|
|
79
|
+
### SFFloat [in, out] **shadowIntensity** 1 <small>[0,1]</small>
|
|
80
80
|
|
|
81
81
|
*shadowIntensity* field defines how much light is obscured by shapes that cast shadows, ranging from 0 (light not obscured, no visible shadows) to 1 (light completely obscured, full-intensity shadows).
|
|
82
82
|
|
|
83
|
-
### SFFloat [in, out] **shadowBias** 0.005 <small>[0,1] <
|
|
83
|
+
### SFFloat [in, out] **shadowBias** 0.005 <small>[0,1]</small> <small class="yellow">non standard</small>
|
|
84
84
|
|
|
85
85
|
The shadowBias value controls the visibility of *shadow acne*.
|
|
86
86
|
|
|
87
|
-
### SFInt32 [ ] **shadowMapSize** 1024 <small>[0,∞) <
|
|
87
|
+
### SFInt32 [ ] **shadowMapSize** 1024 <small>[0,∞)</small> <small class="yellow">non standard</small>
|
|
88
88
|
|
|
89
89
|
Size of the shadow map in pixels, must be power of two.
|
|
90
90
|
|
|
@@ -101,19 +101,19 @@ Outer conical solid angle (in radians) where light source intensity becomes zero
|
|
|
101
101
|
|
|
102
102
|
*shadows* field indicates whether or not this light casts a shadow behind illuminated X3DShapeNode geometry.
|
|
103
103
|
|
|
104
|
-
### SFColor [in, out] **shadowColor** 0 0 0 <small>[0,1] <
|
|
104
|
+
### SFColor [in, out] **shadowColor** 0 0 0 <small>[0,1]</small> <small class="yellow">non standard</small>
|
|
105
105
|
|
|
106
106
|
Color of shadow, applied to colors of objects.
|
|
107
107
|
|
|
108
|
-
### SFFloat [in, out] **shadowIntensity**
|
|
108
|
+
### SFFloat [in, out] **shadowIntensity** 1 <small>[0,1]</small>
|
|
109
109
|
|
|
110
110
|
*shadowIntensity* field defines how much light is obscured by shapes that cast shadows, ranging from 0 (light not obscured, no visible shadows) to 1 (light completely obscured, full-intensity shadows).
|
|
111
111
|
|
|
112
|
-
### SFFloat [in, out] **shadowBias** 0.005 <small>[0,1] <
|
|
112
|
+
### SFFloat [in, out] **shadowBias** 0.005 <small>[0,1]</small> <small class="yellow">non standard</small>
|
|
113
113
|
|
|
114
114
|
The shadowBias value controls the visibility of *shadow acne*.
|
|
115
115
|
|
|
116
|
-
### SFInt32 [ ] **shadowMapSize** 1024 <small>[0,∞) <
|
|
116
|
+
### SFInt32 [ ] **shadowMapSize** 1024 <small>[0,∞)</small> <small class="yellow">non standard</small>
|
|
117
117
|
|
|
118
118
|
Size of the shadow map in pixels, must be power of two.
|
|
119
119
|
|
|
@@ -32,7 +32,7 @@ The NurbsCurve node belongs to the **NURBS** component and its default container
|
|
|
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
|
-
### SFInt32 [in, out] **tessellation** <small>(-∞,∞)</small>
|
|
35
|
+
### SFInt32 [in, out] **tessellation** 0 <small>(-∞,∞)</small>
|
|
36
36
|
|
|
37
37
|
Hint for surface tesselation.
|
|
38
38
|
|
|
@@ -31,7 +31,7 @@ The NurbsCurve2D node belongs to the **NURBS** component and its default contain
|
|
|
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
|
-
### SFInt32 [in, out] **tessellation** <small>(-∞,∞)</small>
|
|
34
|
+
### SFInt32 [in, out] **tessellation** 0 <small>(-∞,∞)</small>
|
|
35
35
|
|
|
36
36
|
Hint for surface tesselation.
|
|
37
37
|
|
|
@@ -35,18 +35,14 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
35
35
|
|
|
36
36
|
Setting fraction in range [0,1] selects input key for corresponding keyValue output, computing a 3D position on the curve.
|
|
37
37
|
|
|
38
|
-
###
|
|
38
|
+
### SFInt32 [in, out] **order** 3 <small>(2,∞)</small>
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
Define order of surface by polynomials of degree = order-1.
|
|
41
41
|
|
|
42
42
|
### MFDouble [in, out] **knot** [ ] <small>(-∞,∞)</small>
|
|
43
43
|
|
|
44
44
|
*knot* vector, where size = number of control points + order of curve.
|
|
45
45
|
|
|
46
|
-
### SFInt32 [in, out] **order** 3 <small>(2,∞)</small>
|
|
47
|
-
|
|
48
|
-
Define order of surface by polynomials of degree = order-1.
|
|
49
|
-
|
|
50
46
|
### MFDouble [in, out] **weight** [ ] <small>(-∞,∞)</small>
|
|
51
47
|
|
|
52
48
|
Output values for linear interpolation, each corresponding to knots.
|
|
@@ -55,6 +51,10 @@ Output values for linear interpolation, each corresponding to knots.
|
|
|
55
51
|
|
|
56
52
|
- Number of weights must match number of knots!
|
|
57
53
|
|
|
54
|
+
### SFNode [in, out] **controlPoint** NULL <small>[X3DCoordinateNode]</small>
|
|
55
|
+
|
|
56
|
+
Input/Output field controlPoint.
|
|
57
|
+
|
|
58
58
|
### SFRotation [out] **value_changed**
|
|
59
59
|
|
|
60
60
|
Linearly interpolated output value determined by current key time and corresponding keyValue pair.
|
|
@@ -33,22 +33,14 @@ The NurbsPatchSurface node belongs to the **NURBS** component and its default co
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFInt32 [in, out] **uTessellation** <small>(-∞,∞)</small>
|
|
36
|
+
### SFInt32 [in, out] **uTessellation** 0 <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
Hint for surface tesselation.
|
|
39
39
|
|
|
40
|
-
### SFInt32 [in, out] **vTessellation** <small>(-∞,∞)</small>
|
|
40
|
+
### SFInt32 [in, out] **vTessellation** 0 <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
Hint for surface tesselation.
|
|
43
43
|
|
|
44
|
-
### SFBool [ ] **uClosed** FALSE
|
|
45
|
-
|
|
46
|
-
Whether opposite surface sides are closed (seamless) across u dimension.
|
|
47
|
-
|
|
48
|
-
### SFBool [ ] **vClosed** FALSE
|
|
49
|
-
|
|
50
|
-
Whether opposite surface sides are closed (seamless) across u dimension.
|
|
51
|
-
|
|
52
44
|
### SFBool [ ] **solid** TRUE
|
|
53
45
|
|
|
54
46
|
Setting solid true means draw only one side of polygons (backface culling on), setting solid false means draw both sides of polygons (backface culling off).
|
|
@@ -61,6 +53,14 @@ Setting solid true means draw only one side of polygons (backface culling on), s
|
|
|
61
53
|
|
|
62
54
|
- Default value true can completely hide geometry if viewed from wrong side!
|
|
63
55
|
|
|
56
|
+
### SFBool [ ] **uClosed** FALSE
|
|
57
|
+
|
|
58
|
+
Whether opposite surface sides are closed (seamless) across u dimension.
|
|
59
|
+
|
|
60
|
+
### SFBool [ ] **vClosed** FALSE
|
|
61
|
+
|
|
62
|
+
Whether opposite surface sides are closed (seamless) across u dimension.
|
|
63
|
+
|
|
64
64
|
### SFInt32 [ ] **uOrder** 3 <small>[2,∞)</small>
|
|
65
65
|
|
|
66
66
|
Define order of surface by polynomials of degree = order-1.
|
|
@@ -69,11 +69,11 @@ Define order of surface by polynomials of degree = order-1.
|
|
|
69
69
|
|
|
70
70
|
Define order of surface by polynomials of degree = order-1.
|
|
71
71
|
|
|
72
|
-
### SFInt32 [ ] **uDimension** <small>[0,∞)</small>
|
|
72
|
+
### SFInt32 [ ] **uDimension** 0 <small>[0,∞)</small>
|
|
73
73
|
|
|
74
74
|
Number of control points in u dimension.
|
|
75
75
|
|
|
76
|
-
### SFInt32 [ ] **vDimension** <small>[0,∞)</small>
|
|
76
|
+
### SFInt32 [ ] **vDimension** 0 <small>[0,∞)</small>
|
|
77
77
|
|
|
78
78
|
Number of control points in v dimension.
|
|
79
79
|
|
|
@@ -35,18 +35,14 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
35
35
|
|
|
36
36
|
Setting fraction in range [0,1] selects input key for corresponding keyValue output, computing a 3D position on the curve.
|
|
37
37
|
|
|
38
|
-
###
|
|
38
|
+
### SFInt32 [in, out] **order** 3 <small>(2,∞)</small>
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
Define order of surface by polynomials of degree = order-1.
|
|
41
41
|
|
|
42
42
|
### MFDouble [in, out] **knot** [ ] <small>(-∞,∞)</small>
|
|
43
43
|
|
|
44
44
|
*knot* vector, where size = number of control points + order of curve.
|
|
45
45
|
|
|
46
|
-
### SFInt32 [in, out] **order** 3 <small>(2,∞)</small>
|
|
47
|
-
|
|
48
|
-
Define order of surface by polynomials of degree = order-1.
|
|
49
|
-
|
|
50
46
|
### MFDouble [in, out] **weight** [ ] <small>(-∞,∞)</small>
|
|
51
47
|
|
|
52
48
|
Output values for linear interpolation, each corresponding to knots.
|
|
@@ -55,6 +51,10 @@ Output values for linear interpolation, each corresponding to knots.
|
|
|
55
51
|
|
|
56
52
|
- Number of weights must match number of knots!
|
|
57
53
|
|
|
54
|
+
### SFNode [in, out] **controlPoint** NULL <small>[X3DCoordinateNode]</small>
|
|
55
|
+
|
|
56
|
+
Input/Output field controlPoint.
|
|
57
|
+
|
|
58
58
|
### SFVec3f [out] **value_changed**
|
|
59
59
|
|
|
60
60
|
Linearly interpolated output value determined by current key time and corresponding keyValue pair.
|
|
@@ -33,7 +33,11 @@ The NurbsSet node belongs to the **NURBS** component and its default container f
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
###
|
|
36
|
+
### SFFloat [in, out] **tessellationScale** 1 <small>(0,∞)</small>
|
|
37
|
+
|
|
38
|
+
Scale for surface tesselation in children NurbsSurface nodes.
|
|
39
|
+
|
|
40
|
+
### SFBool [in, out] **visible** TRUE
|
|
37
41
|
|
|
38
42
|
Whether or not renderable content within this node is visually displayed.
|
|
39
43
|
|
|
@@ -42,7 +46,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
42
46
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
43
47
|
- Content must be visible to be collidable and to be pickable.
|
|
44
48
|
|
|
45
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
49
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
46
50
|
|
|
47
51
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
48
52
|
|
|
@@ -74,10 +78,6 @@ Input field removeGeometry.
|
|
|
74
78
|
|
|
75
79
|
Input/Output field geometry.
|
|
76
80
|
|
|
77
|
-
### SFFloat [in, out] **tessellationScale** 1 <small>(0,∞)</small>
|
|
78
|
-
|
|
79
|
-
Scale for surface tesselation in children NurbsSurface nodes.
|
|
80
|
-
|
|
81
81
|
## External Links
|
|
82
82
|
|
|
83
83
|
- [X3D Specification of NurbsSet](https://www.web3d.org/documents/specifications/19775-1/V4.0/Part01/components/nurbs.html#NurbsSet){:target="_blank"}
|
|
@@ -35,49 +35,49 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
35
35
|
|
|
36
36
|
Setting fraction in range [0,1] selects input key for corresponding keyValue output, computing a 3D position on the curve.
|
|
37
37
|
|
|
38
|
-
###
|
|
38
|
+
### SFInt32 [ ] **uOrder** 3 <small>[2,∞)</small>
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
Define order of surface by polynomials of degree = order-1.
|
|
41
41
|
|
|
42
|
-
###
|
|
42
|
+
### SFInt32 [ ] **vOrder** 3 <small>[2,∞)</small>
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
Define order of surface by polynomials of degree = order-1.
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
### SFInt32 [ ] **uDimension** 0 <small>[0,∞)</small>
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
Number of control points in u dimension.
|
|
49
49
|
|
|
50
|
-
###
|
|
50
|
+
### SFInt32 [ ] **vDimension** 0 <small>[0,∞)</small>
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
Number of control points in v dimension.
|
|
53
53
|
|
|
54
|
-
###
|
|
54
|
+
### MFDouble [ ] **uKnot** [ ] <small>(-∞,∞)</small>
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
Knot vector, where size = number of control points + order of curve.
|
|
57
57
|
|
|
58
|
-
###
|
|
58
|
+
### MFDouble [ ] **vKnot** [ ] <small>(-∞,∞)</small>
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
Knot vector, where size = number of control points + order of curve.
|
|
61
61
|
|
|
62
|
-
### MFDouble [ ] **
|
|
62
|
+
### MFDouble [in, out] **weight** [ ] <small>(-∞,∞)</small>
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
Output values for linear interpolation, each corresponding to knots.
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
#### Hint
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
- Number of weights must match number of knots!
|
|
69
69
|
|
|
70
|
-
###
|
|
70
|
+
### SFNode [in, out] **controlPoint** NULL <small>[X3DCoordinateNode]</small>
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
Input/Output field controlPoint.
|
|
73
73
|
|
|
74
|
-
###
|
|
74
|
+
### SFVec3f [out] **normal_changed**
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
Linearly interpolated output value determined by current key time and corresponding keyValue pair.
|
|
77
77
|
|
|
78
|
-
###
|
|
78
|
+
### SFVec3f [out] **position_changed**
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
Linearly interpolated output value determined by current key time and corresponding keyValue pair.
|
|
81
81
|
|
|
82
82
|
## Description
|
|
83
83
|
|
|
@@ -30,41 +30,41 @@ The NurbsTextureCoordinate node belongs to the **NURBS** component and its defau
|
|
|
30
30
|
|
|
31
31
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
32
32
|
|
|
33
|
-
###
|
|
33
|
+
### SFInt32 [ ] **uOrder** 3 <small>[2,∞)</small>
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
Define order of surface by polynomials of degree = order-1.
|
|
36
36
|
|
|
37
|
-
###
|
|
37
|
+
### SFInt32 [ ] **vOrder** 3 <small>[2,∞)</small>
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
Define order of surface by polynomials of degree = order-1.
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
### SFInt32 [ ] **uDimension** 0 <small>[0,∞)</small>
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
Number of control points in u dimension.
|
|
44
44
|
|
|
45
|
-
### SFInt32 [ ] **
|
|
45
|
+
### SFInt32 [ ] **vDimension** 0 <small>[0,∞)</small>
|
|
46
46
|
|
|
47
|
-
Number of control points in
|
|
47
|
+
Number of control points in v dimension.
|
|
48
48
|
|
|
49
49
|
### MFDouble [ ] **uKnot** [ ] <small>(-∞,∞)</small>
|
|
50
50
|
|
|
51
51
|
Knot vector, where size = number of control points + order of curve.
|
|
52
52
|
|
|
53
|
-
###
|
|
53
|
+
### MFDouble [ ] **vKnot** [ ] <small>(-∞,∞)</small>
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
Knot vector, where size = number of control points + order of curve.
|
|
56
56
|
|
|
57
|
-
###
|
|
57
|
+
### MFDouble [in, out] **weight** [ ] <small>(0,∞)</small>
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
Output values for linear interpolation, each corresponding to knots.
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
#### Hint
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
- Number of weights must match number of knots!
|
|
64
64
|
|
|
65
|
-
###
|
|
65
|
+
### MFVec2f [in, out] **controlPoint** [ ] <small>(-∞,∞)</small>
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
*controlPoint* defines a set of control points of dimension uDimension by vDimension, and defines a mesh where the points do not have uniform spacing.
|
|
68
68
|
|
|
69
69
|
## Description
|
|
70
70
|
|
|
@@ -33,22 +33,14 @@ The NurbsTrimmedSurface node belongs to the **NURBS** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFInt32 [in, out] **uTessellation** <small>(-∞,∞)</small>
|
|
36
|
+
### SFInt32 [in, out] **uTessellation** 0 <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
Hint for surface tesselation.
|
|
39
39
|
|
|
40
|
-
### SFInt32 [in, out] **vTessellation** <small>(-∞,∞)</small>
|
|
40
|
+
### SFInt32 [in, out] **vTessellation** 0 <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
Hint for surface tesselation.
|
|
43
43
|
|
|
44
|
-
### SFBool [ ] **uClosed** FALSE
|
|
45
|
-
|
|
46
|
-
Whether opposite surface sides are closed (seamless) across u dimension.
|
|
47
|
-
|
|
48
|
-
### SFBool [ ] **vClosed** FALSE
|
|
49
|
-
|
|
50
|
-
Whether opposite surface sides are closed (seamless) across u dimension.
|
|
51
|
-
|
|
52
44
|
### SFBool [ ] **solid** TRUE
|
|
53
45
|
|
|
54
46
|
Setting solid true means draw only one side of polygons (backface culling on), setting solid false means draw both sides of polygons (backface culling off).
|
|
@@ -61,6 +53,14 @@ Setting solid true means draw only one side of polygons (backface culling on), s
|
|
|
61
53
|
|
|
62
54
|
- Default value true can completely hide geometry if viewed from wrong side!
|
|
63
55
|
|
|
56
|
+
### SFBool [ ] **uClosed** FALSE
|
|
57
|
+
|
|
58
|
+
Whether opposite surface sides are closed (seamless) across u dimension.
|
|
59
|
+
|
|
60
|
+
### SFBool [ ] **vClosed** FALSE
|
|
61
|
+
|
|
62
|
+
Whether opposite surface sides are closed (seamless) across u dimension.
|
|
63
|
+
|
|
64
64
|
### SFInt32 [ ] **uOrder** 3 <small>[2,∞)</small>
|
|
65
65
|
|
|
66
66
|
Define order of surface by polynomials of degree = order-1.
|
|
@@ -69,11 +69,11 @@ Define order of surface by polynomials of degree = order-1.
|
|
|
69
69
|
|
|
70
70
|
Define order of surface by polynomials of degree = order-1.
|
|
71
71
|
|
|
72
|
-
### SFInt32 [ ] **uDimension** <small>[0,∞)</small>
|
|
72
|
+
### SFInt32 [ ] **uDimension** 0 <small>[0,∞)</small>
|
|
73
73
|
|
|
74
74
|
Number of control points in u dimension.
|
|
75
75
|
|
|
76
|
-
### SFInt32 [ ] **vDimension** <small>[0,∞)</small>
|
|
76
|
+
### SFInt32 [ ] **vDimension** 0 <small>[0,∞)</small>
|
|
77
77
|
|
|
78
78
|
Number of control points in v dimension.
|
|
79
79
|
|
|
@@ -40,7 +40,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
40
40
|
|
|
41
41
|
- Axis 0 0 0 always faces viewer.
|
|
42
42
|
|
|
43
|
-
### SFBool [
|
|
43
|
+
### SFBool [in, out] **visible** TRUE
|
|
44
44
|
|
|
45
45
|
Whether or not renderable content within this node is visually displayed.
|
|
46
46
|
|
|
@@ -49,7 +49,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
49
49
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
50
50
|
- Content must be visible to be collidable and to be pickable.
|
|
51
51
|
|
|
52
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
52
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
53
53
|
|
|
54
54
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
55
55
|
|
|
@@ -50,7 +50,7 @@ Enables/disables collision detection for children and all descendants.
|
|
|
50
50
|
|
|
51
51
|
Time of collision between camera (avatar) and geometry.
|
|
52
52
|
|
|
53
|
-
### SFBool [
|
|
53
|
+
### SFBool [in, out] **visible** TRUE
|
|
54
54
|
|
|
55
55
|
Whether or not renderable content within this node is visually displayed.
|
|
56
56
|
|
|
@@ -59,7 +59,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
59
59
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
60
60
|
- Content must be visible to be collidable and to be pickable.
|
|
61
61
|
|
|
62
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
62
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
63
63
|
|
|
64
64
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
65
65
|
|
|
@@ -52,7 +52,7 @@ Specifies ideal distances at which to switch between levels. The range field is
|
|
|
52
52
|
|
|
53
53
|
Indicates current level of LOD children when activated.
|
|
54
54
|
|
|
55
|
-
### SFBool [
|
|
55
|
+
### SFBool [in, out] **visible** TRUE
|
|
56
56
|
|
|
57
57
|
Whether or not renderable content within this node is visually displayed.
|
|
58
58
|
|
|
@@ -61,7 +61,7 @@ Whether or not renderable content within this node is visually displayed.
|
|
|
61
61
|
- The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
|
|
62
62
|
- Content must be visible to be collidable and to be pickable.
|
|
63
63
|
|
|
64
|
-
### SFBool [ ] **bboxDisplay** FALSE
|
|
64
|
+
### SFBool [in, out] **bboxDisplay** FALSE
|
|
65
65
|
|
|
66
66
|
Whether to display bounding box for associated geometry, aligned with world coordinates.
|
|
67
67
|
|
|
@@ -36,7 +36,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
36
36
|
|
|
37
37
|
Setting set_bind true makes this node active setting set_bind false makes this node inactive. Thus setting set_bind true/false will pop/push (enable/disable) this node.
|
|
38
38
|
|
|
39
|
-
### MFString [in, out] **type** [ "EXAMINE", "ANY" ] <small>["EXAMINE","WALK","FLY","PLANE_create3000.github.io","LOOKAT","EXPLORE","ANY","NONE"]</small>
|
|
39
|
+
### MFString [in, out] **type** [ "EXAMINE", "ANY" ] <small>["EXAMINE", "WALK", "FLY", "PLANE_create3000.github.io", "LOOKAT", "EXPLORE", "ANY", "NONE"]</small>
|
|
40
40
|
|
|
41
41
|
Enter one or more quoted SFString values: "EXAMINE" "WALK" "FLY" "PLANE_create3000.github.io" "LOOKAT" "EXPLORE" "ANY" "NONE".
|
|
42
42
|
|
|
@@ -69,7 +69,7 @@ Default rate at which viewer travels through scene, meters/second.
|
|
|
69
69
|
|
|
70
70
|
Enable/disable directional light that always points in the direction the user is looking.
|
|
71
71
|
|
|
72
|
-
### SFFloat [in, out] **visibilityLimit**
|
|
72
|
+
### SFFloat [in, out] **visibilityLimit** 0 <small>[0,∞)</small>
|
|
73
73
|
|
|
74
74
|
Geometry beyond the visibilityLimit may not be rendered (far culling plane of the view frustrum). visibilityLimit=0.0 indicates an infinite visibility limit.
|
|
75
75
|
|
|
@@ -77,7 +77,7 @@ Minimum and maximum extents of view in units of local coordinate system. Small f
|
|
|
77
77
|
|
|
78
78
|
- Minimum corner must remain less than maximum corner.
|
|
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
|