Re: Building a simple OpenGL ES 2.0 application
Posted by sunnystormy on Mar 11, 2013; 4:16pm
URL: https://forum.jogamp.org/Building-a-simple-OpenGL-ES-2-0-application-tp4028575p4028577.html
Hi Sven,
After looking over the raw OpenGL ES 2.0 example on the wiki (via the link you provided), I realized all I had to do was reference the RedSquare class inside of the "addGLEventListener" method on my GLCanvas object.
I now have the square displaying in my application. I'm eager to explore more of the API, and this is a great start!
I appreciate your help. Thanks again! :)