| JOGL moved to JogAmp.org
That's a good news.
|
Java™ Binding for the OpenGL® API
» General Discussion
|
May 26, 2010 16:58
by: rhdxmr
|
| JOGL2 and Linux
Did you set the environment variable $LD_LIBRARY_PATH? A directory containing jogl libraries is needed to be set in that variable.
|
Java™ Binding for the OpenGL® API
» General Discussion
|
April 03, 2010 01:38
by: rhdxmr
|
| how to reduce CPU usage while Animator is running
Unfortunately, as you said, setSwapInterval() seems not to work in my machine. But there exists the alternative, FPSAnimator class. So far it looks fine unless I need an accurate FPS.
|
Java™ Binding for the OpenGL® API
» General Discussion
|
February 07, 2010 06:14
by: rhdxmr
|
| Will JOGL be moving back to java.net?
Hi. http://blogs.sun.com/projectkenai/entry/the_future_of_kenai_com What does this imply....? Will JOGL project be moved to java.net?
|
Java™ Binding for the OpenGL® API
» General Discussion
|
February 06, 2010 18:02
by: adamgmetzler
|
| how to reduce CPU usage while Animator is running
Hi, all JOGL users :) I felt that the same JOGL program running in the MS windows is much faster than in the Linux. But soon, I realize that in MS windows the java process consumes all CPU usage(9 . . .
|
Java™ Binding for the OpenGL® API
» General Discussion
|
February 07, 2010 06:14
by: rhdxmr
|
| Will JOGL be moving back to java.net?
: jogl is under the bus too. Oracle/Sun stopped contributing to the open repositories long time ago. You can find the community forks on github: http://github.com/sgothel http://github.com/mbien bu . . .
|
Java™ Binding for the OpenGL® API
» General Discussion
|
February 06, 2010 18:02
by: adamgmetzler
|
| gl.glGetString(GL2.GL_VERSION)
Thank you a lot, Michael Bien what about this method? : gl.isExtensionAvailable("GL_VERSION_2_1"); this returns true. and "GL_VERSION_1_5" does too. But gl.glExtensionAvailable("GL_VERSION_3_0"); o . . .
|
Java™ Binding for the OpenGL® API
» General Discussion
|
January 17, 2010 13:51
by: rhdxmr
|
| gl.glGetString(GL2.GL_VERSION)
Hi I installed JOGL 2. I'm using Linux and there exists mesa3d which is open source OpenGL implementation and its version is 7.0.2. At the release note, Mesa version 7.0 supports OpenGL 2.1. When . . .
|
Java™ Binding for the OpenGL® API
» General Discussion
|
January 17, 2010 13:51
by: rhdxmr
|