Hi GB,


>Date: Wed, 01 May 2002 13:59:35 +1000
>From: GB Liu <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Stereo problem
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
>Content-transfer-encoding: 7bit
>X-Priority: 3
>X-MSMail-priority: Normal
>Delivered-to: [EMAIL PROTECTED]
>
>Hi Kelvin:
>
>Thank you for your prompt reply.  I am using GeForce II MX dual head card
>with 32MB memory, windows 2000.  The Java 3D I am using is OpenGL version.
>Could you please tell me how I can set the sharedstereozbuffer=true in my
>JBuilder file?
>

I don't use JBuilder. But you can change the first line in
the PureImmediateStereo.java file which is by default true.

  public static String defaultSharedStereoZbuffer = Boolean.TRUE.toString();

Are you sure the graphics card that you mention support
stereo through OpenGL standard API ?

Did you see the message
"This machine support stereo, you should see a red cone on the left and green cone on 
the
right."

when running PureImmeidateStereo examples ?

Please also check your driver configuration to see if
there is some other option available
which required to set.

Thanks.

- Kelvin
----------------
Java 3D Team
Sun Microsystems Inc.

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