Opened 14 years ago
Last modified 14 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);
Note: See
TracTickets for help on using
tickets.