Login  Register

Re: Issue with Java 3D under OpenJDK 7 / Mac OS X

Posted by Manu on Oct 04, 2012; 2:56pm
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4026378.html

I found how to force antialiasing on screen: quite strangely you have to set j3d.implicitAntialiasing property to true.
I don't fully understand why this property has to be set if you already called GraphicsConfigTemplate3D.setSceneAntialiasing(GraphicsConfigTemplate3D.PREFERRED); but it works on my computer. Miserably it has no effect for offscreen rendering.

Where the last autobuild of Java 3D can be found?
Emmanuel Puybaret