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