Uses of Interface
org.web3d.x3d.sai.Interpolation.ColorInterpolator
Package
Description
Interpolator nodes provide keyframe-based animation capability.
Interpolator nodes provide keyframe-based animation capability.
-
Uses of ColorInterpolator in org.web3d.x3d.jsail.Interpolation
Modifier and TypeClassDescriptionclass
ColorInterpolator generates a range of color values. -
Uses of ColorInterpolator in org.web3d.x3d.sai.Interpolation
Modifier and TypeMethodDescriptionColorInterpolator.setKey
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.ColorInterpolator.setKeyValue
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to inputOutput MFColor field named keyValue.ColorInterpolator.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.