Uses of Class
org.web3d.x3d.jsail.fields.SFFloat
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 Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
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 Lighting component specifies how light sources are defined and positioned, as well as how lights effect the rendered image.
The Navigation component specifies how a user can effectively and intuitively move through and around a 3D scene.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
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.
TextureProjection nodes project texture images onto geometry in a 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 SFFloat in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueSFFloat()
If type matches, then get typed value of a SFFloat field declaration.fieldValue.getValueSFFloat()
If type matches, then get typed value of a SFFloat fieldValue declaration.Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat value field.field.appendValue
(SFFloat newValue) Append SFFloat to field for value attribute.fieldValue.appendValue
(SFFloat newValue) Append SFFloat to fieldValue for value attribute.Set typed value of a SFFloat field declaration.Set typed value of a SFFloat fieldValue declaration. -
Uses of SFFloat in org.web3d.x3d.jsail.DIS
Modifier and TypeMethodDescriptionEspduTransform.addArticulationParameterArray
(SFFloat newValue) Add singleton SFFloat value to MFFloat articulationParameterArray field.EspduTransform.setFiringRange
(SFFloat newValue) Assign typed object value to SFFloat firingRange field, similar toEspduTransform.setFiringRange(float)
.Assign typed object value to SFFloat power field, similar toTransmitterPdu.setPower(float)
.ReceiverPdu.setReceivedPower
(SFFloat newValue) Assign typed object value to SFFloat receivedPower field, similar toReceiverPdu.setReceivedPower(float)
.TransmitterPdu.setTransmitFrequencyBandwidth
(SFFloat newValue) Assign typed object value to SFFloat transmitFrequencyBandwidth field, similar toTransmitterPdu.setTransmitFrequencyBandwidth(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.EnvironmentalEffects
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat depth field.Background.addGroundAngle
(SFFloat newValue) Add singleton SFFloat value to MFFloat groundAngle field.TextureBackground.addGroundAngle
(SFFloat newValue) Add singleton SFFloat value to MFFloat groundAngle field.Background.addSkyAngle
(SFFloat newValue) Add singleton SFFloat value to MFFloat skyAngle field.TextureBackground.addSkyAngle
(SFFloat newValue) Add singleton SFFloat value to MFFloat skyAngle field.Background.setTransparency
(SFFloat newValue) Assign typed object value to SFFloat transparency field, similar toBackground.setTransparency(float)
.TextureBackground.setTransparency
(SFFloat newValue) Assign typed object value to SFFloat transparency field, similar toTextureBackground.setTransparency(float)
.Fog.setVisibilityRange
(SFFloat newValue) Assign typed object value to SFFloat visibilityRange field, similar toFog.setVisibilityRange(float)
.LocalFog.setVisibilityRange
(SFFloat newValue) Assign typed object value to SFFloat visibilityRange field, similar toLocalFog.setVisibilityRange(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field. -
Uses of SFFloat in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionSFFloat.setValue
(double newValue) Apply a double value to this float field type, note change in precision.SFFloat.setValue
(int newValue) Apply an int value to this float field type, note change in precision.Apply an SFFloat value to this field.SFFloat.setValueByString
(String newValue) Utility accessor for SFFloat using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionAppends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Assign a single-field SFFloat as new array value.Apply an SFFloat value to this field. -
Uses of SFFloat in org.web3d.x3d.jsail.Followers
Modifier and TypeMethodDescriptionScalarChaser.setInitialDestination
(SFFloat newValue) Assign typed object value to SFFloat initialDestination field, similar toScalarChaser.setInitialDestination(float)
.ScalarDamper.setInitialDestination
(SFFloat newValue) Assign typed object value to SFFloat initialDestination field, similar toScalarDamper.setInitialDestination(float)
.ScalarChaser.setInitialValue
(SFFloat newValue) Assign typed object value to SFFloat initialValue field, similar toScalarChaser.setInitialValue(float)
.ScalarDamper.setInitialValue
(SFFloat newValue) Assign typed object value to SFFloat initialValue field, similar toScalarDamper.setInitialValue(float)
.ColorDamper.setTolerance
(SFFloat newValue) Assign typed object value to SFFloat tolerance field, similar toColorDamper.setTolerance(float)
.CoordinateDamper.setTolerance
(SFFloat newValue) Assign typed object value to SFFloat tolerance field, similar toCoordinateDamper.setTolerance(float)
.OrientationDamper.setTolerance
(SFFloat newValue) Assign typed object value to SFFloat tolerance field, similar toOrientationDamper.setTolerance(float)
.PositionDamper.setTolerance
(SFFloat newValue) Assign typed object value to SFFloat tolerance field, similar toPositionDamper.setTolerance(float)
.PositionDamper2D.setTolerance
(SFFloat newValue) Assign typed object value to SFFloat tolerance field, similar toPositionDamper2D.setTolerance(float)
.ScalarDamper.setTolerance
(SFFloat newValue) Assign typed object value to SFFloat tolerance field, similar toScalarDamper.setTolerance(float)
.TexCoordDamper2D.setTolerance
(SFFloat newValue) Assign typed object value to SFFloat tolerance field, similar toTexCoordDamper2D.setTolerance(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.Geometry2D
Modifier and TypeMethodDescriptionArc2D.setEndAngle
(SFFloat newValue) Assign typed object value to SFFloat endAngle field, similar toArc2D.setEndAngle(float)
.ArcClose2D.setEndAngle
(SFFloat newValue) Assign typed object value to SFFloat endAngle field, similar toArcClose2D.setEndAngle(float)
.Disk2D.setInnerRadius
(SFFloat newValue) Assign typed object value to SFFloat innerRadius field, similar toDisk2D.setInnerRadius(float)
.Disk2D.setOuterRadius
(SFFloat newValue) Assign typed object value to SFFloat outerRadius field, similar toDisk2D.setOuterRadius(float)
.Assign typed object value to SFFloat radius field, similar toArc2D.setRadius(float)
.Assign typed object value to SFFloat radius field, similar toArcClose2D.setRadius(float)
.Assign typed object value to SFFloat radius field, similar toCircle2D.setRadius(float)
.Arc2D.setStartAngle
(SFFloat newValue) Assign typed object value to SFFloat startAngle field, similar toArc2D.setStartAngle(float)
.ArcClose2D.setStartAngle
(SFFloat newValue) Assign typed object value to SFFloat startAngle field, similar toArcClose2D.setStartAngle(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat height field.Cone.setBottomRadius
(SFFloat newValue) Assign typed object value to SFFloat bottomRadius field, similar toCone.setBottomRadius(float)
.ElevationGrid.setCreaseAngle
(SFFloat newValue) Assign typed object value to SFFloat creaseAngle field, similar toElevationGrid.setCreaseAngle(float)
.Extrusion.setCreaseAngle
(SFFloat newValue) Assign typed object value to SFFloat creaseAngle field, similar toExtrusion.setCreaseAngle(float)
.IndexedFaceSet.setCreaseAngle
(SFFloat newValue) Assign typed object value to SFFloat creaseAngle field, similar toIndexedFaceSet.setCreaseAngle(float)
.Assign typed object value to SFFloat height field, similar toCone.setHeight(float)
.Assign typed object value to SFFloat height field, similar toCylinder.setHeight(float)
.Assign typed object value to SFFloat radius field, similar toCylinder.setRadius(float)
.Assign typed object value to SFFloat radius field, similar toSphere.setRadius(float)
.ElevationGrid.setXSpacing
(SFFloat newValue) Assign typed object value to SFFloat xSpacing field, similar toElevationGrid.setXSpacing(float)
.ElevationGrid.setZSpacing
(SFFloat newValue) Assign typed object value to SFFloat zSpacing field, similar toElevationGrid.setZSpacing(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.Geospatial
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat key field.GeoViewpoint.setFarDistance
(SFFloat newValue) Assign typed object value to SFFloat farDistance field, similar toGeoViewpoint.setFarDistance(float)
.GeoViewpoint.setFieldOfView
(SFFloat newValue) Assign typed object value to SFFloat fieldOfView field, similar toGeoViewpoint.setFieldOfView(float)
.GeoViewpoint.setNearDistance
(SFFloat newValue) Assign typed object value to SFFloat nearDistance field, similar toGeoViewpoint.setNearDistance(float)
.Assign typed object value to SFFloat range field, similar toGeoLOD.setRange(float)
.GeoViewpoint.setSpeedFactor
(SFFloat newValue) Assign typed object value to SFFloat speedFactor field, similar toGeoViewpoint.setSpeedFactor(float)
.Assign typed object value to SFFloat yScale field, similar toGeoElevationGrid.setYScale(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.HAnim
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat llimit field.HAnimSegment.addMomentsOfInertia
(SFFloat newValue) Add singleton SFFloat value to MFFloat momentsOfInertia field.HAnimJoint.addSkinCoordWeight
(SFFloat newValue) Add singleton SFFloat value to MFFloat skinCoordWeight field.HAnimJoint.addStiffness
(SFFloat newValue) Add singleton SFFloat value to MFFloat stiffness field.Add singleton SFFloat value to MFFloat ulimit field.Add singleton SFFloat value to MFFloat values field.Assign typed object value to SFFloat mass field, similar toHAnimSegment.setMass(float)
.Assign typed object value to SFFloat weight field, similar toHAnimDisplacer.setWeight(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.Interpolation
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.ScalarInterpolator.addKeyValue
(SFFloat newValue) Add singleton SFFloat value to MFFloat keyValue field.SplineScalarInterpolator.addKeyValue
(SFFloat newValue) Add singleton SFFloat value to MFFloat keyValue field.SplineScalarInterpolator.addKeyVelocity
(SFFloat newValue) Add singleton SFFloat value to MFFloat keyVelocity field. -
Uses of SFFloat in org.web3d.x3d.jsail.Layering
Modifier and TypeMethodDescriptionViewport.addClipBoundary
(SFFloat newValue) Add singleton SFFloat value to MFFloat clipBoundary field. -
Uses of SFFloat in org.web3d.x3d.jsail.Layout
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat offset field.Add singleton SFFloat value to MFFloat size field.ScreenFontStyle.setPointSize
(SFFloat newValue) Assign typed object value to SFFloat pointSize field, similar toScreenFontStyle.setPointSize(float)
.ScreenFontStyle.setSpacing
(SFFloat newValue) Assign typed object value to SFFloat spacing field, similar toScreenFontStyle.setSpacing(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.Lighting
Modifier and TypeMethodDescriptionDirectionalLight.setAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat ambientIntensity field, similar toDirectionalLight.setAmbientIntensity(float)
.PointLight.setAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat ambientIntensity field, similar toPointLight.setAmbientIntensity(float)
.SpotLight.setAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat ambientIntensity field, similar toSpotLight.setAmbientIntensity(float)
.SpotLight.setBeamWidth
(SFFloat newValue) Assign typed object value to SFFloat beamWidth field, similar toSpotLight.setBeamWidth(float)
.SpotLight.setCutOffAngle
(SFFloat newValue) Assign typed object value to SFFloat cutOffAngle field, similar toSpotLight.setCutOffAngle(float)
.DirectionalLight.setIntensity
(SFFloat newValue) Assign typed object value to SFFloat intensity field, similar toDirectionalLight.setIntensity(float)
.PointLight.setIntensity
(SFFloat newValue) Assign typed object value to SFFloat intensity field, similar toPointLight.setIntensity(float)
.SpotLight.setIntensity
(SFFloat newValue) Assign typed object value to SFFloat intensity field, similar toSpotLight.setIntensity(float)
.Assign typed object value to SFFloat radius field, similar toPointLight.setRadius(float)
.Assign typed object value to SFFloat radius field, similar toSpotLight.setRadius(float)
.DirectionalLight.setShadowIntensity
(SFFloat newValue) Assign typed object value to SFFloat shadowIntensity field, similar toDirectionalLight.setShadowIntensity(float)
.PointLight.setShadowIntensity
(SFFloat newValue) Assign typed object value to SFFloat shadowIntensity field, similar toPointLight.setShadowIntensity(float)
.SpotLight.setShadowIntensity
(SFFloat newValue) Assign typed object value to SFFloat shadowIntensity field, similar toSpotLight.setShadowIntensity(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionNurbsSet.setTessellationScale
(SFFloat newValue) Assign typed object value to SFFloat tessellationScale field, similar toNurbsSet.setTessellationScale(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeMethodDescriptionParticleSystem.addColorKey
(SFFloat newValue) Add singleton SFFloat value to MFFloat colorKey field.ParticleSystem.addTexCoordKey
(SFFloat newValue) Add singleton SFFloat value to MFFloat texCoordKey field.Assign typed object value to SFFloat angle field, similar toConeEmitter.setAngle(float)
.WindPhysicsModel.setGustiness
(SFFloat newValue) Assign typed object value to SFFloat gustiness field, similar toWindPhysicsModel.setGustiness(float)
.ParticleSystem.setLifetimeVariation
(SFFloat newValue) Assign typed object value to SFFloat lifetimeVariation field, similar toParticleSystem.setLifetimeVariation(float)
.Assign typed object value to SFFloat mass field, similar toConeEmitter.setMass(float)
.Assign typed object value to SFFloat mass field, similar toExplosionEmitter.setMass(float)
.Assign typed object value to SFFloat mass field, similar toPointEmitter.setMass(float)
.Assign typed object value to SFFloat mass field, similar toPolylineEmitter.setMass(float)
.Assign typed object value to SFFloat mass field, similar toSurfaceEmitter.setMass(float)
.Assign typed object value to SFFloat mass field, similar toVolumeEmitter.setMass(float)
.ParticleSystem.setParticleLifetime
(SFFloat newValue) Assign typed object value to SFFloat particleLifetime field, similar toParticleSystem.setParticleLifetime(float)
.Assign typed object value to SFFloat speed field, similar toConeEmitter.setSpeed(float)
.Assign typed object value to SFFloat speed field, similar toExplosionEmitter.setSpeed(float)
.Assign typed object value to SFFloat speed field, similar toPointEmitter.setSpeed(float)
.Assign typed object value to SFFloat speed field, similar toPolylineEmitter.setSpeed(float)
.Assign typed object value to SFFloat speed field, similar toSurfaceEmitter.setSpeed(float)
.Assign typed object value to SFFloat speed field, similar toVolumeEmitter.setSpeed(float)
.Assign typed object value to SFFloat speed field, similar toWindPhysicsModel.setSpeed(float)
.ConeEmitter.setSurfaceArea
(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar toConeEmitter.setSurfaceArea(float)
.ExplosionEmitter.setSurfaceArea
(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar toExplosionEmitter.setSurfaceArea(float)
.PointEmitter.setSurfaceArea
(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar toPointEmitter.setSurfaceArea(float)
.PolylineEmitter.setSurfaceArea
(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar toPolylineEmitter.setSurfaceArea(float)
.SurfaceEmitter.setSurfaceArea
(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar toSurfaceEmitter.setSurfaceArea(float)
.VolumeEmitter.setSurfaceArea
(SFFloat newValue) Assign typed object value to SFFloat surfaceArea field, similar toVolumeEmitter.setSurfaceArea(float)
.WindPhysicsModel.setTurbulence
(SFFloat newValue) Assign typed object value to SFFloat turbulence field, similar toWindPhysicsModel.setTurbulence(float)
.ConeEmitter.setVariation
(SFFloat newValue) Assign typed object value to SFFloat variation field, similar toConeEmitter.setVariation(float)
.ExplosionEmitter.setVariation
(SFFloat newValue) Assign typed object value to SFFloat variation field, similar toExplosionEmitter.setVariation(float)
.PointEmitter.setVariation
(SFFloat newValue) Assign typed object value to SFFloat variation field, similar toPointEmitter.setVariation(float)
.PolylineEmitter.setVariation
(SFFloat newValue) Assign typed object value to SFFloat variation field, similar toPolylineEmitter.setVariation(float)
.SurfaceEmitter.setVariation
(SFFloat newValue) Assign typed object value to SFFloat variation field, similar toSurfaceEmitter.setVariation(float)
.VolumeEmitter.setVariation
(SFFloat newValue) Assign typed object value to SFFloat variation field, similar toVolumeEmitter.setVariation(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.PointingDeviceSensor
Modifier and TypeMethodDescriptionCylinderSensor.setDiskAngle
(SFFloat newValue) Assign typed object value to SFFloat diskAngle field, similar toCylinderSensor.setDiskAngle(float)
.CylinderSensor.setMaxAngle
(SFFloat newValue) Assign typed object value to SFFloat maxAngle field, similar toCylinderSensor.setMaxAngle(float)
.CylinderSensor.setMinAngle
(SFFloat newValue) Assign typed object value to SFFloat minAngle field, similar toCylinderSensor.setMinAngle(float)
.Assign typed object value to SFFloat offset field, similar toCylinderSensor.setOffset(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeMethodDescriptionRigidBody.setAngularDampingFactor
(SFFloat newValue) Assign typed object value to SFFloat angularDampingFactor field, similar toRigidBody.setAngularDampingFactor(float)
.MotorJoint.setAxis1Angle
(SFFloat newValue) Assign typed object value to SFFloat axis1Angle field, similar toMotorJoint.setAxis1Angle(float)
.MotorJoint.setAxis1Torque
(SFFloat newValue) Assign typed object value to SFFloat axis1Torque field, similar toMotorJoint.setAxis1Torque(float)
.MotorJoint.setAxis2Angle
(SFFloat newValue) Assign typed object value to SFFloat axis2Angle field, similar toMotorJoint.setAxis2Angle(float)
.MotorJoint.setAxis2Torque
(SFFloat newValue) Assign typed object value to SFFloat axis2Torque field, similar toMotorJoint.setAxis2Torque(float)
.MotorJoint.setAxis3Angle
(SFFloat newValue) Assign typed object value to SFFloat axis3Angle field, similar toMotorJoint.setAxis3Angle(float)
.MotorJoint.setAxis3Torque
(SFFloat newValue) Assign typed object value to SFFloat axis3Torque field, similar toMotorJoint.setAxis3Torque(float)
.Assign typed object value to SFFloat bounce field, similar toCollisionCollection.setBounce(float)
.Assign typed object value to SFFloat bounce field, similar toContact.setBounce(float)
.RigidBodyCollection.setConstantForceMix
(SFFloat newValue) Assign typed object value to SFFloat constantForceMix field, similar toRigidBodyCollection.setConstantForceMix(float)
.RigidBodyCollection.setContactSurfaceThickness
(SFFloat newValue) Assign typed object value to SFFloat contactSurfaceThickness field, similar toRigidBodyCollection.setContactSurfaceThickness(float)
.Assign typed object value to SFFloat depth field, similar toContact.setDepth(float)
.DoubleAxisHingeJoint.setDesiredAngularVelocity1
(SFFloat newValue) Assign typed object value to SFFloat desiredAngularVelocity1 field, similar toDoubleAxisHingeJoint.setDesiredAngularVelocity1(float)
.DoubleAxisHingeJoint.setDesiredAngularVelocity2
(SFFloat newValue) Assign typed object value to SFFloat desiredAngularVelocity2 field, similar toDoubleAxisHingeJoint.setDesiredAngularVelocity2(float)
.RigidBody.setDisableAngularSpeed
(SFFloat newValue) Assign typed object value to SFFloat disableAngularSpeed field, similar toRigidBody.setDisableAngularSpeed(float)
.RigidBodyCollection.setDisableAngularSpeed
(SFFloat newValue) Assign typed object value to SFFloat disableAngularSpeed field, similar toRigidBodyCollection.setDisableAngularSpeed(float)
.RigidBody.setDisableLinearSpeed
(SFFloat newValue) Assign typed object value to SFFloat disableLinearSpeed field, similar toRigidBody.setDisableLinearSpeed(float)
.RigidBodyCollection.setDisableLinearSpeed
(SFFloat newValue) Assign typed object value to SFFloat disableLinearSpeed field, similar toRigidBodyCollection.setDisableLinearSpeed(float)
.RigidBodyCollection.setErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat errorCorrection field, similar toRigidBodyCollection.setErrorCorrection(float)
.RigidBody.setLinearDampingFactor
(SFFloat newValue) Assign typed object value to SFFloat linearDampingFactor field, similar toRigidBody.setLinearDampingFactor(float)
.Assign typed object value to SFFloat mass field, similar toRigidBody.setMass(float)
.SingleAxisHingeJoint.setMaxAngle
(SFFloat newValue) Assign typed object value to SFFloat maxAngle field, similar toSingleAxisHingeJoint.setMaxAngle(float)
.DoubleAxisHingeJoint.setMaxAngle1
(SFFloat newValue) Assign typed object value to SFFloat maxAngle1 field, similar toDoubleAxisHingeJoint.setMaxAngle1(float)
.RigidBodyCollection.setMaxCorrectionSpeed
(SFFloat newValue) Assign typed object value to SFFloat maxCorrectionSpeed field, similar toRigidBodyCollection.setMaxCorrectionSpeed(float)
.SliderJoint.setMaxSeparation
(SFFloat newValue) Assign typed object value to SFFloat maxSeparation field, similar toSliderJoint.setMaxSeparation(float)
.DoubleAxisHingeJoint.setMaxTorque1
(SFFloat newValue) Assign typed object value to SFFloat maxTorque1 field, similar toDoubleAxisHingeJoint.setMaxTorque1(float)
.DoubleAxisHingeJoint.setMaxTorque2
(SFFloat newValue) Assign typed object value to SFFloat maxTorque2 field, similar toDoubleAxisHingeJoint.setMaxTorque2(float)
.SingleAxisHingeJoint.setMinAngle
(SFFloat newValue) Assign typed object value to SFFloat minAngle field, similar toSingleAxisHingeJoint.setMinAngle(float)
.DoubleAxisHingeJoint.setMinAngle1
(SFFloat newValue) Assign typed object value to SFFloat minAngle1 field, similar toDoubleAxisHingeJoint.setMinAngle1(float)
.CollisionCollection.setMinBounceSpeed
(SFFloat newValue) Assign typed object value to SFFloat minBounceSpeed field, similar toCollisionCollection.setMinBounceSpeed(float)
.Contact.setMinBounceSpeed
(SFFloat newValue) Assign typed object value to SFFloat minBounceSpeed field, similar toContact.setMinBounceSpeed(float)
.SliderJoint.setMinSeparation
(SFFloat newValue) Assign typed object value to SFFloat minSeparation field, similar toSliderJoint.setMinSeparation(float)
.SliderJoint.setSliderForce
(SFFloat newValue) Assign typed object value to SFFloat sliderForce field, similar toSliderJoint.setSliderForce(float)
.CollisionCollection.setSoftnessConstantForceMix
(SFFloat newValue) Assign typed object value to SFFloat softnessConstantForceMix field, similar toCollisionCollection.setSoftnessConstantForceMix(float)
.Contact.setSoftnessConstantForceMix
(SFFloat newValue) Assign typed object value to SFFloat softnessConstantForceMix field, similar toContact.setSoftnessConstantForceMix(float)
.CollisionCollection.setSoftnessErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat softnessErrorCorrection field, similar toCollisionCollection.setSoftnessErrorCorrection(float)
.Contact.setSoftnessErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat softnessErrorCorrection field, similar toContact.setSoftnessErrorCorrection(float)
.DoubleAxisHingeJoint.setStop1Bounce
(SFFloat newValue) Assign typed object value to SFFloat stop1Bounce field, similar toDoubleAxisHingeJoint.setStop1Bounce(float)
.MotorJoint.setStop1Bounce
(SFFloat newValue) Assign typed object value to SFFloat stop1Bounce field, similar toMotorJoint.setStop1Bounce(float)
.UniversalJoint.setStop1Bounce
(SFFloat newValue) Assign typed object value to SFFloat stop1Bounce field, similar toUniversalJoint.setStop1Bounce(float)
.DoubleAxisHingeJoint.setStop1ConstantForceMix
(SFFloat newValue) Assign typed object value to SFFloat stop1ConstantForceMix field, similar toDoubleAxisHingeJoint.setStop1ConstantForceMix(float)
.DoubleAxisHingeJoint.setStop1ErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat stop1ErrorCorrection field, similar toDoubleAxisHingeJoint.setStop1ErrorCorrection(float)
.MotorJoint.setStop1ErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat stop1ErrorCorrection field, similar toMotorJoint.setStop1ErrorCorrection(float)
.UniversalJoint.setStop1ErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat stop1ErrorCorrection field, similar toUniversalJoint.setStop1ErrorCorrection(float)
.MotorJoint.setStop2Bounce
(SFFloat newValue) Assign typed object value to SFFloat stop2Bounce field, similar toMotorJoint.setStop2Bounce(float)
.UniversalJoint.setStop2Bounce
(SFFloat newValue) Assign typed object value to SFFloat stop2Bounce field, similar toUniversalJoint.setStop2Bounce(float)
.MotorJoint.setStop2ErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat stop2ErrorCorrection field, similar toMotorJoint.setStop2ErrorCorrection(float)
.UniversalJoint.setStop2ErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat stop2ErrorCorrection field, similar toUniversalJoint.setStop2ErrorCorrection(float)
.MotorJoint.setStop3Bounce
(SFFloat newValue) Assign typed object value to SFFloat stop3Bounce field, similar toMotorJoint.setStop3Bounce(float)
.MotorJoint.setStop3ErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat stop3ErrorCorrection field, similar toMotorJoint.setStop3ErrorCorrection(float)
.SingleAxisHingeJoint.setStopBounce
(SFFloat newValue) Assign typed object value to SFFloat stopBounce field, similar toSingleAxisHingeJoint.setStopBounce(float)
.SliderJoint.setStopBounce
(SFFloat newValue) Assign typed object value to SFFloat stopBounce field, similar toSliderJoint.setStopBounce(float)
.SingleAxisHingeJoint.setStopErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat stopErrorCorrection field, similar toSingleAxisHingeJoint.setStopErrorCorrection(float)
.SliderJoint.setStopErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat stopErrorCorrection field, similar toSliderJoint.setStopErrorCorrection(float)
.DoubleAxisHingeJoint.setSuspensionErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat suspensionErrorCorrection field, similar toDoubleAxisHingeJoint.setSuspensionErrorCorrection(float)
.DoubleAxisHingeJoint.setSuspensionForce
(SFFloat newValue) Assign typed object value to SFFloat suspensionForce field, similar toDoubleAxisHingeJoint.setSuspensionForce(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.Shaders
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat value field. -
Uses of SFFloat in org.web3d.x3d.jsail.Shape
Modifier and TypeMethodDescriptionAcousticProperties.setAbsorption
(SFFloat newValue) Assign typed object value to SFFloat absorption field, similar toAcousticProperties.setAbsorption(float)
.Appearance.setAlphaCutoff
(SFFloat newValue) Assign typed object value to SFFloat alphaCutoff field, similar toAppearance.setAlphaCutoff(float)
.Material.setAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat ambientIntensity field, similar toMaterial.setAmbientIntensity(float)
.TwoSidedMaterial.setAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat ambientIntensity field, similar toTwoSidedMaterial.setAmbientIntensity(float)
.TwoSidedMaterial.setBackAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat backAmbientIntensity field, similar toTwoSidedMaterial.setBackAmbientIntensity(float)
.TwoSidedMaterial.setBackShininess
(SFFloat newValue) Assign typed object value to SFFloat backShininess field, similar toTwoSidedMaterial.setBackShininess(float)
.TwoSidedMaterial.setBackTransparency
(SFFloat newValue) Assign typed object value to SFFloat backTransparency field, similar toTwoSidedMaterial.setBackTransparency(float)
.AcousticProperties.setDiffuse
(SFFloat newValue) Assign typed object value to SFFloat diffuse field, similar toAcousticProperties.setDiffuse(float)
.LineProperties.setLinewidthScaleFactor
(SFFloat newValue) Assign typed object value to SFFloat linewidthScaleFactor field, similar toLineProperties.setLinewidthScaleFactor(float)
.PhysicalMaterial.setMetallic
(SFFloat newValue) Assign typed object value to SFFloat metallic field, similar toPhysicalMaterial.setMetallic(float)
.Material.setNormalScale
(SFFloat newValue) Assign typed object value to SFFloat normalScale field, similar toMaterial.setNormalScale(float)
.PhysicalMaterial.setNormalScale
(SFFloat newValue) Assign typed object value to SFFloat normalScale field, similar toPhysicalMaterial.setNormalScale(float)
.UnlitMaterial.setNormalScale
(SFFloat newValue) Assign typed object value to SFFloat normalScale field, similar toUnlitMaterial.setNormalScale(float)
.Material.setOcclusionStrength
(SFFloat newValue) Assign typed object value to SFFloat occlusionStrength field, similar toMaterial.setOcclusionStrength(float)
.PhysicalMaterial.setOcclusionStrength
(SFFloat newValue) Assign typed object value to SFFloat occlusionStrength field, similar toPhysicalMaterial.setOcclusionStrength(float)
.PointProperties.setPointSizeMaxValue
(SFFloat newValue) Assign typed object value to SFFloat pointSizeMaxValue field, similar toPointProperties.setPointSizeMaxValue(float)
.PointProperties.setPointSizeMinValue
(SFFloat newValue) Assign typed object value to SFFloat pointSizeMinValue field, similar toPointProperties.setPointSizeMinValue(float)
.PointProperties.setPointSizeScaleFactor
(SFFloat newValue) Assign typed object value to SFFloat pointSizeScaleFactor field, similar toPointProperties.setPointSizeScaleFactor(float)
.AcousticProperties.setRefraction
(SFFloat newValue) Assign typed object value to SFFloat refraction field, similar toAcousticProperties.setRefraction(float)
.PhysicalMaterial.setRoughness
(SFFloat newValue) Assign typed object value to SFFloat roughness field, similar toPhysicalMaterial.setRoughness(float)
.Material.setShininess
(SFFloat newValue) Assign typed object value to SFFloat shininess field, similar toMaterial.setShininess(float)
.TwoSidedMaterial.setShininess
(SFFloat newValue) Assign typed object value to SFFloat shininess field, similar toTwoSidedMaterial.setShininess(float)
.AcousticProperties.setSpecular
(SFFloat newValue) Assign typed object value to SFFloat specular field, similar toAcousticProperties.setSpecular(float)
.Material.setTransparency
(SFFloat newValue) Assign typed object value to SFFloat transparency field, similar toMaterial.setTransparency(float)
.PhysicalMaterial.setTransparency
(SFFloat newValue) Assign typed object value to SFFloat transparency field, similar toPhysicalMaterial.setTransparency(float)
.TwoSidedMaterial.setTransparency
(SFFloat newValue) Assign typed object value to SFFloat transparency field, similar toTwoSidedMaterial.setTransparency(float)
.UnlitMaterial.setTransparency
(SFFloat newValue) Assign typed object value to SFFloat transparency field, similar toUnlitMaterial.setTransparency(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.Sound
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat buffer field.Add singleton SFFloat value to MFFloat buffer field.PeriodicWave.addOptionsImag
(SFFloat newValue) Add singleton SFFloat value to MFFloat optionsImag field.PeriodicWave.addOptionsReal
(SFFloat newValue) Add singleton SFFloat value to MFFloat optionsReal field.SpatialSound.setConeInnerAngle
(SFFloat newValue) Assign typed object value to SFFloat coneInnerAngle field, similar toSpatialSound.setConeInnerAngle(float)
.SpatialSound.setConeOuterAngle
(SFFloat newValue) Assign typed object value to SFFloat coneOuterAngle field, similar toSpatialSound.setConeOuterAngle(float)
.SpatialSound.setConeOuterGain
(SFFloat newValue) Assign typed object value to SFFloat coneOuterGain field, similar toSpatialSound.setConeOuterGain(float)
.Assign typed object value to SFFloat detune field, similar toBiquadFilter.setDetune(float)
.Assign typed object value to SFFloat detune field, similar toBufferAudioSource.setDetune(float)
.Assign typed object value to SFFloat detune field, similar toOscillatorSource.setDetune(float)
.BiquadFilter.setFrequency
(SFFloat newValue) Assign typed object value to SFFloat frequency field, similar toBiquadFilter.setFrequency(float)
.OscillatorSource.setFrequency
(SFFloat newValue) Assign typed object value to SFFloat frequency field, similar toOscillatorSource.setFrequency(float)
.Assign typed object value to SFFloat gain field, similar toAnalyser.setGain(float)
.Assign typed object value to SFFloat gain field, similar toAudioClip.setGain(float)
.Assign typed object value to SFFloat gain field, similar toAudioDestination.setGain(float)
.Assign typed object value to SFFloat gain field, similar toBiquadFilter.setGain(float)
.Assign typed object value to SFFloat gain field, similar toBufferAudioSource.setGain(float)
.Assign typed object value to SFFloat gain field, similar toChannelMerger.setGain(float)
.Assign typed object value to SFFloat gain field, similar toChannelSelector.setGain(float)
.Assign typed object value to SFFloat gain field, similar toChannelSplitter.setGain(float)
.Assign typed object value to SFFloat gain field, similar toConvolver.setGain(float)
.Assign typed object value to SFFloat gain field, similar toDelay.setGain(float)
.Assign typed object value to SFFloat gain field, similar toDynamicsCompressor.setGain(float)
.Assign typed object value to SFFloat gain field, similar toGain.setGain(float)
.Assign typed object value to SFFloat gain field, similar toListenerPointSource.setGain(float)
.Assign typed object value to SFFloat gain field, similar toMicrophoneSource.setGain(float)
.Assign typed object value to SFFloat gain field, similar toOscillatorSource.setGain(float)
.Assign typed object value to SFFloat gain field, similar toSpatialSound.setGain(float)
.Assign typed object value to SFFloat gain field, similar toStreamAudioDestination.setGain(float)
.Assign typed object value to SFFloat gain field, similar toStreamAudioSource.setGain(float)
.Assign typed object value to SFFloat gain field, similar toWaveShaper.setGain(float)
.Sound.setIntensity
(SFFloat newValue) Assign typed object value to SFFloat intensity field, similar toSound.setIntensity(float)
.SpatialSound.setIntensity
(SFFloat newValue) Assign typed object value to SFFloat intensity field, similar toSpatialSound.setIntensity(float)
.ListenerPointSource.setInterauralDistance
(SFFloat newValue) Assign typed object value to SFFloat interauralDistance field, similar toListenerPointSource.setInterauralDistance(float)
.Assign typed object value to SFFloat knee field, similar toDynamicsCompressor.setKnee(float)
.BufferAudioSource.setLoopEnd
(SFFloat newValue) Assign typed object value to SFFloat loopEnd field, similar toBufferAudioSource.setLoopEnd(float)
.BufferAudioSource.setLoopStart
(SFFloat newValue) Assign typed object value to SFFloat loopStart field, similar toBufferAudioSource.setLoopStart(float)
.Sound.setMaxBack
(SFFloat newValue) Assign typed object value to SFFloat maxBack field, similar toSound.setMaxBack(float)
.Analyser.setMaxDecibels
(SFFloat newValue) Assign typed object value to SFFloat maxDecibels field, similar toAnalyser.setMaxDecibels(float)
.SpatialSound.setMaxDistance
(SFFloat newValue) Assign typed object value to SFFloat maxDistance field, similar toSpatialSound.setMaxDistance(float)
.Sound.setMaxFront
(SFFloat newValue) Assign typed object value to SFFloat maxFront field, similar toSound.setMaxFront(float)
.Sound.setMinBack
(SFFloat newValue) Assign typed object value to SFFloat minBack field, similar toSound.setMinBack(float)
.Analyser.setMinDecibels
(SFFloat newValue) Assign typed object value to SFFloat minDecibels field, similar toAnalyser.setMinDecibels(float)
.Sound.setMinFront
(SFFloat newValue) Assign typed object value to SFFloat minFront field, similar toSound.setMinFront(float)
.Assign typed object value to SFFloat pitch field, similar toAudioClip.setPitch(float)
.BufferAudioSource.setPlaybackRate
(SFFloat newValue) Assign typed object value to SFFloat playbackRate field, similar toBufferAudioSource.setPlaybackRate(float)
.Sound.setPriority
(SFFloat newValue) Assign typed object value to SFFloat priority field, similar toSound.setPriority(float)
.SpatialSound.setPriority
(SFFloat newValue) Assign typed object value to SFFloat priority field, similar toSpatialSound.setPriority(float)
.BiquadFilter.setQualityFactor
(SFFloat newValue) Assign typed object value to SFFloat qualityFactor field, similar toBiquadFilter.setQualityFactor(float)
.Assign typed object value to SFFloat ratio field, similar toDynamicsCompressor.setRatio(float)
.SpatialSound.setReferenceDistance
(SFFloat newValue) Assign typed object value to SFFloat referenceDistance field, similar toSpatialSound.setReferenceDistance(float)
.SpatialSound.setRolloffFactor
(SFFloat newValue) Assign typed object value to SFFloat rolloffFactor field, similar toSpatialSound.setRolloffFactor(float)
.BufferAudioSource.setSampleRate
(SFFloat newValue) Assign typed object value to SFFloat sampleRate field, similar toBufferAudioSource.setSampleRate(float)
.Analyser.setSmoothingTimeConstant
(SFFloat newValue) Assign typed object value to SFFloat smoothingTimeConstant field, similar toAnalyser.setSmoothingTimeConstant(float)
.DynamicsCompressor.setThreshold
(SFFloat newValue) Assign typed object value to SFFloat threshold field, similar toDynamicsCompressor.setThreshold(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.Text
Modifier and TypeMethodDescriptionAdd singleton SFFloat value to MFFloat length field.Text.setMaxExtent
(SFFloat newValue) Assign typed object value to SFFloat maxExtent field, similar toText.setMaxExtent(float)
.Assign typed object value to SFFloat size field, similar toFontStyle.setSize(float)
.FontStyle.setSpacing
(SFFloat newValue) Assign typed object value to SFFloat spacing field, similar toFontStyle.setSpacing(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.TextureProjection
Modifier and TypeMethodDescriptionTextureProjector.setAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat ambientIntensity field, similar toTextureProjector.setAmbientIntensity(float)
.TextureProjectorParallel.setAmbientIntensity
(SFFloat newValue) Assign typed object value to SFFloat ambientIntensity field, similar toTextureProjectorParallel.setAmbientIntensity(float)
.TextureProjector.setFarDistance
(SFFloat newValue) Assign typed object value to SFFloat farDistance field, similar toTextureProjector.setFarDistance(float)
.TextureProjectorParallel.setFarDistance
(SFFloat newValue) Assign typed object value to SFFloat farDistance field, similar toTextureProjectorParallel.setFarDistance(float)
.TextureProjector.setFieldOfView
(SFFloat newValue) Assign typed object value to SFFloat fieldOfView field, similar toTextureProjector.setFieldOfView(float)
.TextureProjector.setIntensity
(SFFloat newValue) Assign typed object value to SFFloat intensity field, similar toTextureProjector.setIntensity(float)
.TextureProjectorParallel.setIntensity
(SFFloat newValue) Assign typed object value to SFFloat intensity field, similar toTextureProjectorParallel.setIntensity(float)
.TextureProjector.setNearDistance
(SFFloat newValue) Assign typed object value to SFFloat nearDistance field, similar toTextureProjector.setNearDistance(float)
.TextureProjectorParallel.setNearDistance
(SFFloat newValue) Assign typed object value to SFFloat nearDistance field, similar toTextureProjectorParallel.setNearDistance(float)
.TextureProjector.setShadowIntensity
(SFFloat newValue) Assign typed object value to SFFloat shadowIntensity field, similar toTextureProjector.setShadowIntensity(float)
.TextureProjectorParallel.setShadowIntensity
(SFFloat newValue) Assign typed object value to SFFloat shadowIntensity field, similar toTextureProjectorParallel.setShadowIntensity(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.Texturing
Modifier and TypeMethodDescriptionTextureCoordinateGenerator.addParameter
(SFFloat newValue) Add singleton SFFloat value to MFFloat parameter field.Assign typed object value to SFFloat alpha field, similar toMultiTexture.setAlpha(float)
.TextureProperties.setAnisotropicDegree
(SFFloat newValue) Assign typed object value to SFFloat anisotropicDegree field, similar toTextureProperties.setAnisotropicDegree(float)
.Assign typed object value to SFFloat gain field, similar toMovieTexture.setGain(float)
.Assign typed object value to SFFloat pitch field, similar toMovieTexture.setPitch(float)
.TextureTransform.setRotation
(SFFloat newValue) Assign typed object value to SFFloat rotation field, similar toTextureTransform.setRotation(float)
.Assign typed object value to SFFloat speed field, similar toMovieTexture.setSpeed(float)
.TextureProperties.setTexturePriority
(SFFloat newValue) Assign typed object value to SFFloat texturePriority field, similar toTextureProperties.setTexturePriority(float)
. -
Uses of SFFloat in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionIsoSurfaceVolumeData.addSurfaceValues
(SFFloat newValue) Add singleton SFFloat value to MFFloat surfaceValues field.BoundaryEnhancementVolumeStyle.setBoundaryOpacity
(SFFloat newValue) Assign typed object value to SFFloat boundaryOpacity field, similar toBoundaryEnhancementVolumeStyle.setBoundaryOpacity(float)
.IsoSurfaceVolumeData.setContourStepSize
(SFFloat newValue) Assign typed object value to SFFloat contourStepSize field, similar toIsoSurfaceVolumeData.setContourStepSize(float)
.EdgeEnhancementVolumeStyle.setGradientThreshold
(SFFloat newValue) Assign typed object value to SFFloat gradientThreshold field, similar toEdgeEnhancementVolumeStyle.setGradientThreshold(float)
.ProjectionVolumeStyle.setIntensityThreshold
(SFFloat newValue) Assign typed object value to SFFloat intensityThreshold field, similar toProjectionVolumeStyle.setIntensityThreshold(float)
.BoundaryEnhancementVolumeStyle.setOpacityFactor
(SFFloat newValue) Assign typed object value to SFFloat opacityFactor field, similar toBoundaryEnhancementVolumeStyle.setOpacityFactor(float)
.BoundaryEnhancementVolumeStyle.setRetainedOpacity
(SFFloat newValue) Assign typed object value to SFFloat retainedOpacity field, similar toBoundaryEnhancementVolumeStyle.setRetainedOpacity(float)
.SilhouetteEnhancementVolumeStyle.setSilhouetteBoundaryOpacity
(SFFloat newValue) Assign typed object value to SFFloat silhouetteBoundaryOpacity field, similar toSilhouetteEnhancementVolumeStyle.setSilhouetteBoundaryOpacity(float)
.SilhouetteEnhancementVolumeStyle.setSilhouetteRetainedOpacity
(SFFloat newValue) Assign typed object value to SFFloat silhouetteRetainedOpacity field, similar toSilhouetteEnhancementVolumeStyle.setSilhouetteRetainedOpacity(float)
.SilhouetteEnhancementVolumeStyle.setSilhouetteSharpness
(SFFloat newValue) Assign typed object value to SFFloat silhouetteSharpness field, similar toSilhouetteEnhancementVolumeStyle.setSilhouetteSharpness(float)
.IsoSurfaceVolumeData.setSurfaceTolerance
(SFFloat newValue) Assign typed object value to SFFloat surfaceTolerance field, similar toIsoSurfaceVolumeData.setSurfaceTolerance(float)
.BlendedVolumeStyle.setWeightConstant1
(SFFloat newValue) Assign typed object value to SFFloat weightConstant1 field, similar toBlendedVolumeStyle.setWeightConstant1(float)
.BlendedVolumeStyle.setWeightConstant2
(SFFloat newValue) Assign typed object value to SFFloat weightConstant2 field, similar toBlendedVolumeStyle.setWeightConstant2(float)
.