Dear All,
Mark Hood wrote:
> Did you create the Canvas3D from a GraphicsConfigTemplate3D where you
> had called setStereo(REQUIRED)?
GraphicsConfigTemplate3D gct = new GraphicsConfigTemplate3D();
gct.setStereo(gct.REQUIRED);
GraphicsEnvironment env = GraphicsEnvironment.getLocalGraphicsEnvironment();
GraphicsDevice device = env.getDefaultScreenDevice();
GraphicsConfiguration config = device.getBestConfiguration(gct);
config is set to null, so that's that.
> What happens if you run any of the Java
> 3D example programs with j3d.stereo=REQUIRED?
They exit with an error. Can't be more specific since I'm away
from my machine today. No surprise really, since SimpleUniverse is
only doing the above code inside getPreferredConfiguration().
> There have been numerous reports of not being able to get a stereo
> visual from Nvidia hardware.
This is not such great news. Has anyone got stereo to work with a
TNT Model 64.
- 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".