c++ - API's similar to GLUTesselator? -
I am looking for an API which is an open source and which is the input of the triangle as the input and return policies Can take the form of the lower part I would also like to support different curved rules. Thanks
has a GLU style tacilitator, see for details.
Tesselator, see for more information.
Both the libraries are open sources.
Comments
Post a Comment