Hi,

> I´m trying to rotate an polyedron over the Z-axis. RotInterpolator
> works only for rotations over the Y-axis. Can someone explain me how
> does SetAxisOfRotation work? And how can I do rotations over more than
> one axis at a time?

The name AxisOfRotation is a bit misleading -- it's actually a transform
that allows you to rotate the axis about which the rotation is
interpolated (the y-axis, as you point out) to whatever you want. So if
you want to rotate about the z-axis, just call setAxisOfRotation with a
rotation of 90 degrees about the x-axis.

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