Re: how to run jogl+j3d successfully?
Posted by hharrison on Aug 27, 2012; 8:58pm
URL: https://forum.jogamp.org/how-to-run-jogl-j3d-successfully-tp4025876p4025912.html
Have pushed out some updates to Java3d, but it still requires -rc9 of jogl.
I've been giving some thought to the lockup problems people have seen and finally think I have the culprit.
The JoglPipeline does its own capability querying directly relying on an AWT canvas, and relies on getting
everything done on the AWT event queue. I'm pretty sure that jogl2 provides all the capability querying
needed and am trying to remove this bit of code.
Once I deal with that task, I'll look into the API changes for -rc10.
I forgot to push out some updated jars, will do so when I'm back at home tonight.