danini-the-panini / mittsu

3D Graphics Library for Ruby.
https://github.com/danini-the-panini/mittsu
MIT License
508 stars 33 forks source link

Enable AA (AntiAliasing) Support #101

Closed derekmwright closed 3 years ago

derekmwright commented 3 years ago

This allows the user to set GLFW_SAMPLES value enabling AA. Implementation is backwards compatible and defaults to 0 samples (off).

derekmwright commented 3 years ago

Committed suggestions, thanks!