Hi,

  The bug is closed with the description from bug report as follows:

-----------------------------
  This is a user error.  The user needs to call setBufferOverride in postRender:

RedGreenCanvas.java:
public void postRender( )
   {
       System.out.println("we are in postRender!");
      final GraphicsContext3D graphics = getGraphicsContext3D( );
      final Transform3D transform = itsTransform;
      getVworldToImagePlate( transform );
      transform . invert( );
//       graphics . setModelTransform( transform );
      graphics.setBufferOverride(true);
      graphics . setStereoMode( GraphicsContext3D . STEREO_RIGHT );
      graphics . draw( itsTransparentPlanes[ 1 ] );
      graphics . setStereoMode( GraphicsContext3D . STEREO_LEFT );
      graphics . draw( itsTransparentPlanes[ 0 ] );
      graphics.setBufferOverride(false);
      super . postRender( );
   }


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

>Delivered-To: [EMAIL PROTECTED]
>X-Originating-IP: [152.98.198.43]
>Mime-Version: 1.0
>X-OriginalArrivalTime: 28 Nov 2001 04:43:42.0921 (UTC) FILETIME=[41CC9B90:01C177C7]
>Date: Wed, 28 Nov 2001 14:43:42 +1000
>From: Guang Bin Liu <[EMAIL PROTECTED]>
>Subject: [JAVA3D] is Bug 4504134 (Left Eye Image) still there?
>To: [EMAIL PROTECTED]
>
>Hi Every One:
>
>Is the bug:
>
>4504134 stereo Canvas3D immediate mode rendering in the left eye
>           image not possible
>
>still not fixed or not fully fixed?
>
>In the attached Program for rendering left/right eye images, each eye can
>view an alternating image (left eye can view: eft-> right-> left->
>right_>... images).  or each eye's image is overlapped (intermingled) with
>half frame of another eye.  Is this because that the above bug not fixed?
>
>Thank you for your kind help!
>
>
>
>_________________________________________________________________
>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".

Reply via email to