Tagged Questions
4
votes
1answer
1k views
Concave polygon drawing
For drawing complex concave polygons with OpenGL, is it better to tesselate it into triangles, or use the stencil buffer? I'm guessing the stencil buffer would be faster for a single frame, but ...
2
votes
2answers
617 views
How do I cut triangles out of a concave Delaunay triangulation?
I'm using Delaunay to triangulate a concave polygon, but it fills in the concavities. How do I automatically remove the triangles that are outside the polygon boundaries?