Re: Problem with glDrawArrays [SOLVED]
Posted by
gouessej on
Aug 26, 2011; 8:36am
URL: https://forum.jogamp.org/Problem-with-glDrawArrays-tp3280569p3286189.html
You're welcome. Actually, what you did didn't take into account the native order of your buffers, several beginners here made the same mistake.
You can have a look at my source code if you want to know how to use JOGL (even though I still use JOGL 1.1.1a :(). I looked at it to understand why your code was not working.
Demoscene Passivist and Sven have a lot of examples too.