Export to GitHub

scalafx - issue #101

Scene anti-aliasing no longer a boolean


Posted on Oct 24, 2013 by Happy Monkey

As of JDK8 b112, the anti-aliasing option to corresponding scene constructor now takes a SceneAntialiasing enumeration value instead of a simple boolean. This affects the scalafx.scene.Scene class, requires a new scalafx.scene.SceneAntialising enumeration class, and requires updates to the 3D demo models that were updated to use anti-aliasing.

Comment #1

Posted on Oct 24, 2013 by Happy Monkey

I'm working on a fix which should be available shortly...

Comment #2

Posted on Oct 24, 2013 by Happy Monkey

This issue was closed by revision 371ce2162ef2.

Status: Fixed

Labels:
Type-Defect Priority-Medium SFX-8