Re: [JOGL] VBO's not updating
Posted by
gouessej on
Jun 02, 2015; 12:13pm
URL: https://forum.jogamp.org/JOGL-VBO-s-not-updating-tp4034566p4034580.html
You should rather call glBufferSubData to modify a buffer without recreating the whole data store. Use glBufferData only the very first time to create them.