Anti-Aliasing in openFrameworks
- July 28th, 2011
- Posted in Uncategorized
- Write comment
Different with Processing’s smooth(), the ofEnableSmoothing() could only works on line, but not shape or 3D objects, in order to anti-Aliasing in openframeworks, we could add this code in main
window.setGlutDisplayString(“rgba double samples>=4 depth”);