Re: The method glLoadIdentity() is undefined for the type GL
Posted by
gouessej on
Oct 18, 2012; 8:53pm
URL: https://forum.jogamp.org/The-method-glLoadIdentity-is-undefined-for-the-type-GL-tp4026542p4026548.html
DON'T USE JOGL 1 AS IT IS NOT MAINTAINED ANYMORE! We can help you to switch to JOGL 2.0 and you should do it. As JOGL 1 is not maintained, we cannot guarantee that it will work under any recent OS, it is already completely broken under Mac, it might get broken under Windows 8, JOGL 1 is dead.
The latest aggregated build (of JOGL 2.0) is here:
http://jogamp.org/deployment/archive/master/gluegen_600-joal_366-jogl_833-jocl_691/archive/Edit.: Just do GL2 gl = d.getGL2(); it is not very difficult.