JOGL Versions problem

I had to make a new post out of this, some of this is already in my other post (FSAA and JOGL problems).

I made a whole new dummy program which tries to do as little as possible and now with b06 and b07 versions I’m lacking all extensions (such as glVertexPointerEXT, glActiveTexturesARB and many others which are present if I check them with OpenGLExtensionsViewer).

So is there something drastically changed in these b06 and b07 versions compared to b05 (which works just fine except the GLCapabilities which does not have to seem any effect).

  • nGoon

Okay sorry there, I found the problem, it seems that if I try to use > 16bit ZBuffer it makes things go wrong. It lets GLCanvas to initialize but with no extensions (strange).
So now I use 16bit zBuffer and things go right :).

  • nGoon