Login  Register

Re: Loading attributes in a packed buffer?

Posted by gouessej on Dec 15, 2012; 11:22am
URL: https://forum.jogamp.org/Loading-attributes-in-a-packed-buffer-tp4027450p4027532.html

The class JoglRenderer in JMonkeyEngine 3 uses VAOs. It creates one of them with glGenVertexArrays and it binds it with glBindVertexArray but this example is too much complicated for a newbie. Look at this:
http://www.opengl.org/wiki/Vertex_Array_Objects#Vertex_Array_Object

Let me know whether something is not clear.
Julien Gouesse | Personal blog | Website