Dear Guang Bin Liu,

You might want to look back through the archive about stereo imaging.
There are some examples of how to do it.

My own problem is that stereo is not 'available' to Java 3D, which
can be seem when you run QueryProperties.java, a program in
JAVA_HOME/demo/java3d/PackageInfo.

Among it's output is the line:
        stereoAvailable = false

If it _is_ available, then you should try running any simple
example which uses SimpleUniverse to initialise the scene graph
(e.g. JAVA_HOME/demo/java3d/HelloUniverse/HelloUniverse.java)
**but** with the command line:

java -Dj3d.stereo=REQUIRED HelloUniverse

Any application that uses SimpleUniverse will use stereo rendering
when the j3d.stereo property is set.

rant mode on---->
  I wish the Java 3D team would maintain a list of cards and drivers
  that support stereo in Java 3D.

  Stereo imaging is a strong selling point for Java 3D, but there's
  a long history of it not working (just look back through the
  archive).
off<----

- Andrew

-----------------------------------------------------------------------------
Dr. Andrew Davison             E-mail: [EMAIL PROTECTED]
Dept. of Computer Engineering  Fax: +66 74 212895 (then 201 after office hrs)
Prince of Songkla University      Tel: +66 74 211030 x2240 (then x316)
Hat Yai, Songkhla 90112, Thailand  or: +66 74 212895 x316
http://fivedots.coe.psu.ac.th/~ad

===========================================================================
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