Java 3D on the PC doesn't currently support stereo images. It works on Solaris,
but not on the PC.
jack gundrum wrote:
> 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/
--
Steve Pietrowicz - [EMAIL PROTECTED] Project Manager - NCSA Java 3D Group
NCSA Portfolio: http://havefun.ncsa.uiuc.edu/Java3D/portfolio/
New Beta 2a release! New Loaders, record and replay of your
Java 3D apps and more! Freely available for non-commercial use!
You Build It VR: http://havefun.ncsa.uiuc.edu/Java3D/YouBuildItVR/
Build your own multi-user virtual worlds with no programming experience!
The Java3D FAQ: http://tintoy.ncsa.uiuc.edu/~srp/java3d/faq.html
Java News Network: http://tintoy.ncsa.uiuc.edu/~srp/java/javanews.html
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/