>Date: Thu, 04 Apr 2002 15:38:14 -0800
>From: Oleg Pariser <[EMAIL PROTECTED]>
>Subject: [JAVA3D] gc3D.clear() crashes VM using j3d1.3b1 on Windows(OGL)
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>Delivered-to: [EMAIL PROTECTED]
>
This is bug
4530415 -  OGL: Crash at setProjectionMatrix() under FireGL 2 card winNT


The problem is in the FireGL driver. From the OpenGL extension query it return
that

   GL_ARB_transpose_matrix

is support. However

    wglGetProcAddress("glLoadTransposeMatrixdARB");
    wglGetProcAddress("glMultTransposeMatrixdARB");

return NULL.

This cause crash when the extension is used in setProjectionMatrix.
We have workaround this in the next v1.3 beta2 release.


Thanks.

- Kelvin

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