fix in cmake file for glew

new tutorial example for plotting colors
This commit is contained in:
Daniele Panozzo
2014-06-17 14:00:47 +02:00
parent c69fc7cd3c
commit 0ba527487c
15 changed files with 10240 additions and 20940 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;