Re: Deprecated functionality previously accessible through GL2
Posted by BIS on May 04, 2015; 8:20am
URL: https://forum.jogamp.org/Deprecated-functionality-previously-accessible-through-GL2-tp4034407p4034410.html
Hi, Julien -
Solved the build problem - I was importing the wrong class. I'd selected the wrong 'fix imports' option when switching from 2.2.4 to 2.3.1. Instead of importing com.jogamp.opengl.gl2, I had incorrectly imported and attempted to use com.jogamp.opengl.glprofile.gl2. (That was the pre-selected default, and I didn't catch the error.)
(So to answer your question, I was trying to use the GL2 interface, as before. I was just having trouble finding/importing the right packages.)
And I take it, then, after a quick perusal of the evolution document, that there is no direct relation between the raw GL rev levels and JOGL rev levels?