Hi,

Does anyone know whether Java3D for SGI's IRIX supports stereo display
now? I tried to do it in my machine, an Indigo2 Impact 1000 with a High
Impact graphic engine, but was told that the hardware does not support
stereo. It sounds wierd, because I can dispaly Inventor objects and OpenGL
scenes in the stereo mode.

The following is a part of my codes:

        .
        .
        GraphicsConfigTemplate3D tem = new
                GraphicsConfigTemplate3D();
        tem.setStereo(tem.PREFERRED);

        GraphicsConfiguration cfg =
                GraphicsEnvironment.getLocalGraphicsEnvironment().
                getDefaultScreenDevice().getBestConfiguration(tem);

        Canvas3D c = new Canvas3D(cfg);
        c.setStereoEnable(true);
        boolean deviceAvailable = c.getStereoAvailable();
        .
        .

I got a 'false' value for deviceAvailable. Did I do something wrong?

Thanks.

Xiaolong

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