selected_data -> data to make the transition of old code easier. Old code can be simply converted by adding () after data

Former-commit-id: 02c8268a61
This commit is contained in:
Daniele Panozzo
2018-02-03 20:30:17 -05:00
parent 0a18442c6b
commit 7af7f2cd2e
58 changed files with 419 additions and 419 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ int main(int argc, char *argv[])
// Plot the generated mesh
igl::opengl::glfw::Viewer viewer;
viewer.selected_data().set_mesh(V2,F2);
viewer.data().set_mesh(V2,F2);
viewer.launch();
}