reorganizing

This commit is contained in:
Olga Diamanti
2014-06-20 19:06:02 +02:00
parent ca853c84ca
commit 7e326a35e1
8 changed files with 16761 additions and 41 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ int main(int argc, char *argv[])
// Plot the mesh
igl::Viewer viewer;
viewer.draw_mesh(V, F);
viewer.set_mesh(V, F);
viewer.launch();
}