Triangulate poly with holes + linewidth lines v0.9
Monkey Forums/Monkey Code/Triangulate poly with holes + linewidth lines v0.9
| ||
The IndexedTriangles needs the DrawTriangles Function from here: http://www.monkey-x.com/Community/posts.php?topic=8246 Spawned by the SVG parser project here: http://www.monkey-x.com/Community/posts.php?topic=7898 https://github.com/CopperCircle/Monkey-SVG Call like so: Local triangles:= MakeTriangles(polygons) Local triangles:= MakeLineTriangles(points,strokewidth,closed,jointype,captype,miterlimit) |
| ||
New version up, this one handles the tiger.svg, monekey.svg and text.svg and many others [EDIT 2014.02.27] Small fix added to ClipEar() |
| ||
New version up, better holemerge and function for drawing thick lines. |
| ||
New version up v 0.7 , see source code code for details |
| ||
I've said it before and I'll say it again, handy stuff! Thank you! :) |
| ||
Thanks Sammy, + another update to v0.8 |
| ||
Another update ( v0.9) , also see the DrawTriangles function here: http://www.monkey-x.com/Community/posts.php?topic=8246 |