Re: Issue with Java 3D under OpenJDK 7 / Mac OS X
Posted by
Sven Gothel on
Oct 04, 2012; 4:24pm
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4026379.html
On 10/04/2012 04:56 PM, Manu [via jogamp] wrote:
> 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.
>
Well, to have native MSAA w/ OSX CALayer (openjdk, OSX >= 10.8, applets w/ OSX >= 10.5),
the new FBO impl. is required, which you find in the latest
aggregated test builds, not in RC10.
~Sven