Hello
I'm new at JOGL and I'm trying to build a project with Eclipse. I've exported all the .jar's I need (I think :/) and the natives too, but at the lines:
(gl is GL)
gl.glMatrixMode(GL.GL_PROJECTION);
gl.glLoadIdentity();
gl.glMatrixMode(GL.GL_MODELVIEW);
it says "The method glLoadIdentity() is undefined for the type GL" and also that GL_MODELVIEW and GL_PROJECTION "cannot be resolved or is not a field"... I dont know what .jar's to add... here's all the code:
lesson1.javaI've also tried to use GL.GL_SMOOTH and says "GL_SMOOTH cannot be resolved or is not a field" too ....
help please :/
Can someone tell me exactly, what ".jar's" and ".dll's" i have to add and exactly where to download 'em? Thanks :)