Re: Rendering not working with GL3 or 4
Posted by
gouessej on
Sep 29, 2024; 9:53pm
URL: https://forum.jogamp.org/Rendering-not-working-with-GL3-or-4-tp4043534p4043537.html
You don't have to redo the VAO but you have to rebind it. What's wrong with that?
P.S: Actually, you can create the VBO and the VAO once for all and reuse it many times. It's not obvious in the example, sorry.