Re: [JOGL] VBO's not updating
Posted by
gouessej on
Jun 02, 2015; 3:25pm
URL: https://forum.jogamp.org/JOGL-VBO-s-not-updating-tp4034566p4034586.html
Is your VBO updated now? The GL instance is still stored in GLToolBox.
Replace glu = new GLU() by glu = GLU.createGLU(gl) otherwise you will use a GLU instance not capable to use GL2 and you might get some UnsupportedOperationExceptions.