jogl
JOGL objects "Disappearing" when moving around a scene
I\'m trying to implement a basic physics engine in Java and I\'m using the JOGL bindings so I can visualize the results. I can create and rotate shapes easily enough, but have run into problems whilst[详细]
2023-03-26 08:11 分类:问答Null Pointer Exception in GLProfile with JOGL 2.0
JOGL 2.0 added a GLProfile parameter to GLCapabilities. For whatever reason, with this simple code: import javax.media.opengl.GLCapabilities;[详细]
2023-03-24 21:50 分类:问答Add a java.library.path to /usr/lib/jni for scala with maven and ubuntu
I\'m trying to create a pom.xml which compile and run a program in scala. This project need some *.so libraries (gluegen-rt.so for example) to run. Theses files are located here : /usr/lib/jni/[详细]
2023-03-24 13:25 分类:问答Menus don't overlay my OpenGL canvas after I open another frame on Mac only
I have an opengl canvas and lightweight menus set to false, and everything works fine.Then I open up a second frame from the first that has some 2D drawing et开发者_如何学编程c.The menus over the open[详细]
2023-03-24 12:15 分类:问答OpenGL Picking from a large set
I\'m trying to, in JOGL, pick from a large set of rendered quads (several thousands). Does anyone have any recommendations?[详细]
2023-03-24 11:45 分类:问答Eclipse plugin - UnsatisfiedLinkError when trying to initialize JOGL
When I try to initialize JOGL using GLProfile.initSingleton(false); inside the start method of my plugin Activator I get the following Exception:[详细]
2023-03-20 10:26 分类:问答Eclipse plugin with JOGL - ClassNotFoundException
I\'m trying to create a eclipse plugin which uses JOGL to display some editor contents. I packaged the required libraries (JOGL, Nativewindow and Gluegen) each into their own plugin and added all thr[详细]
2023-03-20 04:03 分类:问答sun.java2d.opengl=true doesn't work with Windows Netbeans Platform Applications
For Netbeans platform applications using Jogl, I cannot run my project if I set sun.java2d.opengl=true on Windows (both 64 and 32, XP, Vista, and 7). Unfortunately,开发者_如何学编程 setting this to fa[详细]
2023-03-20 01:13 分类:问答GLJPanel Stops Redrawing
I am using Jogl to create a GLJPanel inside a Netbeans Platform module project (this is a very specific type of Java application that creates a modular window within a netbeans platform app, so there[详细]
2023-03-19 23:57 分类:问答JOGL does not work after reinstalling ubuntu
i had a fully work project in ubuntu 9 with eclipse. Now i have installed Ubuntu 10.10, get the backup back, downloaded Eclipse and try to run the project.[详细]
2023-03-18 13:11 分类:问答