-
Drawing Outline complex Polygon
Hi, I am drawing complex polygons with the functions:
glColor3ub(...)
glPolygonMode(GL_FRONT, GL_FILL);
...
gluTessBeginPolygon(...)
...
gluTessEndPolygon(...)
it works fine, but I want draw the border of the polygon in a different color from the area color.
Is it possible ????
If I draw the contour of the polygon with ...
glBegin(GL_LINE_STRIP)
...
glEnd()
the quality of the border is poor. :-P
Can you help?
thank you very much
-
Advanced Member
Frequent Contributor
Re: Drawing Outline complex Polygon
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules