Antialiasing in 3D graphics

Chien Yang chien.yang at oracle.com
Tue Oct 30 17:04:50 PDT 2012


JavaFX 8 will support multisample anti-aliasing (MSAA) for 3D Scene and 
SubScene. Application can request for it at construction time, if it 
supported by the system GPU.

public Scene(Parent root,  double width,  double height, boolean 
depthBuffer, boolean antiAliasing)
public SubScene(Parent root, double width, double height,  boolean 
depthBuffer, boolean antiAlias)

- Chien

On 10/30/2012 10:53 AM, John C. Turnbull wrote:
> I have read the latest information about the upcoming 3D features planned for JavaFX 8 and like what I see so far.
>
> One thing that is not clear to me though is what kinds of antialiasing will be available. I notice that when I run the 3D demos from the 2.2 Ensemble app the cubes etc. have pronounced jaggies and no amount of tweaking the graphics driver settings in the Nvidia Control Panel helps.
>
> So will JavaFX simply set the AA level/style or will it support either programmatic or manual customisation?
>
> -jct



More information about the openjfx-dev mailing list