clean up and make triangle wrapper compile

This commit is contained in:
Alec Jacobson
2014-06-30 09:07:52 -04:00
parent 070bafce63
commit 4a0fb1f166
4 changed files with 79 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ int main(int argc, char *argv[])
H << 0,0;
// Triangulate the interior
igl::triangulate(V,E,H,V2,F2,"a0.005q");
igl::triangulate(V,E,H,"a0.005q",V2,F2);
// Plot the generated mesh
igl::Viewer viewer;