Re: Frame briefly opening and closing during Java3D init
Posted by
runiter on
Jul 15, 2016; 12:45am
URL: https://forum.jogamp.org/Frame-briefly-opening-and-closing-during-Java3D-init-tp4036912p4036915.html
Thanks Phil, your code seems useful. I'll take a look.
Your explanation makes sense, but if it's true then I wonder Java3D didn't need to do this before pre11 version?
Also, this may be a good time to hear how exactly does Java3D (and JOGL) select a graphics configuration?
I tried your suggestion of gd.getConfigurations() but that only returned a single configuration. This can't be! I'm sure JOGL find more possible configurations than the one returned by getConfigurations(). What is it that JOGL does that gd.getConfigurations() doesn't?