Closed GoogleCodeExporter closed 9 years ago
You can get that result when the triangulation fails before the mesh clean that
removes triangles outside the polygon.
You point set is invalid since it contains duplicate points. Eg. the point 2174
1026 exist twice so your polygon in probably self touching and not simple. I
guess these things can happen when you play around with low resolution points.
One way to test your points can be to paste in here:
http://javascript.poly2tri.googlecode.com/hg/index.html
Might give a clue to why it failes.
Original comment by thahlen@gmail.com
on 4 Jul 2013 at 2:08
Original comment by thahlen@gmail.com
on 4 Jul 2013 at 6:03
Original issue reported on code.google.com by
matt.j.k...@gmail.com
on 2 Jul 2013 at 3:45Attachments: