Example usage for Java javax.media.j3d PositionInterpolator fields, constructors, methods, implement or subclass
The text is from its open source code.
PositionInterpolator(Alpha alpha, TransformGroup target) Constructs a trivial position interpolator with a specified target, an axisOfTranslation set to Identity, a startPosition of 0.0f, and an endPosition of 1.0f. | |
PositionInterpolator(Alpha alpha, TransformGroup target, Transform3D axisOfTransform, float startPosition, float endPosition) Constructs a new position interpolator that varies the target TransformGroup's translational component (startPosition and endPosition). |
void | setSchedulingBounds(Bounds region) Set the Behavior's scheduling region to the specified bounds. |