Uses of Interface
org.web3d.x3d.sai.Interpolation.OrientationInterpolator
Package
Description
Interpolator nodes provide keyframe-based animation capability.
Interpolator nodes provide keyframe-based animation capability.
-
Uses of OrientationInterpolator in org.web3d.x3d.jsail.Interpolation
Modifier and TypeClassDescriptionclass
OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values. -
Uses of OrientationInterpolator in org.web3d.x3d.sai.Interpolation
Modifier and TypeMethodDescriptionOrientationInterpolator.setKey
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.OrientationInterpolator.setKeyValue
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput MFRotation field named keyValue.OrientationInterpolator.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.