Questions tagged [triangle.net]

4 questions
4
votes
1 answer

Why is Triangle.Net not triangulating these polygons as expected?

I've been having issues with triangulating certain polygons with holes using Triangle.Net. The issue seems to be certain circumstances where I define a hole using a contour and setting hole to 'true' (after first adding the outer contour, hole set…
Mark C
  • 43
  • 4
3
votes
1 answer

Triangle.NET and touching polygons

How do I triangulate a polygon with an hole like the one below using Triangle.NET? I need the green area covered by triangles. I guess I need to split the right segment of the outer contour on the touch point but afterward I don't know if I need to…
abenci
  • 8,422
  • 19
  • 69
  • 134
1
vote
1 answer

Triangle.NET - How to add vertex to existing triangulation?

I've looked through what seems like every question and resource there is for Triangle.NET trying to find an answer to how to insert a vertex into an existing triangulation. The closest I've gotten was in the discussion archives for Traingle.Net…
1
vote
1 answer

How to use Triangle.Net in a Unity project?

I'm working on a project in Unity and found the Triangle.Net package (http://triangle.codeplex.com/) to be useful for helping me generate triangulations. However, I have no idea what to do with the files once I download them. I've been searching…
user3798422
  • 25
  • 1
  • 4