Re: VAO and VBO creation
Posted by PedDavid on May 29, 2015; 11:00am
URL: https://forum.jogamp.org/VAO-and-VBO-creation-tp4034542p4034545.html
Thanks a lot! I will try this when I get time for it. (I hope still today). I still have a ltitle question:
So, in the linked code this class is used to create a VAO, fill it with vbos and then repeat if I call it again, however, in jogl,
I will "have to know how many VAOs I will want", ask for that, and then fill each of them with VBOs?
I guess that's why there is the method with the (int, array, offset), I guess I can use that to do code similar to the one linked.
PS: I will want to get back to this post with the results, but then should I close the topic or something? Is there any "mark this reply" as helpfull or anything like that?