Re: glDrawElements with TRIANGLE_STRIP
Posted by
gouessej on
Sep 28, 2011; 8:40am
URL: https://forum.jogamp.org/glDrawElements-with-TRIANGLE-STRIP-tp3374872p3375427.html
Hi
You should rather use the class Buffers to create your buffers, it is less error prone than doing almost the same thing with your own code. Best regards.