fix in cmake file for glew

new tutorial example for plotting colors


Former-commit-id: 0ba527487c
This commit is contained in:
Daniele Panozzo
2014-06-17 14:00:47 +02:00
parent a580aa64b5
commit 0aaef7e68f
15 changed files with 58 additions and 36 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Eigen::MatrixXi F;
int main(int argc, char *argv[])
{
// Load a mesh in OFF format
igl::readOFF("cube.off", V, F);
igl::readOFF("../shared/cube.off", V, F);
// Plot the vertices and faces matrices
std::cerr << "Vertices: " << std::endl << V << std::endl;