bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

Enable Anti-aliasing #29

Closed bkloppenborg closed 12 years ago

bkloppenborg commented 12 years ago

SIMTOI should have anti-aliasing turned on by default. You will need to add glRenderbufferStorageMultisample and similar 2D/3D buffers to the off-screen renderbuffer to make this work.

bkloppenborg commented 12 years ago

Code to do multisample anti-aliasing is in cee67f693dc897445e1742d688b74a024cf807cb, but not yet activated.