I have a Intergraph Intense 3D Pro 3400 graphics card capable of producing
a stereo image. My question is how do I code a Java3D example to produce the
stereo image on screen? I realize that I will need stereo glasses to view in
3D, but I would like to see if I can produce the double onscreen image first.
Here's my quess:
Canvas3D c = new Canvas3D(null);
boolean test1 = c.getStereoAvailable();
boolean test2 = c.getStereoEnable();
c.setStereoEnable(test2);
add("Center", c);
--
_______________
Jack S. Gundrum
Visualization Group
Center for Academic Computing
224A Computer Building
Penn State
(814) 865-1863
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/