[JAVA3D] movment

2002-02-03 Thread FetJambo
Will this move what ever is in the Transform3D node 10 units (meters)z-way ? 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); Best Regards J. =

[JAVA3D] GraphicsConfiguration

2002-02-02 Thread FetJambo
Hi, I don't want to use the SimpleUniverse but the VirtualUnivers at the top of my graph. How do I get the GraphicsConfiguration without using "SimpleUniverse.getPreferredConfiguration()" (Canvas3D requires it) Thanx. J.