Example usage for Java javax.media.j3d RotationInterpolator fields, constructors, methods, implement or subclass
The text is from its open source code.
RotationInterpolator(Alpha alpha, TransformGroup target) Constructs a trivial rotation interpolator with a specified target, an default axisOfTranform set to identity, a minimum angle of 0.0f, and a maximum angle of 2*pi radians. | |
RotationInterpolator(Alpha alpha, TransformGroup target, Transform3D axisOfTransform, float minimumAngle, float maximumAngle) Constructs a new rotation interpolator that varies the target transform node's rotational component. |
void | setSchedulingBounds(Bounds region) Set the Behavior's scheduling region to the specified bounds. |