Login  Register

Re: Java3D 1.6.0-pre11 released

Posted by Andreas on Aug 08, 2014; 7:39am
URL: https://forum.jogamp.org/Java3D-1-6-0-pre11-released-tp4032735p4032737.html

Thanks to all of you.

I noticed that the anti-aliasing is not working in my program (http://www.elamx.de) since the update to Java3D 1.6.0 pre 11 and JOGL 2.2.0. Due to discussions in this forum I'm using

System.setProperty("j3d.implicitAntialiasing", "true");

and

simpleU.getViewer().getView().setSceneAntialiasingEnable(true);

and

GraphicsConfigTemplate3D template = new GraphicsConfigTemplate3D();
template.setSceneAntialiasing(GraphicsConfigTemplate3D.REQUIRED);

Is this somehow my fault?

Thanks
Andreas