Re: Core dump on Solaris x86 with GLJPanel
Posted by
gouessej on
Apr 15, 2011; 2:35pm
URL: https://forum.jogamp.org/Core-dump-on-Solaris-x86-with-GLJPanel-tp2810533p2824784.html
You can do almost the same thing with an animator by setting the render flag to true, it avoids forcing the rendering in several places in the source code (I assume you just call display()), the rendering is then done always on the same thread without making the context current when it could be avoided.