> I am use in my program the commands:
>
> Sphere s = new Sphere(0.5f);
>
> TransformGroup tg = new TransformGroup();
>
> Transform3D t3D = new Transform3D();
>
> tg.addChild(Shere);
>
> t3D.rotY(Math.PI);
>
> tg.setTransform(t3D);
>
>
> How I can to do rotate my object using the AxisAngle4f?????
>
> Give me an example please!!!
>
> thanks!
>



SILVANO MANECK MALFATTI
CI�NCIA DA COMPUTA��O - URI
----------------------------------------------
URI - Campus de Santo �ngelo-RS
http://www.urisan.tche.br

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