Re: GLJPanel for LibGDX JOGL backend
Posted by
adam_law on
Jul 31, 2015; 6:32am
URL: https://forum.jogamp.org/GLJPanel-for-LibGDX-JOGL-backend-tp4034741p4035010.html
gouessej wrote
If the returned animator is an instance of AnimatorBase (obviously a subclass of it), you can call setExclusiveContext(true) on it.
Ach. It's been a long day, and I'm not getting it completely :)) So very sorry gouessej, the mind and body are willing, but both are very weak atm.
The only Animator instance I see for JoglSwingCanvas is under JoglSwingGraphics (JoglGraphicsBase), and is protected, with no getter, which was why I was asking if there was a way I'm not seeing, or if I should just go into the source or subclass within the package to make a getter or a stub somewhere.