Gabriel95 / scalafx

Automatically exported from code.google.com/p/scalafx
Other
0 stars 0 forks source link

Scene anti-aliasing no longer a boolean #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by mike@hindsight-consulting.com on 24 Oct 2013 at 3:58

GoogleCodeExporter commented 8 years ago
I'm working on a fix which should be available shortly...

Original comment by mike@hindsight-consulting.com on 24 Oct 2013 at 5:17

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 371ce2162ef2.

Original comment by mike@hindsight-consulting.com on 24 Oct 2013 at 5:48