Uses of Interface
org.web3d.x3d.sai.Interpolation.SplineScalarInterpolator
Package
Description
Interpolator nodes provide keyframe-based animation capability.
Interpolator nodes provide keyframe-based animation capability.
-
Uses of SplineScalarInterpolator in org.web3d.x3d.jsail.Interpolation
Modifier and TypeClassDescriptionclass
SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event. -
Uses of SplineScalarInterpolator in org.web3d.x3d.sai.Interpolation
Modifier and TypeMethodDescriptionSplineScalarInterpolator.setClosed
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named closed.SplineScalarInterpolator.setKey
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.SplineScalarInterpolator.setKeyValue
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named keyValue.SplineScalarInterpolator.setKeyVelocity
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named keyVelocity.SplineScalarInterpolator.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SplineScalarInterpolator.setNormalizeVelocity
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named normalizeVelocity.