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".

Reply via email to