Uses of Class
org.web3d.x3d.jsail.fields.MFFloat
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The Distributed Interactive Simulation (DIS) component provides networked interoperability with the IEEE DIS protocol for sharing state and conducting real-time platform-level simulations across multiple host computers.
Nodes in the Environmental effects component support the creation of realistic environmental effects such as panoramic backgrounds and fog.
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
Interpolator nodes provide keyframe-based animation capability.
The Layering component describes how to layer a set of subscene layers into a composite scene.
The Layout component defines how to precisely position content in a scene in relation to the rendered results, especially for integrating 2D content with 3D content.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Text component defines how text strings are rendered in an X3D scene.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of MFFloat in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueMFFloat()
Get typed value of this field declaration.fieldValue.getValueMFFloat()
Get typed value of this fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(MFFloat newValue) Append MFFloat to field for value attribute.fieldValue.appendValue
(MFFloat newValue) Append MFFloat to fieldValue for value attribute.Set typed value of a MFFloat field declaration.Set typed value of a MFFloat fieldValue declaration.Assign typed object MFFloat value field, similar toMetadataFloat.setValue(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.DIS
Modifier and TypeMethodDescriptionEspduTransform.setArticulationParameterArray
(MFFloat newValue) Assign typed object value to MFFloat articulationParameterArray field, similar toEspduTransform.setArticulationParameterArray(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.EnvironmentalEffects
Modifier and TypeMethodDescriptionAssign typed object value to MFFloat depth field, similar toFogCoordinate.setDepth(float[])
.Background.setGroundAngle
(MFFloat newValue) Assign typed object value to MFFloat groundAngle field, similar toBackground.setGroundAngle(float[])
.TextureBackground.setGroundAngle
(MFFloat newValue) Assign typed object value to MFFloat groundAngle field, similar toTextureBackground.setGroundAngle(float[])
.Background.setSkyAngle
(MFFloat newValue) Assign typed object value to MFFloat skyAngle field, similar toBackground.setSkyAngle(float[])
.TextureBackground.setSkyAngle
(MFFloat newValue) Assign typed object value to MFFloat skyAngle field, similar toTextureBackground.setSkyAngle(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeMethodDescriptionAssign typed object value to MFFloat key field, similar toBooleanSequencer.setKey(float[])
.Assign typed object value to MFFloat key field, similar toIntegerSequencer.setKey(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionAppends a new MFFloat to the end of the existing value array, increasing the field length accordingly.Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFFloat.multiply
(float scaleFactor) Multiply scaleFactor times all values in this field type.MFFloat.setValue
(double[] newValue) Assign a double-precision array value to this single-precision field.Apply an MFFloat value to this field.Assign a single-field SFFloat as new array value.MFFloat.setValueByString
(String newValue) Utility accessor for MFFloat using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionAppends a new MFFloat to the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Apply an MFFloat value to this field. -
Uses of MFFloat in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionAssign typed object value to MFFloat height field, similar toElevationGrid.setHeight(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Geospatial
Modifier and TypeMethodDescriptionAssign typed object value to MFFloat key field, similar toGeoPositionInterpolator.setKey(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.HAnim
Modifier and TypeMethodDescriptionAssign typed object value to MFFloat llimit field, similar toHAnimJoint.setLlimit(float[])
.HAnimSegment.setMomentsOfInertia
(MFFloat newValue) Assign typed object value to MFFloat momentsOfInertia field, similar toHAnimSegment.setMomentsOfInertia(float[])
.HAnimJoint.setSkinCoordWeight
(MFFloat newValue) Assign typed object value to MFFloat skinCoordWeight field, similar toHAnimJoint.setSkinCoordWeight(float[])
.HAnimJoint.setStiffness
(MFFloat newValue) Assign typed object value to MFFloat stiffness field, similar toHAnimJoint.setStiffness(float[])
.Assign typed object value to MFFloat ulimit field, similar toHAnimJoint.setUlimit(float[])
.Assign typed object value to MFFloat values field, similar toHAnimMotion.setValues(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Interpolation
Modifier and TypeMethodDescriptionAssign typed object value to MFFloat key field, similar toColorInterpolator.setKey(float[])
.Assign typed object value to MFFloat key field, similar toCoordinateInterpolator.setKey(float[])
.Assign typed object value to MFFloat key field, similar toCoordinateInterpolator2D.setKey(float[])
.Assign typed object value to MFFloat key field, similar toEaseInEaseOut.setKey(float[])
.Assign typed object value to MFFloat key field, similar toNormalInterpolator.setKey(float[])
.Assign typed object value to MFFloat key field, similar toOrientationInterpolator.setKey(float[])
.Assign typed object value to MFFloat key field, similar toPositionInterpolator.setKey(float[])
.Assign typed object value to MFFloat key field, similar toPositionInterpolator2D.setKey(float[])
.Assign typed object value to MFFloat key field, similar toScalarInterpolator.setKey(float[])
.Assign typed object value to MFFloat key field, similar toSplinePositionInterpolator.setKey(float[])
.Assign typed object value to MFFloat key field, similar toSplinePositionInterpolator2D.setKey(float[])
.Assign typed object value to MFFloat key field, similar toSplineScalarInterpolator.setKey(float[])
.Assign typed object value to MFFloat key field, similar toSquadOrientationInterpolator.setKey(float[])
.ScalarInterpolator.setKeyValue
(MFFloat newValue) Assign typed object value to MFFloat keyValue field, similar toScalarInterpolator.setKeyValue(float[])
.SplineScalarInterpolator.setKeyValue
(MFFloat newValue) Assign typed object value to MFFloat keyValue field, similar toSplineScalarInterpolator.setKeyValue(float[])
.SplineScalarInterpolator.setKeyVelocity
(MFFloat newValue) Assign typed object value to MFFloat keyVelocity field, similar toSplineScalarInterpolator.setKeyVelocity(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Layering
Modifier and TypeMethodDescriptionViewport.setClipBoundary
(MFFloat newValue) Assign typed object value to MFFloat clipBoundary field, similar toViewport.setClipBoundary(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Layout
Modifier and TypeMethodDescriptionAssign typed object value to MFFloat offset field, similar toLayout.setOffset(float[])
.Assign typed object value to MFFloat size field, similar toLayout.setSize(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeMethodDescriptionParticleSystem.setColorKey
(MFFloat newValue) Assign typed object value to MFFloat colorKey field, similar toParticleSystem.setColorKey(float[])
.ParticleSystem.setTexCoordKey
(MFFloat newValue) Assign typed object value to MFFloat texCoordKey field, similar toParticleSystem.setTexCoordKey(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Shaders
Modifier and TypeMethodDescriptionAssign typed object MFFloat value field, similar toFloatVertexAttribute.setValue(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Sound
Modifier and TypeMethodDescriptionAssign typed object value to MFFloat buffer field, similar toBufferAudioSource.setBuffer(float[])
.Assign typed object value to MFFloat buffer field, similar toConvolver.setBuffer(float[])
.PeriodicWave.setOptionsImag
(MFFloat newValue) Assign typed object value to MFFloat optionsImag field, similar toPeriodicWave.setOptionsImag(float[])
.PeriodicWave.setOptionsReal
(MFFloat newValue) Assign typed object value to MFFloat optionsReal field, similar toPeriodicWave.setOptionsReal(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Text
Modifier and TypeMethodDescriptionAssign typed object value to MFFloat length field, similar toText.setLength(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionTextureCoordinateGenerator.setParameter
(MFFloat newValue) Assign typed object value to MFFloat parameter field, similar toTextureCoordinateGenerator.setParameter(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionIsoSurfaceVolumeData.setSurfaceValues
(MFFloat newValue) Assign typed object value to MFFloat surfaceValues field, similar toIsoSurfaceVolumeData.setSurfaceValues(float[])
.