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

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

OpenSceneGraph has a GLU style tesselator, see http://www.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a00854.html#_details for details.

Visualization Library also provides a tesselator, see http://www.visualizationlibrary.com/documentation/classvl_1_1_tessellator.html for further information.

Both libraries are open source.

link|improve this answer
Unfortunately both of these use GLU to do the work – Milo Aug 5 '10 at 15:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.