-
Polygon trianglize arithmetic?
I encount concave polygon and polygon with holes. I want to use a serial triangles to represent such model.
Any souce code available about such topics?
-
Advanced Member
Frequent Contributor
Re: Polygon trianglize arithmetic?
Look into glu tesselation functions. They let you specify a contour and holes in the polygon, and tesselate it into triangles through a callback functions mechanism.
Y.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules