[JAVA3D] QuadArrays - not really

2003-11-08 Thread Hristo Matev
Hello, how do I make 2 QuadArrays in a Shape3D? I just cant get this work, whats wrong? :-( [full code] import java.applet.Applet; import java.awt.BorderLayout; import java.awt.event.*; import com.sun.j3d.utils.applet.MainFrame; import com.sun.j3d.utils.universe.*; import javax.media.j3d.*; import

Re: [JAVA3D] Want help on driving VR input device!

2003-11-08 Thread Y.Lu
Mr. Gordon, Thanks a lot! === >Hi, > >If you are using trackd, request the free API libraries from vrco.com >and I'll send you an InputDevice JNI wrapper for TrackD. You can use >this new InputDevice for any TrackD compliant device (we use

[JAVA3D] How to map an offscreen Canvas3D to a textured plane?

2003-11-08 Thread Christian Britton
The point of this thing is to create a smiluated real-time mini navigation map of a 3D maze in the top right corner of the active Canvas3D. I think the easiest and most accurate way of doing so is by creating a textured plane and by applying an image taken from an offscreen Canvas3D every X millise