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
@@ -41,7 +41,7 @@ namespace TriangleNet.Examples
smoother.Smooth(mesh, 5);
if (print) SvgImage.Save(mesh, "example-4.png", 500);
if (print) SvgImage.Save(mesh, "example-4.svg", 500);
}
public static IPolygon CreatePolygon()