Sure???

Are you modifying the same TransformGroup???

You must do something like that:

TransformGroup t1 = new TransformGroup();
TransformGroup t2 = new TransformGroup();

t1.addChild(t2);


...

rotate(t1);
rotate(t2);


(where rotate is a method that makes the rotation)


Rodrigo Obando Restrepo wrote:

> hi.
>
> I want to rotate around two different axis, first a rotation around Y and
> then a rotation around X.
>
> My problem is that when i rotate the second time, the first rotation is
> cancelled.
>
> Can someone help me?
>
> thanks
>
> _________________________________________________________________
> Descargue GRATUITAMENTE MSN Explorer en
> http://explorer.yupimsn.com/intl.asp.
>
> ===========================================================================
> 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".
>

===========================================================================
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