[JAVA3D] Injection / execution of OpenGL from within Java3D

2004-08-23 Thread MisterXen
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? For some reason I need access to some buffers. I can't get the buffer access with the current api, so I thought of invoking the

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

[JAVA3D] Color Node in VRML

2004-08-23 Thread Serge Bernier
Hi all, question about the color node in vrml. Im trying to convert the info in the vrml color node (color and color Index) and create a geometryInfo object. In the vrml file the colorIndex is not the same size as the coordindex. When I create the geometryInfo with the colorIndex and coordIndex n

[JAVA3D] Java 3D FAQ Weekly Posting (23 Aug 2004)

2004-08-23 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday August 23 2004 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If the

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.