tutorial compiling

Former-commit-id: ab90572d54
This commit is contained in:
Alec Jacobson
2015-11-12 13:25:34 -05:00
parent 5567215723
commit 0f5aabeca2
22 changed files with 478 additions and 24 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const char * MESH_BOOLEAN_TYPE_NAMES[] =
void update(igl::viewer::Viewer &viewer)
{
igl::boolean::mesh_boolean(VA,FA,VB,FB,boolean_type,VC,FC,J,I);
igl::boolean::mesh_boolean(VA,FA,VB,FB,boolean_type,VC,FC,J);
Eigen::MatrixXd C(FC.rows(),3);
for(size_t f = 0;f<C.rows();f++)
{