Re: [JAVA3D] Stereo problem

2002-05-03 Thread Kelvin Chung
>Date: Fri, 03 May 2002 11:57:34 +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-M

Re: [JAVA3D] Stereo problem

2002-05-02 Thread GB Liu
Hi Kelvin: Thank you for your instructions. >Please also try setting defaultSharedStereoZbuffer to FALSE if your card did support separate z buffer for stereo. I did it and did not find any improvement. > Seems like the eye glass did not sync well in PureImmedate mode. I don't think it is t

Re: [JAVA3D] Stereo problem

2002-05-02 Thread Kelvin Chung
Hi GB, > >Thank you for your instruction. I checked the PureImmediateStereo.java file >and found that the line: >public static String defaultSharedStereoZbuffer = Boolean.TRUE.toString(); > >is there correctly. Please also try setting defaultSharedStereoZbuffer to FALSE if your card did support

Re: [JAVA3D] Stereo problem

2002-05-01 Thread GB Liu
Hi Kelvin: Thank you for your instruction. I checked the PureImmediateStereo.java file and found that the line: public static String defaultSharedStereoZbuffer = Boolean.TRUE.toString(); is there correctly. My graphic card does support the stereo. I am not perfectly sure whether through OpenG

Re: [JAVA3D] Stereo problem

2002-05-01 Thread Kelvin Chung
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

Re: [JAVA3D] Stereo problem

2002-04-30 Thread GB Liu
11:30:02 +1000 > >From: GB Liu <[EMAIL PROTECTED]> > >Subject: [JAVA3D] Stereo problem > >To: [EMAIL PROTECTED] > >MIME-version: 1.0 > >X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > >X-Priority: 3 > >X-MSMail-priority: Normal > >D

Re: [JAVA3D] Stereo problem

2002-04-30 Thread Kelvin Chung
nning on ? I guess there is problem with the refresh rate setting in the driver configuration that sync. the output. - Kelvin - Java 3D Team Sun Microsystems Inc. >Date: Wed, 01 May 2002 11:30:02 +1000 >From: GB Liu <[EMAIL PROTECTED]> >Subject: [JAVA3D] Stereo

[JAVA3D] Stereo problem

2002-04-30 Thread GB Liu
Title: Network Blitz Hi J3D Team:   Thank you so much for your great effort for getting the new release available.  After installing  J3D Beta2, I run an sample program called PureImmediateStereo through JBuilder 6.  I found the problem I described before is still there.  I am wondering wheth

Re: [JAVA3D] Stereo problem

2001-02-27 Thread Dan Petersen
> MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > X-Priority: 3 (Normal) > X-MSMail-Priority: Normal > Importance: Normal > X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > Date: Mon, 26 Feb 2001 11:42:22 -0500 > From: Yohan Baillot <[EMAIL PROTECTED]&

Re: [JAVA3D] Stereo problem

2001-02-27 Thread Dipl. Ing. Paul Szawlowski
Hi Yohan ! Yohan Baillot schrieb: > Hello, > > I just got stereo working for all my application on a graphics card > supporting > DirectX using the Direct3D version of Java3D. What I would like to know is, what stereo formats (above-below, quadbuffer, interlaced) are supported by Java3D ? I wo

[JAVA3D] Stereo problem

2001-02-26 Thread Yohan Baillot
Hello, I just got stereo working for all my application on a graphics card supporting DirectX using the Direct3D version of Java3D. However, when controlling the object using some extension of the mouse behavior it seems as I really get to control the right eye view, while the left eye view is sl

[JAVA3D] Stereo Problem & Answer

2000-01-25 Thread Mojtaba Hosseini
Hello everyone,:) I just wanted to let those of you who read my previous emails know that the problem with the stereo has been solved. As suspected, I had to set the correct left and eye positions in the Canvas3D class AND the distance between the two eyes in the PhysicalBody class. I hope that t