Uses of Class
org.web3d.x3d.jsail.fields.MFFloat
Packages that use MFFloat
Package
Description
-
Uses of MFFloat in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFFloatModifier and TypeMethodDescriptionfield.getValueMFFloat()
Get typed value of this field declaration.fieldValue.getValueMFFloat()
Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFFloatModifier 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
Methods in org.web3d.x3d.jsail.DIS with parameters of type MFFloatModifier 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
Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type MFFloatModifier 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
Methods in org.web3d.x3d.jsail.EventUtilities with parameters of type MFFloatModifier 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
Methods in org.web3d.x3d.jsail.fields that return MFFloatModifier 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).Methods in org.web3d.x3d.jsail.fields with parameters of type MFFloatModifier 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.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFFloat -
Uses of MFFloat in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type MFFloatModifier and TypeMethodDescriptionAssign typed object value to MFFloat height field, similar toElevationGrid.setHeight(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Geospatial
Methods in org.web3d.x3d.jsail.Geospatial with parameters of type MFFloatModifier and TypeMethodDescriptionAssign typed object value to MFFloat key field, similar toGeoPositionInterpolator.setKey(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type MFFloatModifier and TypeMethodDescriptionHAnimSegment.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[])
.Assign typed object value to MFFloat values field, similar toHAnimMotion.setValues(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type MFFloatModifier 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
Methods in org.web3d.x3d.jsail.Layering with parameters of type MFFloatModifier 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
Methods in org.web3d.x3d.jsail.Layout with parameters of type MFFloatModifier 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.Lighting
Methods in org.web3d.x3d.jsail.Lighting with parameters of type MFFloatModifier and TypeMethodDescriptionEnvironmentLight.setDiffuseCoefficients(MFFloat newValue)
Assign typed object value to MFFloat diffuseCoefficients field, similar toEnvironmentLight.setDiffuseCoefficients(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type MFFloatModifier and TypeMethodDescriptionAssign typed object value to MFFloat weight field, similar toNurbsTextureCoordinate.setWeight(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.ParticleSystems
Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type MFFloatModifier 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
Methods in org.web3d.x3d.jsail.Shaders with parameters of type MFFloatModifier and TypeMethodDescriptionAssign typed object MFFloat value field, similar toFloatVertexAttribute.setValue(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound with parameters of type MFFloatModifier 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[])
.StreamAudioSource.setMediaStream(MFFloat newValue)
Assign typed object value to MFFloat mediaStream field, similar toStreamAudioSource.setMediaStream(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
Methods in org.web3d.x3d.jsail.Text with parameters of type MFFloatModifier and TypeMethodDescriptionAssign typed object value to MFFloat length field, similar toText.setLength(float[])
. -
Uses of MFFloat in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type MFFloatModifier 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
Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type MFFloatModifier and TypeMethodDescriptionIsoSurfaceVolumeData.setSurfaceValues(MFFloat newValue)
Assign typed object value to MFFloat surfaceValues field, similar toIsoSurfaceVolumeData.setSurfaceValues(float[])
.