Login  Register

Re: GLCanvas wit overlay

Posted by psyko on Jan 06, 2019; 7:39pm
URL: https://forum.jogamp.org/GLCanvas-wit-overlay-tp4039329p4039373.html

Hello again,

I just realized that using an FPSAnimator() creates an FPSAWTAnimator thread, which is not the same as the SWT UI thread.
Could that be causing any issue with the SWT Rendering part ?

Do I have to use some kind of SWT compatible animator ?
What is the alternative to using animator ? Coding my own loop thread ? Calling the redraw of the OpenGL from the SWT UI thread ?

Thank you,