jogl
Exporting Java with VM arguments (or alternative)
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[详细]
2023-04-11 17:51 分类:问答JOGL Textures are semi-transparent
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[详细]
2023-04-10 03:42 分类:问答A good drawing library for Java that uses Jogl (and it is not Java2D)
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[详细]
2023-04-07 03:07 分类:问答OpenGL adds unwanted vertex at origin when drawing triangle strips
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[详细]
2023-04-06 03:09 分类:问答How to run jar with JOGL app without -D key?
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[详细]
2023-04-04 07:41 分类:问答JOGL on linux no glcontext and XInitThreads()
im trying to build my JOGL project for linux here but eclipse console shows: In开发者_StackOverflowfo: XInitThreads() called for concurrent Thread support[详细]
2023-04-02 14:11 分类:问答JOGL2 - a problem with the project template
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[详细]
2023-03-31 17:44 分类:问答JOGL screenshot without overlaid dialogs interfering
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[详细]
2023-03-28 01:34 分类:问答Possible Memory Leak with JOGL using VBOs
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[详细]
2023-03-27 21:03 分类:问答passing vectors (and other structures) in opengl and own libraries
This is a code style & design question, perhaps dealing with tradeoffs. It is probably obvious. Backstory:[详细]
2023-03-26 16:42 分类:问答