Example usage for Java javax.media.j3d RotPosScalePathInterpolator fields, constructors, methods, implement or subclass
The text is from its open source code.
RotPosScalePathInterpolator(Alpha alpha, TransformGroup target, Transform3D axisOfTransform, float[] knots, Quat4f[] quats, Point3f[] positions, float[] scales) Constructs a new RotPosScalePathInterpolator object that varies the rotation, translation, and scale of the target TransformGroup's transform. |