Hi,

> Now I would like to know if it is possible to associate 2 rotations
> interpolators, or a rotation and a position interpolator  to an object. I
> want the interpolations to be done at the same time.

You will have to combine the two transformations together and use the
appropriate interpolator; for a rotation and translation, use the
RotPosInterpolator; for two rotations, multiply their 3x3 matrices and use
a RotationInterpolator. Or you can make your own interpolator, too.

BTW, I like to use the PathInterpolator's when I only know the starting
and ending positions of an object.

Jimmy

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to