Hello,
I want to transfer a ColorCube.I am using Transform3D Class to locate the Color cube.
But when I set Location :
Transform3D trans3D = new Transform3D();
trans3D.setTranslation(new Vector3f(0.0f,0.0f,0.0f));
trans3D.setTranslation(new Vector3f(0.0f,0.0f,0.0f));
nothing appears, just a black screen.
I tested with another locations, and now I can't find where id the origin of the 3d Vector on
the screen.
Can you help me?
Regards,
Saeed
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
===========================================================================
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".