22andrew22

Results 1 issues of 22andrew22

I've created the first polygon with `polygon = Polygon2D.Contour (pointlist.ToArray()); triangulation = new Triangulation2D (polygon, threshold); go = Instantiate(prefab); go.GetComponent().SetTriangulation(triangulation);` However, when i feed polygon with a reversed pointlist, i...