Example usage for Java javax.media.j3d ScaleInterpolator fields, constructors, methods, implement or subclass
The text is from its open source code.
ScaleInterpolator(Alpha alpha, TransformGroup target) Constructs a trivial scale interpolator that varies its target TransformGroup node between the two specified alpha values using the specified alpha, an identity matrix, a minimum scale = 0.1f, and a maximum scale = 1.0f. |