Re: Multithready between AWT and JOGL
Posted by Sven Gothel on Sep 23, 2011; 7:23pm
URL: https://forum.jogamp.org/Multithready-between-AWT-and-JOGL-tp3356928p3362808.html
On Friday, September 23, 2011 09:08:43 PM millerni456 [via jogamp] wrote:
>
> Well here goes... that snippet you linked to me looks promising and I hope it
> works :)
> Going to try returning false because my GLRunnable seemed to be blocking.
GLRunnable.run(..) -> false has nothing todo w/ blocking,
but to issue a re-display before swapping.
This feature is required for eg. false-color rendering for picking.
If you can create a little test case (modify one of ours)
demonstrating the blocking, I may be able to help.
~Sven