Re: Solution found, Problem with creating more VBO Buffers
Posted by adi on Feb 28, 2017; 11:43pm
URL: https://forum.jogamp.org/Problem-with-creating-more-VBO-Buffers-tp4037689p4037690.html
Sorry,
the Animator must be set to
anim.resume(),
after a
anim.pause();
so that the new GLEventListener-objects are also
under a gl context and the init method is correct called.
I then habe testet that the animator must not be stopped
for a change with GLEventListener's.
Good work from jogl Team:-)