Opened 14 years ago

Last modified 13 years ago

#10 new enhancement

add antialiasing

Reported by: ijontichy Owned by:
Priority: low Milestone:
Component: Rendering Version:
Keywords: Cc:

Description

Should be relatively simple to add support for anti-aliasing. The following OpenGL functions would be relevant:

glHint(GL_LINE_SMOOTH, GL_NICEST); glHint(GL_POLYGON_SMOOTH, GL_NICEST);

glEnable(GL_LINE_SMOOTH); glEnable(GL_POLYGON_SMOOTH); glEnable(GL_BLEND);

Change History (1)

comment:1 Changed 13 years ago by Ben Lippmeier

Priority: normallow
Note: See TracTickets for help on using tickets.