Re: [JAVA3D] Injection / execution of OpenGL from within Java3D

2004-08-24 Thread MisterXen
Hi Nikolai, hi Zak, since the source of Java3D is available: has anybody modified the source, so that it is possible to push some opengl-commands diretly forward to the OpenGL engine? Yes, some guy did it here: http://www.javadesktop.org/forums/thread.jspa?threadID=3222&tstart=0 Yah, thats what I w

Re: [JAVA3D] Injection / execution of OpenGL from within Java3D

2004-08-23 Thread Nikolai V. Chr.
MisterXen wrote: Hi all, since the source of Java3D is available: has anybody modified the source, so that it is possible to push some opengl-commands diretly forward to the OpenGL engine? Yes, some guy did it here: http://www.javadesktop.org/forums/thread.jspa?threadID=3222&tstart=0 -- Nikolai V.

Re: [JAVA3D] Injection / execution of OpenGL from within Java3D

2004-08-23 Thread Zak Nixon
Try using Xith3d. It uses OpenGL direct calls along with the scenegraph structure of Java3D. Otherwise, I dont think you can mix J3D code with OpenGL. Zak - Original Message - From: "MisterXen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 23, 2004 6:29 AM Subject: [JAVA