I downloaded the Java3D port but was unable to get it running. One of the
shared libraries needs libMesaGL.so.3.? (forgot the number), but I have
the Xi Graphics OpenGL port instead. After making the appropriate symbolic
links (libMesaGL.so.3.? -> libGL.so) I get an `undefined symbol' error for
glTexImage3DEXT. Am I right in thinking that this is an OpenGL 1.2 function?
The Xi OpenGL is a port of version 1.1, and doesn't contain this function
(it contains glTexImage1D and glTexImage2D). If this is so, is OpenGL 1.2
really needed for Java3D? If not needed, would it be possible to provide a
version linked against an OpenGL 1.1 port?

Another question: has anybody had success running jdk1.2-pre.v2 with the TYA
JIT? Just curious ...

-- 
Francisco Figueirido, Ph.D.             Phone: (212)317-7680
Quantitative Analyst                    Fax:   (212)317-7601
Imagine Software, Inc.                  e-mail: [EMAIL PROTECTED]
400 Madison Avenue, 21st Floor
New York, NY 10017


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to