GL2ES2 implementation
Posted by Francois on Aug 20, 2011; 11:17am
URL: https://forum.jogamp.org/GL2ES2-implementation-tp3270403.html
I'm busy reading OpenGL ES 2.0 Programming Guide and decided to try and work in Java (since I'm more comfortable with it). Trying to get JOGL up and running with GL2ES2 has been a case of trial and error (almost all the tutorials I find are not GLSL based and when they are they are using those glBegin() and glEnd() methods, which I can't use). I can display a single coloured triangle, but I'm not able to translate/rotate it because I don't know how to do it with JOGL.
Can anyone provide me with a link/sample code of how to correctly implement JOGL for OpenGL ES 2.0? I'm pretty sure (well, 70% sure) that I'll be able to continue with the book if I can get a simple rotating coloured triangle up and running.