OpenGL Programming/Anti-Aliasing

- DRAFT -

Concept keywords:

  • (Spatial) Anti-aliasing
  • MSAA (MultiSample Anti-Aliasing)
    • Provided by OpenGL
    • According to phoronix.com, MSAA is still in progress in Mesa.
    • Full GLUT example available at OpenGL wiki, using GL_MULTISAMPLE/GLUT_MULTISAMPLE (not producing results with Mesa 8).
  • Supersampling or FSAA (Full-Scene/Full-Screen Anti-Aliasing)

Shader-based (with acronyms feast!):

< OpenGL Programming

Browse & download complete code