Hi people,
For my work in need to run Xith3D in an Eclipse RCP ViewPart. That is working really fine, but i cant get to work the antialiasing of the scene.
And i need the more precise look with AA. Maybe i miss something?
Please can anyone help me?
Here is the relevant codepart:
DisplayMode DEFAULT_DISPLAY_MODE = DisplayModeSelector.getImplementation(OpenGLLayer.JOGL_SWT).getBestMode(1024,768);
Composite comp = new Composite(parent, SWT.DOUBLE_BUFFEREDD);
comp.setLayout(new FillLayout());
canvas = Canvas3DFactory.create(OpenGLLayer.JOGL_SWT, DEFAULT_DISPLAY_MODE, FullscreenMode.WINDOWED_UNDECORATED, false, FSAA.ON_4X, DisplayMode.getDefaultBPP(),comp);