Login  Register

Re: Offscreen buffering and antialiasing not working?

Posted by Sven Gothel on Jun 01, 2023; 2:05pm
URL: https://forum.jogamp.org/Offscreen-buffering-and-antialiasing-not-working-tp4042649p4042668.html

.. and if - for some reason the used DefaultGLCapabilityChoser and/or hence the GLX/X11 or WGL/Win32 default capsability picker is not good enough (or buggy) .. you can use your own:

Example of a GLCapabilitiesChooser impl is: NonFSAAGLCapsChooser <https://jogamp.org/cgit/jogl.git/tree/src/jogl/classes/com/jogamp/opengl/util/caps/NonFSAAGLCapsChooser.java>.

Example usage in UISceneDemo20 <https://jogamp.org/cgit/jogl.git/tree/src/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo20.java#n167>.

Hope that helps...