Hi Every One:
In Java3D FAQ, there are several lines of information about setting stereo
viewing:
GraphicsConfigTemplate3D template = new GraphicsConfigTemplate3D();
template.setStereo(template.PREFERRED);
GraphicsConfiguration gcfg = GraphicsEnvironment.
getLocalGraphicsEnvironment().
getDefaultScreenDevice().
getBestConfiguration(template);
Canvas3D canvas3D = new Canvas3D(gcfg);
canvas3D.setStereoEnable(true);
I used the above information in my programs but still could not view any
stereo presentation. Could any one offer me some suggestion as what else I
need to do?
Thank you for your valuable idea.
G.B.
Guang Bin Liu
VTHRC
Univ. of Queensland
St Lucia 4072
Brisbane, Australia
Phone: 61 7 3365 4072
Fax: 61 7 3365 4522
e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
===========================================================================
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".