Login  Register

Re: Java3d 1.6.0-pre12 released: requires jogl 2.3.1

Posted by runiter on Apr 24, 2015; 1:38am
URL: https://forum.jogamp.org/Java3d-1-6-0-pre12-released-requires-jogl-2-3-1-tp4034327p4034364.html

I just tried latest version of j3d pre12 and jogl 2.3.1

It works fine but generally the Java3D initialization seem to be slower than before (pre9). But more noticeably there is a problem with a window briefly poping up and disappearing when a call to getBestConfiguration() is made:

printProperties(VirtualUniverse.getProperties());
GraphicsConfigTemplate3D template = new GraphicsConfigTemplate3D();
template.setSceneAntialiasing(GraphicsConfigTemplate.PREFERRED);
GraphicsDevice defaultScreenDevice = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice();
GraphicsConfiguration config = defaultScreenDevice.getBestConfiguration(template);
Saeid Nourian, Ph.D. Eng. | Graphing Calculator 3D