Update examples.

This commit is contained in:
wo80
2022-02-28 00:13:27 +01:00
parent 2290b5bd56
commit b3bfac11d1
8 changed files with 109 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ namespace TriangleNet.Examples
// Generate mesh.
var mesh = mesher.Triangulate(points);
if (print) SvgImage.Save(mesh, "example-1.png", 500);
if (print) SvgImage.Save(mesh, "example-1.svg", 500);
}
}
}