
[Graphics] FSAA parameter is ignored
Posted Monday, 1 June, 2009 - 09:35 by the Fiddler| Project: | The Open Toolkit library |
| Version: | 0.9.9-1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Requesting a non-zero number of "samples" should enable FSAA. Right now, OpenTK ignores this parameter.
The necessary infrastracture already exists: we load wgl/glx extensions, so it should be a simple matter of using wglChoosePixelFormatEXT and glXChooseVisual with the correct parameters, provided ARB_multisample is supported.


Comments
#1
Implemented FSAA support on windows (rev. 1836). For example:
selects a mode with 4x FSAA.
The "samples" parameter indicates the desired FSAA mode. If this mode is not supported (for any reason), FSAA will be disabled. This behavior may change in the future.
#2
Implemented on all platforms as of revision 1908.
#3
Closing bugs fixed in 0.9.8-2 and 0.9.9-1.
#4