added notes on using matlab with libigl

This commit is contained in:
Daniele Panozzo
2014-06-28 19:26:53 +02:00
parent 685b594a51
commit c4ca96f9f6
8 changed files with 177 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ int main(int argc, char *argv[])
State state;
// Load a mesh in OFF format
igl::readOFF("../shared/cube.off", state.V, state.F);
igl::readOFF("../shared/2triangles.off", state.V, state.F);
// Save some integers in a vector
state.ids.push_back(6);