Tagged Questions
4
votes
1answer
650 views
GLUTesselator for realtime tesselation?
I'm trying to make a vector drawing application using OpenGL which will allow the user to see the result in real time. The way I have it set up is with an edge flag callback so the glu tesselator only ...
1
vote
1answer
160 views
API's similar to GLUTesselator?
I'm looking for an API that is open sourced and that can take contours of verticies as input and return verticies of triangles. I would also like it to support different winding rules. Thanks