It will reach the point of (0.0, 0.0,10.0) in meter Rgds,
Cheng Chang Dong http://vlab.ee.nus.edu.sg/~ccd ----- Original Message ----- From: "FetJambo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 6:27 AM Subject: [JAVA3D] movment > Will this move what ever is in the Transform3D node 10 > units (meters)z-way ? > > <snipe> > > TransformGroup oT = new TransformGroup(); > oT.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE); > Transform3D t3d = new Transform3D(); > t3.set(new Vector3d(0.0, 0.0,10.0)); > oT.setTransform(t3); > > <snipe> > > Best Regards > J. > > =========================================================================== > 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".
