Login  Register

Re: nehe port - GL.GL_ARRAY_BUFFER_ARB is undefined

Posted by gouessej on Aug 30, 2012; 1:23pm
URL: https://forum.jogamp.org/nehe-port-GL-GL-ARRAY-BUFFER-ARB-is-undefined-tp4025951p4025965.html

The doc is here:
http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/

You need to pass a GLProfile instance to the constructor of GLCapabilities. Just use GLProfile.getDefault() or GLProfile.getMaxFixedFunc(true) for NeHe tutorials.

setRunAsFastAsPossible() is now only available in com.jogamp.opengl.util.Animator, not in FPSAnimator.
Julien Gouesse | Personal blog | Website