Login  Register

Re: NCDF problem with VirtualUniverse

Posted by hharrison on Nov 20, 2012; 6:56am
URL: https://forum.jogamp.org/NCDF-problem-with-VirtualUniverse-tp4027031p4027062.html

The upload worked, it looks like a deadlock between the Java3d renderer thread (trying to call getMaxFixedFunction) and the AWT Event thread which is doing some work trying to get the best configuration....pretty sure that's the QueryCanvas internally in JOGLPipeline.  Pretty much what I expected,
but maybe others have a different idea.