tutorial compilation fixes

This commit is contained in:
Daniele Panozzo
2014-06-30 00:02:02 +02:00
parent e4eb2c7cec
commit ae620d83d0
21 changed files with 103 additions and 98 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
// Plot the mesh
igl::Viewer viewer;
viewer.set_mesh(V, F);
viewer.options.show_lines = false;
viewer.core.show_lines = false;
viewer.callback_key_down = &key_down;
// One fixed point