API's similar to GLUTesselator? [closed]

99封情书 提交于 2019-12-24 04:53:48

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/3411328/apis-similar-to-glutesselator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!