Anti aliasing lines

Hi,

I am working on MX31. I am trying to draw anti aliased diagonal lines of using

glEnable(GL_LINE_SMOOTH);
glHint(GL_LINE_SMOOTH_HINT, GL_NICEST);

I can not see any difference between with GL_LINE_SMOOTH enabled and GL_LINE_SMOOTH disabled.

Is there any thing should be enabled to get anti aliased effect?

Thanks,
Manohar.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.