Am 02.09.09, 18:12 -0700 schrieb Shon Pritchett:
> Can I control the level of AA applied somehow?  I believe that's my last 
> question and I'll stop bothering you all for a few moons.

I am not shure which of the following calls does switch the line smoothing 
in my open source app, but here they are:
   glHint(GL_LINE_SMOOTH_HINT, GL_NICEST);
   glEnable(GL_LINE_SMOOTH);
The above works after the GL context initialisation.

Probably OpenGL knows other switches as well.

kind regards
Kai-Uwe Behrmann
-- 
developing for colour management 
www.behrmann.name + www.oyranos.org

_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to