Login  Register

Re: pre9 to pre11 question...

Posted by gouessej on Feb 21, 2015; 8:42am
URL: https://forum.jogamp.org/pre9-to-pre11-question-tp4034035p4034046.html

Hi

JOGL uses invokeAndWait and invokeLater:
https://github.com/sgothel/jogl/blob/master/src/jogl/classes/com/jogamp/opengl/awt/GLCanvas.java#L1563

However, Java3D uses its own canvases even though they are based on JOGL, i.e Java3D doesn't use GLCanvas and GLJPanel. Maybe Harvey can confirm whether or not it uses invokeAndWait and invokeLater.
Julien Gouesse | Personal blog | Website