Uses of Class
org.web3d.x3d.jsail.fields.SFFloatObject
-
Uses of SFFloatObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFFloatObject Modifier and Type Method Description SFFloatObject
fieldObject. getValueSFFloat()
If type matches, then get typed value of a SFFloat field declaration.SFFloatObject
fieldValueObject. getValueSFFloat()
If type matches, then get typed value of a SFFloat fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFFloatObject Modifier and Type Method Description MetadataFloatObject
MetadataFloatObject. addValue(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat value field.fieldObject
fieldObject. appendValue(SFFloatObject newValue)
Append SFFloatObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(SFFloatObject newValue)
Append SFFloatObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(SFFloatObject newValue)
Set typed value of a SFFloat field declaration.fieldValueObject
fieldValueObject. setValue(SFFloatObject newValue)
Set typed value of a SFFloat fieldValue declaration. -
Uses of SFFloatObject in org.web3d.x3d.jsail.DIS
Methods in org.web3d.x3d.jsail.DIS with parameters of type SFFloatObject Modifier and Type Method Description EspduTransformObject
EspduTransformObject. addArticulationParameterArray(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat articulationParameterArray field.EspduTransformObject
EspduTransformObject. setFiringRange(SFFloatObject newValue)
Assign typed object value to SFFloat firingRange field, similar toEspduTransformObject.setFiringRange(float)
.TransmitterPduObject
TransmitterPduObject. setPower(SFFloatObject newValue)
Assign typed object value to SFFloat power field, similar toTransmitterPduObject.setPower(float)
.ReceiverPduObject
ReceiverPduObject. setReceivedPower(SFFloatObject newValue)
Assign typed object value to SFFloat receivedPower field, similar toReceiverPduObject.setReceivedPower(float)
.TransmitterPduObject
TransmitterPduObject. setTransmitFrequencyBandwidth(SFFloatObject newValue)
Assign typed object value to SFFloat transmitFrequencyBandwidth field, similar toTransmitterPduObject.setTransmitFrequencyBandwidth(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.EnvironmentalEffects
Methods in org.web3d.x3d.jsail.EnvironmentalEffects with parameters of type SFFloatObject Modifier and Type Method Description FogCoordinateObject
FogCoordinateObject. addDepth(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat depth field.BackgroundObject
BackgroundObject. addGroundAngle(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat groundAngle field.TextureBackgroundObject
TextureBackgroundObject. addGroundAngle(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat groundAngle field.BackgroundObject
BackgroundObject. addSkyAngle(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat skyAngle field.TextureBackgroundObject
TextureBackgroundObject. addSkyAngle(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat skyAngle field.BackgroundObject
BackgroundObject. setTransparency(SFFloatObject newValue)
Assign typed object value to SFFloat transparency field, similar toBackgroundObject.setTransparency(float)
.TextureBackgroundObject
TextureBackgroundObject. setTransparency(SFFloatObject newValue)
Assign typed object value to SFFloat transparency field, similar toTextureBackgroundObject.setTransparency(float)
.FogObject
FogObject. setVisibilityRange(SFFloatObject newValue)
Assign typed object value to SFFloat visibilityRange field, similar toFogObject.setVisibilityRange(float)
.LocalFogObject
LocalFogObject. setVisibilityRange(SFFloatObject newValue)
Assign typed object value to SFFloat visibilityRange field, similar toLocalFogObject.setVisibilityRange(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.EventUtilities
Methods in org.web3d.x3d.jsail.EventUtilities with parameters of type SFFloatObject Modifier and Type Method Description BooleanSequencerObject
BooleanSequencerObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.IntegerSequencerObject
IntegerSequencerObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field. -
Uses of SFFloatObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFFloatObject Modifier and Type Method Description SFFloatObject
SFFloatObject. setValue(double newValue)
Apply a double value to this float field type, note change in precision.SFFloatObject
SFFloatObject. setValue(int newValue)
Apply an int value to this float field type, note change in precision.SFFloatObject
SFFloatObject. setValue(SFFloatObject newValue)
Apply an SFFloatObject value to this field.SFFloatObject
SFFloatObject. setValueByString(java.lang.String newValue)
Utility accessor for SFFloatObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFFloatObject Modifier and Type Method Description MFFloatObject
MFFloatObject. append(SFFloatObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
SFFloatObject. equals(SFFloatObject comparisonSFFloatObject)
Determine whether two objects contain equal values.MFFloatObject
MFFloatObject. setValue(SFFloatObject newValue)
Assign a single-field SFFloatObject as new array value.SFFloatObject
SFFloatObject. setValue(SFFloatObject newValue)
Apply an SFFloatObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFFloatObject Constructor Description MFFloatObject(SFFloatObject newValue)
Utility constructor for MFFloatObject using a corresponding SFFloatObject as new initial value (which must pass parsing validation checks).SFFloatObject(SFFloatObject newValue)
Constructor to copy an SFFloatObject value as initial value for this new field object. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers with parameters of type SFFloatObject Modifier and Type Method Description ScalarChaserObject
ScalarChaserObject. setInitialDestination(SFFloatObject newValue)
Assign typed object value to SFFloat initialDestination field, similar toScalarChaserObject.setInitialDestination(float)
.ScalarDamperObject
ScalarDamperObject. setInitialDestination(SFFloatObject newValue)
Assign typed object value to SFFloat initialDestination field, similar toScalarDamperObject.setInitialDestination(float)
.ScalarChaserObject
ScalarChaserObject. setInitialValue(SFFloatObject newValue)
Assign typed object value to SFFloat initialValue field, similar toScalarChaserObject.setInitialValue(float)
.ScalarDamperObject
ScalarDamperObject. setInitialValue(SFFloatObject newValue)
Assign typed object value to SFFloat initialValue field, similar toScalarDamperObject.setInitialValue(float)
.ColorDamperObject
ColorDamperObject. setTolerance(SFFloatObject newValue)
Assign typed object value to SFFloat tolerance field, similar toColorDamperObject.setTolerance(float)
.CoordinateDamperObject
CoordinateDamperObject. setTolerance(SFFloatObject newValue)
Assign typed object value to SFFloat tolerance field, similar toCoordinateDamperObject.setTolerance(float)
.OrientationDamperObject
OrientationDamperObject. setTolerance(SFFloatObject newValue)
Assign typed object value to SFFloat tolerance field, similar toOrientationDamperObject.setTolerance(float)
.PositionDamper2DObject
PositionDamper2DObject. setTolerance(SFFloatObject newValue)
Assign typed object value to SFFloat tolerance field, similar toPositionDamper2DObject.setTolerance(float)
.PositionDamperObject
PositionDamperObject. setTolerance(SFFloatObject newValue)
Assign typed object value to SFFloat tolerance field, similar toPositionDamperObject.setTolerance(float)
.ScalarDamperObject
ScalarDamperObject. setTolerance(SFFloatObject newValue)
Assign typed object value to SFFloat tolerance field, similar toScalarDamperObject.setTolerance(float)
.TexCoordDamper2DObject
TexCoordDamper2DObject. setTolerance(SFFloatObject newValue)
Assign typed object value to SFFloat tolerance field, similar toTexCoordDamper2DObject.setTolerance(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Geometry2D
Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type SFFloatObject Modifier and Type Method Description Arc2DObject
Arc2DObject. setEndAngle(SFFloatObject newValue)
Assign typed object value to SFFloat endAngle field, similar toArc2DObject.setEndAngle(float)
.ArcClose2DObject
ArcClose2DObject. setEndAngle(SFFloatObject newValue)
Assign typed object value to SFFloat endAngle field, similar toArcClose2DObject.setEndAngle(float)
.Disk2DObject
Disk2DObject. setInnerRadius(SFFloatObject newValue)
Assign typed object value to SFFloat innerRadius field, similar toDisk2DObject.setInnerRadius(float)
.Disk2DObject
Disk2DObject. setOuterRadius(SFFloatObject newValue)
Assign typed object value to SFFloat outerRadius field, similar toDisk2DObject.setOuterRadius(float)
.Arc2DObject
Arc2DObject. setRadius(SFFloatObject newValue)
Assign typed object value to SFFloat radius field, similar toArc2DObject.setRadius(float)
.ArcClose2DObject
ArcClose2DObject. setRadius(SFFloatObject newValue)
Assign typed object value to SFFloat radius field, similar toArcClose2DObject.setRadius(float)
.Circle2DObject
Circle2DObject. setRadius(SFFloatObject newValue)
Assign typed object value to SFFloat radius field, similar toCircle2DObject.setRadius(float)
.Arc2DObject
Arc2DObject. setStartAngle(SFFloatObject newValue)
Assign typed object value to SFFloat startAngle field, similar toArc2DObject.setStartAngle(float)
.ArcClose2DObject
ArcClose2DObject. setStartAngle(SFFloatObject newValue)
Assign typed object value to SFFloat startAngle field, similar toArcClose2DObject.setStartAngle(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Geometry3D
Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type SFFloatObject Modifier and Type Method Description ElevationGridObject
ElevationGridObject. addHeight(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat height field.ConeObject
ConeObject. setBottomRadius(SFFloatObject newValue)
Assign typed object value to SFFloat bottomRadius field, similar toConeObject.setBottomRadius(float)
.ElevationGridObject
ElevationGridObject. setCreaseAngle(SFFloatObject newValue)
Assign typed object value to SFFloat creaseAngle field, similar toElevationGridObject.setCreaseAngle(float)
.ExtrusionObject
ExtrusionObject. setCreaseAngle(SFFloatObject newValue)
Assign typed object value to SFFloat creaseAngle field, similar toExtrusionObject.setCreaseAngle(float)
.IndexedFaceSetObject
IndexedFaceSetObject. setCreaseAngle(SFFloatObject newValue)
Assign typed object value to SFFloat creaseAngle field, similar toIndexedFaceSetObject.setCreaseAngle(float)
.ConeObject
ConeObject. setHeight(SFFloatObject newValue)
Assign typed object value to SFFloat height field, similar toConeObject.setHeight(float)
.CylinderObject
CylinderObject. setHeight(SFFloatObject newValue)
Assign typed object value to SFFloat height field, similar toCylinderObject.setHeight(float)
.CylinderObject
CylinderObject. setRadius(SFFloatObject newValue)
Assign typed object value to SFFloat radius field, similar toCylinderObject.setRadius(float)
.SphereObject
SphereObject. setRadius(SFFloatObject newValue)
Assign typed object value to SFFloat radius field, similar toSphereObject.setRadius(float)
.ElevationGridObject
ElevationGridObject. setXSpacing(SFFloatObject newValue)
Assign typed object value to SFFloat xSpacing field, similar toElevationGridObject.setXSpacing(float)
.ElevationGridObject
ElevationGridObject. setZSpacing(SFFloatObject newValue)
Assign typed object value to SFFloat zSpacing field, similar toElevationGridObject.setZSpacing(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Geospatial
Methods in org.web3d.x3d.jsail.Geospatial with parameters of type SFFloatObject Modifier and Type Method Description GeoPositionInterpolatorObject
GeoPositionInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.GeoViewpointObject
GeoViewpointObject. setFieldOfView(SFFloatObject newValue)
Assign typed object value to SFFloat fieldOfView field, similar toGeoViewpointObject.setFieldOfView(float)
.GeoLODObject
GeoLODObject. setRange(SFFloatObject newValue)
Assign typed object value to SFFloat range field, similar toGeoLODObject.setRange(float)
.GeoViewpointObject
GeoViewpointObject. setSpeedFactor(SFFloatObject newValue)
Assign typed object value to SFFloat speedFactor field, similar toGeoViewpointObject.setSpeedFactor(float)
.GeoElevationGridObject
GeoElevationGridObject. setYScale(SFFloatObject newValue)
Assign typed object value to SFFloat yScale field, similar toGeoElevationGridObject.setYScale(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type SFFloatObject Modifier and Type Method Description HAnimSegmentObject
HAnimSegmentObject. addMomentsOfInertia(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat momentsOfInertia field.HAnimJointObject
HAnimJointObject. addSkinCoordWeight(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat skinCoordWeight field.HAnimMotionObject
HAnimMotionObject. addValues(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat values field.HAnimSegmentObject
HAnimSegmentObject. setMass(SFFloatObject newValue)
Assign typed object value to SFFloat mass field, similar toHAnimSegmentObject.setMass(float)
.HAnimDisplacerObject
HAnimDisplacerObject. setWeight(SFFloatObject newValue)
Assign typed object value to SFFloat weight field, similar toHAnimDisplacerObject.setWeight(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Interpolation
Methods in org.web3d.x3d.jsail.Interpolation with parameters of type SFFloatObject Modifier and Type Method Description ColorInterpolatorObject
ColorInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.CoordinateInterpolator2DObject
CoordinateInterpolator2DObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.CoordinateInterpolatorObject
CoordinateInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.EaseInEaseOutObject
EaseInEaseOutObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.NormalInterpolatorObject
NormalInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.OrientationInterpolatorObject
OrientationInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.PositionInterpolator2DObject
PositionInterpolator2DObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.PositionInterpolatorObject
PositionInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.ScalarInterpolatorObject
ScalarInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.SplinePositionInterpolator2DObject
SplinePositionInterpolator2DObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.SplinePositionInterpolatorObject
SplinePositionInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.SplineScalarInterpolatorObject
SplineScalarInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.SquadOrientationInterpolatorObject
SquadOrientationInterpolatorObject. addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.ScalarInterpolatorObject
ScalarInterpolatorObject. addKeyValue(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat keyValue field.SplineScalarInterpolatorObject
SplineScalarInterpolatorObject. addKeyValue(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat keyValue field.SplineScalarInterpolatorObject
SplineScalarInterpolatorObject. addKeyVelocity(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat keyVelocity field. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Layering
Methods in org.web3d.x3d.jsail.Layering with parameters of type SFFloatObject Modifier and Type Method Description ViewportObject
ViewportObject. addClipBoundary(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat clipBoundary field. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Layout
Methods in org.web3d.x3d.jsail.Layout with parameters of type SFFloatObject Modifier and Type Method Description LayoutObject
LayoutObject. addOffset(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat offset field.LayoutObject
LayoutObject. addSize(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat size field.ScreenFontStyleObject
ScreenFontStyleObject. setPointSize(SFFloatObject newValue)
Assign typed object value to SFFloat pointSize field, similar toScreenFontStyleObject.setPointSize(float)
.ScreenFontStyleObject
ScreenFontStyleObject. setSpacing(SFFloatObject newValue)
Assign typed object value to SFFloat spacing field, similar toScreenFontStyleObject.setSpacing(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Lighting
Methods in org.web3d.x3d.jsail.Lighting with parameters of type SFFloatObject Modifier and Type Method Description DirectionalLightObject
DirectionalLightObject. setAmbientIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat ambientIntensity field, similar toDirectionalLightObject.setAmbientIntensity(float)
.PointLightObject
PointLightObject. setAmbientIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat ambientIntensity field, similar toPointLightObject.setAmbientIntensity(float)
.SpotLightObject
SpotLightObject. setAmbientIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat ambientIntensity field, similar toSpotLightObject.setAmbientIntensity(float)
.SpotLightObject
SpotLightObject. setBeamWidth(SFFloatObject newValue)
Assign typed object value to SFFloat beamWidth field, similar toSpotLightObject.setBeamWidth(float)
.SpotLightObject
SpotLightObject. setCutOffAngle(SFFloatObject newValue)
Assign typed object value to SFFloat cutOffAngle field, similar toSpotLightObject.setCutOffAngle(float)
.DirectionalLightObject
DirectionalLightObject. setIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat intensity field, similar toDirectionalLightObject.setIntensity(float)
.PointLightObject
PointLightObject. setIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat intensity field, similar toPointLightObject.setIntensity(float)
.SpotLightObject
SpotLightObject. setIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat intensity field, similar toSpotLightObject.setIntensity(float)
.PointLightObject
PointLightObject. setRadius(SFFloatObject newValue)
Assign typed object value to SFFloat radius field, similar toPointLightObject.setRadius(float)
.SpotLightObject
SpotLightObject. setRadius(SFFloatObject newValue)
Assign typed object value to SFFloat radius field, similar toSpotLightObject.setRadius(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Navigation
Methods in org.web3d.x3d.jsail.Navigation with parameters of type SFFloatObject Modifier and Type Method Description NavigationInfoObject
NavigationInfoObject. addAvatarSize(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat avatarSize field.OrthoViewpointObject
OrthoViewpointObject. addFieldOfView(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat fieldOfView field.LODObject
LODObject. addRange(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat range field.ViewpointObject
ViewpointObject. setFieldOfView(SFFloatObject newValue)
Assign typed object value to SFFloat fieldOfView field, similar toViewpointObject.setFieldOfView(float)
.NavigationInfoObject
NavigationInfoObject. setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar toNavigationInfoObject.setSpeed(float)
.NavigationInfoObject
NavigationInfoObject. setVisibilityLimit(SFFloatObject newValue)
Assign typed object value to SFFloat visibilityLimit field, similar toNavigationInfoObject.setVisibilityLimit(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type SFFloatObject Modifier and Type Method Description NurbsTextureCoordinateObject
NurbsTextureCoordinateObject. addWeight(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat weight field.NurbsSetObject
NurbsSetObject. setTessellationScale(SFFloatObject newValue)
Assign typed object value to SFFloat tessellationScale field, similar toNurbsSetObject.setTessellationScale(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.ParticleSystems
Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type SFFloatObject Modifier and Type Method Description ParticleSystemObject
ParticleSystemObject. addColorKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat colorKey field.ParticleSystemObject
ParticleSystemObject. addTexCoordKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat texCoordKey field.ConeEmitterObject
ConeEmitterObject. setAngle(SFFloatObject newValue)
Assign typed object value to SFFloat angle field, similar toConeEmitterObject.setAngle(float)
.WindPhysicsModelObject
WindPhysicsModelObject. setGustiness(SFFloatObject newValue)
Assign typed object value to SFFloat gustiness field, similar toWindPhysicsModelObject.setGustiness(float)
.ParticleSystemObject
ParticleSystemObject. setLifetimeVariation(SFFloatObject newValue)
Assign typed object value to SFFloat lifetimeVariation field, similar toParticleSystemObject.setLifetimeVariation(float)
.ConeEmitterObject
ConeEmitterObject. setMass(SFFloatObject newValue)
Assign typed object value to SFFloat mass field, similar toConeEmitterObject.setMass(float)
.ExplosionEmitterObject
ExplosionEmitterObject. setMass(SFFloatObject newValue)
Assign typed object value to SFFloat mass field, similar toExplosionEmitterObject.setMass(float)
.PointEmitterObject
PointEmitterObject. setMass(SFFloatObject newValue)
Assign typed object value to SFFloat mass field, similar toPointEmitterObject.setMass(float)
.PolylineEmitterObject
PolylineEmitterObject. setMass(SFFloatObject newValue)
Assign typed object value to SFFloat mass field, similar toPolylineEmitterObject.setMass(float)
.SurfaceEmitterObject
SurfaceEmitterObject. setMass(SFFloatObject newValue)
Assign typed object value to SFFloat mass field, similar toSurfaceEmitterObject.setMass(float)
.VolumeEmitterObject
VolumeEmitterObject. setMass(SFFloatObject newValue)
Assign typed object value to SFFloat mass field, similar toVolumeEmitterObject.setMass(float)
.ParticleSystemObject
ParticleSystemObject. setParticleLifetime(SFFloatObject newValue)
Assign typed object value to SFFloat particleLifetime field, similar toParticleSystemObject.setParticleLifetime(float)
.ConeEmitterObject
ConeEmitterObject. setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar toConeEmitterObject.setSpeed(float)
.ExplosionEmitterObject
ExplosionEmitterObject. setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar toExplosionEmitterObject.setSpeed(float)
.PointEmitterObject
PointEmitterObject. setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar toPointEmitterObject.setSpeed(float)
.PolylineEmitterObject
PolylineEmitterObject. setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar toPolylineEmitterObject.setSpeed(float)
.SurfaceEmitterObject
SurfaceEmitterObject. setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar toSurfaceEmitterObject.setSpeed(float)
.VolumeEmitterObject
VolumeEmitterObject. setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar toVolumeEmitterObject.setSpeed(float)
.WindPhysicsModelObject
WindPhysicsModelObject. setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar toWindPhysicsModelObject.setSpeed(float)
.ConeEmitterObject
ConeEmitterObject. setSurfaceArea(SFFloatObject newValue)
Assign typed object value to SFFloat surfaceArea field, similar toConeEmitterObject.setSurfaceArea(float)
.ExplosionEmitterObject
ExplosionEmitterObject. setSurfaceArea(SFFloatObject newValue)
Assign typed object value to SFFloat surfaceArea field, similar toExplosionEmitterObject.setSurfaceArea(float)
.PointEmitterObject
PointEmitterObject. setSurfaceArea(SFFloatObject newValue)
Assign typed object value to SFFloat surfaceArea field, similar toPointEmitterObject.setSurfaceArea(float)
.PolylineEmitterObject
PolylineEmitterObject. setSurfaceArea(SFFloatObject newValue)
Assign typed object value to SFFloat surfaceArea field, similar toPolylineEmitterObject.setSurfaceArea(float)
.SurfaceEmitterObject
SurfaceEmitterObject. setSurfaceArea(SFFloatObject newValue)
Assign typed object value to SFFloat surfaceArea field, similar toSurfaceEmitterObject.setSurfaceArea(float)
.VolumeEmitterObject
VolumeEmitterObject. setSurfaceArea(SFFloatObject newValue)
Assign typed object value to SFFloat surfaceArea field, similar toVolumeEmitterObject.setSurfaceArea(float)
.WindPhysicsModelObject
WindPhysicsModelObject. setTurbulence(SFFloatObject newValue)
Assign typed object value to SFFloat turbulence field, similar toWindPhysicsModelObject.setTurbulence(float)
.ConeEmitterObject
ConeEmitterObject. setVariation(SFFloatObject newValue)
Assign typed object value to SFFloat variation field, similar toConeEmitterObject.setVariation(float)
.ExplosionEmitterObject
ExplosionEmitterObject. setVariation(SFFloatObject newValue)
Assign typed object value to SFFloat variation field, similar toExplosionEmitterObject.setVariation(float)
.PointEmitterObject
PointEmitterObject. setVariation(SFFloatObject newValue)
Assign typed object value to SFFloat variation field, similar toPointEmitterObject.setVariation(float)
.PolylineEmitterObject
PolylineEmitterObject. setVariation(SFFloatObject newValue)
Assign typed object value to SFFloat variation field, similar toPolylineEmitterObject.setVariation(float)
.SurfaceEmitterObject
SurfaceEmitterObject. setVariation(SFFloatObject newValue)
Assign typed object value to SFFloat variation field, similar toSurfaceEmitterObject.setVariation(float)
.VolumeEmitterObject
VolumeEmitterObject. setVariation(SFFloatObject newValue)
Assign typed object value to SFFloat variation field, similar toVolumeEmitterObject.setVariation(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.PointingDeviceSensor
Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type SFFloatObject Modifier and Type Method Description CylinderSensorObject
CylinderSensorObject. setDiskAngle(SFFloatObject newValue)
Assign typed object value to SFFloat diskAngle field, similar toCylinderSensorObject.setDiskAngle(float)
.CylinderSensorObject
CylinderSensorObject. setMaxAngle(SFFloatObject newValue)
Assign typed object value to SFFloat maxAngle field, similar toCylinderSensorObject.setMaxAngle(float)
.CylinderSensorObject
CylinderSensorObject. setMinAngle(SFFloatObject newValue)
Assign typed object value to SFFloat minAngle field, similar toCylinderSensorObject.setMinAngle(float)
.CylinderSensorObject
CylinderSensorObject. setOffset(SFFloatObject newValue)
Assign typed object value to SFFloat offset field, similar toCylinderSensorObject.setOffset(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type SFFloatObject Modifier and Type Method Description RigidBodyObject
RigidBodyObject. setAngularDampingFactor(SFFloatObject newValue)
Assign typed object value to SFFloat angularDampingFactor field, similar toRigidBodyObject.setAngularDampingFactor(float)
.MotorJointObject
MotorJointObject. setAxis1Angle(SFFloatObject newValue)
Assign typed object value to SFFloat axis1Angle field, similar toMotorJointObject.setAxis1Angle(float)
.MotorJointObject
MotorJointObject. setAxis1Torque(SFFloatObject newValue)
Assign typed object value to SFFloat axis1Torque field, similar toMotorJointObject.setAxis1Torque(float)
.MotorJointObject
MotorJointObject. setAxis2Angle(SFFloatObject newValue)
Assign typed object value to SFFloat axis2Angle field, similar toMotorJointObject.setAxis2Angle(float)
.MotorJointObject
MotorJointObject. setAxis2Torque(SFFloatObject newValue)
Assign typed object value to SFFloat axis2Torque field, similar toMotorJointObject.setAxis2Torque(float)
.MotorJointObject
MotorJointObject. setAxis3Angle(SFFloatObject newValue)
Assign typed object value to SFFloat axis3Angle field, similar toMotorJointObject.setAxis3Angle(float)
.MotorJointObject
MotorJointObject. setAxis3Torque(SFFloatObject newValue)
Assign typed object value to SFFloat axis3Torque field, similar toMotorJointObject.setAxis3Torque(float)
.CollisionCollectionObject
CollisionCollectionObject. setBounce(SFFloatObject newValue)
Assign typed object value to SFFloat bounce field, similar toCollisionCollectionObject.setBounce(float)
.ContactObject
ContactObject. setBounce(SFFloatObject newValue)
Assign typed object value to SFFloat bounce field, similar toContactObject.setBounce(float)
.RigidBodyCollectionObject
RigidBodyCollectionObject. setConstantForceMix(SFFloatObject newValue)
Assign typed object value to SFFloat constantForceMix field, similar toRigidBodyCollectionObject.setConstantForceMix(float)
.RigidBodyCollectionObject
RigidBodyCollectionObject. setContactSurfaceThickness(SFFloatObject newValue)
Assign typed object value to SFFloat contactSurfaceThickness field, similar toRigidBodyCollectionObject.setContactSurfaceThickness(float)
.ContactObject
ContactObject. setDepth(SFFloatObject newValue)
Assign typed object value to SFFloat depth field, similar toContactObject.setDepth(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setDesiredAngularVelocity1(SFFloatObject newValue)
Assign typed object value to SFFloat desiredAngularVelocity1 field, similar toDoubleAxisHingeJointObject.setDesiredAngularVelocity1(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setDesiredAngularVelocity2(SFFloatObject newValue)
Assign typed object value to SFFloat desiredAngularVelocity2 field, similar toDoubleAxisHingeJointObject.setDesiredAngularVelocity2(float)
.RigidBodyCollectionObject
RigidBodyCollectionObject. setDisableAngularSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat disableAngularSpeed field, similar toRigidBodyCollectionObject.setDisableAngularSpeed(float)
.RigidBodyObject
RigidBodyObject. setDisableAngularSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat disableAngularSpeed field, similar toRigidBodyObject.setDisableAngularSpeed(float)
.RigidBodyCollectionObject
RigidBodyCollectionObject. setDisableLinearSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat disableLinearSpeed field, similar toRigidBodyCollectionObject.setDisableLinearSpeed(float)
.RigidBodyObject
RigidBodyObject. setDisableLinearSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat disableLinearSpeed field, similar toRigidBodyObject.setDisableLinearSpeed(float)
.RigidBodyCollectionObject
RigidBodyCollectionObject. setErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat errorCorrection field, similar toRigidBodyCollectionObject.setErrorCorrection(float)
.RigidBodyObject
RigidBodyObject. setLinearDampingFactor(SFFloatObject newValue)
Assign typed object value to SFFloat linearDampingFactor field, similar toRigidBodyObject.setLinearDampingFactor(float)
.RigidBodyObject
RigidBodyObject. setMass(SFFloatObject newValue)
Assign typed object value to SFFloat mass field, similar toRigidBodyObject.setMass(float)
.SingleAxisHingeJointObject
SingleAxisHingeJointObject. setMaxAngle(SFFloatObject newValue)
Assign typed object value to SFFloat maxAngle field, similar toSingleAxisHingeJointObject.setMaxAngle(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setMaxAngle1(SFFloatObject newValue)
Assign typed object value to SFFloat maxAngle1 field, similar toDoubleAxisHingeJointObject.setMaxAngle1(float)
.RigidBodyCollectionObject
RigidBodyCollectionObject. setMaxCorrectionSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat maxCorrectionSpeed field, similar toRigidBodyCollectionObject.setMaxCorrectionSpeed(float)
.SliderJointObject
SliderJointObject. setMaxSeparation(SFFloatObject newValue)
Assign typed object value to SFFloat maxSeparation field, similar toSliderJointObject.setMaxSeparation(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setMaxTorque1(SFFloatObject newValue)
Assign typed object value to SFFloat maxTorque1 field, similar toDoubleAxisHingeJointObject.setMaxTorque1(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setMaxTorque2(SFFloatObject newValue)
Assign typed object value to SFFloat maxTorque2 field, similar toDoubleAxisHingeJointObject.setMaxTorque2(float)
.SingleAxisHingeJointObject
SingleAxisHingeJointObject. setMinAngle(SFFloatObject newValue)
Assign typed object value to SFFloat minAngle field, similar toSingleAxisHingeJointObject.setMinAngle(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setMinAngle1(SFFloatObject newValue)
Assign typed object value to SFFloat minAngle1 field, similar toDoubleAxisHingeJointObject.setMinAngle1(float)
.CollisionCollectionObject
CollisionCollectionObject. setMinBounceSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat minBounceSpeed field, similar toCollisionCollectionObject.setMinBounceSpeed(float)
.ContactObject
ContactObject. setMinBounceSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat minBounceSpeed field, similar toContactObject.setMinBounceSpeed(float)
.SliderJointObject
SliderJointObject. setMinSeparation(SFFloatObject newValue)
Assign typed object value to SFFloat minSeparation field, similar toSliderJointObject.setMinSeparation(float)
.SliderJointObject
SliderJointObject. setSliderForce(SFFloatObject newValue)
Assign typed object value to SFFloat sliderForce field, similar toSliderJointObject.setSliderForce(float)
.CollisionCollectionObject
CollisionCollectionObject. setSoftnessConstantForceMix(SFFloatObject newValue)
Assign typed object value to SFFloat softnessConstantForceMix field, similar toCollisionCollectionObject.setSoftnessConstantForceMix(float)
.ContactObject
ContactObject. setSoftnessConstantForceMix(SFFloatObject newValue)
Assign typed object value to SFFloat softnessConstantForceMix field, similar toContactObject.setSoftnessConstantForceMix(float)
.CollisionCollectionObject
CollisionCollectionObject. setSoftnessErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat softnessErrorCorrection field, similar toCollisionCollectionObject.setSoftnessErrorCorrection(float)
.ContactObject
ContactObject. setSoftnessErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat softnessErrorCorrection field, similar toContactObject.setSoftnessErrorCorrection(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setStop1Bounce(SFFloatObject newValue)
Assign typed object value to SFFloat stop1Bounce field, similar toDoubleAxisHingeJointObject.setStop1Bounce(float)
.MotorJointObject
MotorJointObject. setStop1Bounce(SFFloatObject newValue)
Assign typed object value to SFFloat stop1Bounce field, similar toMotorJointObject.setStop1Bounce(float)
.UniversalJointObject
UniversalJointObject. setStop1Bounce(SFFloatObject newValue)
Assign typed object value to SFFloat stop1Bounce field, similar toUniversalJointObject.setStop1Bounce(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setStop1ConstantForceMix(SFFloatObject newValue)
Assign typed object value to SFFloat stop1ConstantForceMix field, similar toDoubleAxisHingeJointObject.setStop1ConstantForceMix(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setStop1ErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stop1ErrorCorrection field, similar toDoubleAxisHingeJointObject.setStop1ErrorCorrection(float)
.MotorJointObject
MotorJointObject. setStop1ErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stop1ErrorCorrection field, similar toMotorJointObject.setStop1ErrorCorrection(float)
.UniversalJointObject
UniversalJointObject. setStop1ErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stop1ErrorCorrection field, similar toUniversalJointObject.setStop1ErrorCorrection(float)
.MotorJointObject
MotorJointObject. setStop2Bounce(SFFloatObject newValue)
Assign typed object value to SFFloat stop2Bounce field, similar toMotorJointObject.setStop2Bounce(float)
.UniversalJointObject
UniversalJointObject. setStop2Bounce(SFFloatObject newValue)
Assign typed object value to SFFloat stop2Bounce field, similar toUniversalJointObject.setStop2Bounce(float)
.MotorJointObject
MotorJointObject. setStop2ErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stop2ErrorCorrection field, similar toMotorJointObject.setStop2ErrorCorrection(float)
.UniversalJointObject
UniversalJointObject. setStop2ErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stop2ErrorCorrection field, similar toUniversalJointObject.setStop2ErrorCorrection(float)
.MotorJointObject
MotorJointObject. setStop3Bounce(SFFloatObject newValue)
Assign typed object value to SFFloat stop3Bounce field, similar toMotorJointObject.setStop3Bounce(float)
.MotorJointObject
MotorJointObject. setStop3ErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stop3ErrorCorrection field, similar toMotorJointObject.setStop3ErrorCorrection(float)
.SingleAxisHingeJointObject
SingleAxisHingeJointObject. setStopBounce(SFFloatObject newValue)
Assign typed object value to SFFloat stopBounce field, similar toSingleAxisHingeJointObject.setStopBounce(float)
.SliderJointObject
SliderJointObject. setStopBounce(SFFloatObject newValue)
Assign typed object value to SFFloat stopBounce field, similar toSliderJointObject.setStopBounce(float)
.SingleAxisHingeJointObject
SingleAxisHingeJointObject. setStopErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stopErrorCorrection field, similar toSingleAxisHingeJointObject.setStopErrorCorrection(float)
.SliderJointObject
SliderJointObject. setStopErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stopErrorCorrection field, similar toSliderJointObject.setStopErrorCorrection(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setSuspensionErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat suspensionErrorCorrection field, similar toDoubleAxisHingeJointObject.setSuspensionErrorCorrection(float)
.DoubleAxisHingeJointObject
DoubleAxisHingeJointObject. setSuspensionForce(SFFloatObject newValue)
Assign typed object value to SFFloat suspensionForce field, similar toDoubleAxisHingeJointObject.setSuspensionForce(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Shaders
Methods in org.web3d.x3d.jsail.Shaders with parameters of type SFFloatObject Modifier and Type Method Description FloatVertexAttributeObject
FloatVertexAttributeObject. addValue(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat value field. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Shape
Methods in org.web3d.x3d.jsail.Shape with parameters of type SFFloatObject Modifier and Type Method Description PointPropertiesObject
PointPropertiesObject. addPointSizeAttenuation(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat pointSizeAttenuation field.MaterialObject
MaterialObject. setAmbientIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat ambientIntensity field, similar toMaterialObject.setAmbientIntensity(float)
.TwoSidedMaterialObject
TwoSidedMaterialObject. setAmbientIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat ambientIntensity field, similar toTwoSidedMaterialObject.setAmbientIntensity(float)
.TwoSidedMaterialObject
TwoSidedMaterialObject. setBackAmbientIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat backAmbientIntensity field, similar toTwoSidedMaterialObject.setBackAmbientIntensity(float)
.TwoSidedMaterialObject
TwoSidedMaterialObject. setBackShininess(SFFloatObject newValue)
Assign typed object value to SFFloat backShininess field, similar toTwoSidedMaterialObject.setBackShininess(float)
.TwoSidedMaterialObject
TwoSidedMaterialObject. setBackTransparency(SFFloatObject newValue)
Assign typed object value to SFFloat backTransparency field, similar toTwoSidedMaterialObject.setBackTransparency(float)
.LinePropertiesObject
LinePropertiesObject. setLinewidthScaleFactor(SFFloatObject newValue)
Assign typed object value to SFFloat linewidthScaleFactor field, similar toLinePropertiesObject.setLinewidthScaleFactor(float)
.PointPropertiesObject
PointPropertiesObject. setPointSizeMaxValue(SFFloatObject newValue)
Assign typed object value to SFFloat pointSizeMaxValue field, similar toPointPropertiesObject.setPointSizeMaxValue(float)
.PointPropertiesObject
PointPropertiesObject. setPointSizeMinValue(SFFloatObject newValue)
Assign typed object value to SFFloat pointSizeMinValue field, similar toPointPropertiesObject.setPointSizeMinValue(float)
.PointPropertiesObject
PointPropertiesObject. setPointSizeScaleFactor(SFFloatObject newValue)
Assign typed object value to SFFloat pointSizeScaleFactor field, similar toPointPropertiesObject.setPointSizeScaleFactor(float)
.MaterialObject
MaterialObject. setShininess(SFFloatObject newValue)
Assign typed object value to SFFloat shininess field, similar toMaterialObject.setShininess(float)
.TwoSidedMaterialObject
TwoSidedMaterialObject. setShininess(SFFloatObject newValue)
Assign typed object value to SFFloat shininess field, similar toTwoSidedMaterialObject.setShininess(float)
.MaterialObject
MaterialObject. setTransparency(SFFloatObject newValue)
Assign typed object value to SFFloat transparency field, similar toMaterialObject.setTransparency(float)
.TwoSidedMaterialObject
TwoSidedMaterialObject. setTransparency(SFFloatObject newValue)
Assign typed object value to SFFloat transparency field, similar toTwoSidedMaterialObject.setTransparency(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound with parameters of type SFFloatObject Modifier and Type Method Description SoundObject
SoundObject. setIntensity(SFFloatObject newValue)
Assign typed object value to SFFloat intensity field, similar toSoundObject.setIntensity(float)
.SoundObject
SoundObject. setMaxBack(SFFloatObject newValue)
Assign typed object value to SFFloat maxBack field, similar toSoundObject.setMaxBack(float)
.SoundObject
SoundObject. setMaxFront(SFFloatObject newValue)
Assign typed object value to SFFloat maxFront field, similar toSoundObject.setMaxFront(float)
.SoundObject
SoundObject. setMinBack(SFFloatObject newValue)
Assign typed object value to SFFloat minBack field, similar toSoundObject.setMinBack(float)
.SoundObject
SoundObject. setMinFront(SFFloatObject newValue)
Assign typed object value to SFFloat minFront field, similar toSoundObject.setMinFront(float)
.AudioClipObject
AudioClipObject. setPitch(SFFloatObject newValue)
Assign typed object value to SFFloat pitch field, similar toAudioClipObject.setPitch(float)
.SoundObject
SoundObject. setPriority(SFFloatObject newValue)
Assign typed object value to SFFloat priority field, similar toSoundObject.setPriority(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Text
Methods in org.web3d.x3d.jsail.Text with parameters of type SFFloatObject Modifier and Type Method Description TextObject
TextObject. addLength(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat length field.TextObject
TextObject. setMaxExtent(SFFloatObject newValue)
Assign typed object value to SFFloat maxExtent field, similar toTextObject.setMaxExtent(float)
.FontStyleObject
FontStyleObject. setSize(SFFloatObject newValue)
Assign typed object value to SFFloat size field, similar toFontStyleObject.setSize(float)
.FontStyleObject
FontStyleObject. setSpacing(SFFloatObject newValue)
Assign typed object value to SFFloat spacing field, similar toFontStyleObject.setSpacing(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.Texturing
Methods in org.web3d.x3d.jsail.Texturing with parameters of type SFFloatObject Modifier and Type Method Description TextureCoordinateGeneratorObject
TextureCoordinateGeneratorObject. addParameter(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat parameter field.MultiTextureObject
MultiTextureObject. setAlpha(SFFloatObject newValue)
Assign typed object value to SFFloat alpha field, similar toMultiTextureObject.setAlpha(float)
.TexturePropertiesObject
TexturePropertiesObject. setAnisotropicDegree(SFFloatObject newValue)
Assign typed object value to SFFloat anisotropicDegree field, similar toTexturePropertiesObject.setAnisotropicDegree(float)
.MovieTextureObject
MovieTextureObject. setPitch(SFFloatObject newValue)
Assign typed object value to SFFloat pitch field, similar toMovieTextureObject.setPitch(float)
.TextureTransformObject
TextureTransformObject. setRotation(SFFloatObject newValue)
Assign typed object value to SFFloat rotation field, similar toTextureTransformObject.setRotation(float)
.MovieTextureObject
MovieTextureObject. setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar toMovieTextureObject.setSpeed(float)
.TexturePropertiesObject
TexturePropertiesObject. setTexturePriority(SFFloatObject newValue)
Assign typed object value to SFFloat texturePriority field, similar toTexturePropertiesObject.setTexturePriority(float)
. -
Uses of SFFloatObject in org.web3d.x3d.jsail.VolumeRendering
Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type SFFloatObject Modifier and Type Method Description IsoSurfaceVolumeDataObject
IsoSurfaceVolumeDataObject. addSurfaceValues(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat surfaceValues field.BoundaryEnhancementVolumeStyleObject
BoundaryEnhancementVolumeStyleObject. setBoundaryOpacity(SFFloatObject newValue)
Assign typed object value to SFFloat boundaryOpacity field, similar toBoundaryEnhancementVolumeStyleObject.setBoundaryOpacity(float)
.IsoSurfaceVolumeDataObject
IsoSurfaceVolumeDataObject. setContourStepSize(SFFloatObject newValue)
Assign typed object value to SFFloat contourStepSize field, similar toIsoSurfaceVolumeDataObject.setContourStepSize(float)
.EdgeEnhancementVolumeStyleObject
EdgeEnhancementVolumeStyleObject. setGradientThreshold(SFFloatObject newValue)
Assign typed object value to SFFloat gradientThreshold field, similar toEdgeEnhancementVolumeStyleObject.setGradientThreshold(float)
.ProjectionVolumeStyleObject
ProjectionVolumeStyleObject. setIntensityThreshold(SFFloatObject newValue)
Assign typed object value to SFFloat intensityThreshold field, similar toProjectionVolumeStyleObject.setIntensityThreshold(float)
.BoundaryEnhancementVolumeStyleObject
BoundaryEnhancementVolumeStyleObject. setOpacityFactor(SFFloatObject newValue)
Assign typed object value to SFFloat opacityFactor field, similar toBoundaryEnhancementVolumeStyleObject.setOpacityFactor(float)
.BoundaryEnhancementVolumeStyleObject
BoundaryEnhancementVolumeStyleObject. setRetainedOpacity(SFFloatObject newValue)
Assign typed object value to SFFloat retainedOpacity field, similar toBoundaryEnhancementVolumeStyleObject.setRetainedOpacity(float)
.SilhouetteEnhancementVolumeStyleObject
SilhouetteEnhancementVolumeStyleObject. setSilhouetteBoundaryOpacity(SFFloatObject newValue)
Assign typed object value to SFFloat silhouetteBoundaryOpacity field, similar toSilhouetteEnhancementVolumeStyleObject.setSilhouetteBoundaryOpacity(float)
.SilhouetteEnhancementVolumeStyleObject
SilhouetteEnhancementVolumeStyleObject. setSilhouetteRetainedOpacity(SFFloatObject newValue)
Assign typed object value to SFFloat silhouetteRetainedOpacity field, similar toSilhouetteEnhancementVolumeStyleObject.setSilhouetteRetainedOpacity(float)
.SilhouetteEnhancementVolumeStyleObject
SilhouetteEnhancementVolumeStyleObject. setSilhouetteSharpness(SFFloatObject newValue)
Assign typed object value to SFFloat silhouetteSharpness field, similar toSilhouetteEnhancementVolumeStyleObject.setSilhouetteSharpness(float)
.IsoSurfaceVolumeDataObject
IsoSurfaceVolumeDataObject. setSurfaceTolerance(SFFloatObject newValue)
Assign typed object value to SFFloat surfaceTolerance field, similar toIsoSurfaceVolumeDataObject.setSurfaceTolerance(float)
.BlendedVolumeStyleObject
BlendedVolumeStyleObject. setWeightConstant1(SFFloatObject newValue)
Assign typed object value to SFFloat weightConstant1 field, similar toBlendedVolumeStyleObject.setWeightConstant1(float)
.BlendedVolumeStyleObject
BlendedVolumeStyleObject. setWeightConstant2(SFFloatObject newValue)
Assign typed object value to SFFloat weightConstant2 field, similar toBlendedVolumeStyleObject.setWeightConstant2(float)
.