I\'m looking for a way to export a JOGL program that I wrote. Currently, I am referencing four JAR files with a user library, and I specify -Djava.library.path=/lib as a VM argument. The /lib folder c
Sorry if this is a simple fix, but I can\'t seem to find the solution. I\'ve created a box that is textured by making four quads. However, when I rotate the box around to see how it rendered, the tex
I was wondering if there is开发者_StackOverflow a rasterization library (like Cairo is for C) written in Java, that uses Jogl as it\'s backend.GLG2D does pretty much what you want.You can draw using t
I\'m having an issue in my OpenGL application where OpenGL appears to add a vertex at the origin of some of my meshes. The issue has me befuddled because it seems to only affect meshes composed of tri
I tried top learn Java because it\'s the easiest way to make cross platform apps(python too but I\'ve already know it). I tried to write hello world program with JOGL. I\'ve written 开发者_运维技巧it
im trying to build my JOGL project for linux here but eclipse console shows: In开发者_StackOverflowfo: XInitThreads() called for concurrent Thread support
I decided to update JOGL2 to the newest version which is jogl-b434-2011-08-24 (link). Now I\'m using an older version jogl-b391-2011-05-17. I noticed that after jogl-b419-2011-08-04 some changes were
Hey I ran into an issue with taking a Screenshot from JOGL on windows XP (works fine in Win 7) where if I try to take a snapshot off my GLCanvas and there is a dialog on it, it will also include that
We are currently developing an application which visualizes huge vector fields (> 250\'000) on a sphere/plane in 4D. To speed up the process we are using VBOs for the vertices, normals and colors. To
This is a code style & design question, perhaps dealing with tradeoffs. It is probably obvious. Backstory: