|
@@ -97,7 +97,8 @@ IGL_INLINE void igl::simplify_polyhedron(
|
|
}
|
|
}
|
|
};
|
|
};
|
|
igl::per_face_normals(OV,OF,N);
|
|
igl::per_face_normals(OV,OF,N);
|
|
|
|
+ Eigen::VectorXi I;
|
|
igl::decimate(
|
|
igl::decimate(
|
|
- OV,OF,perfect,igl::infinite_cost_stopping_condition(perfect),V,F,J);
|
|
|
|
|
|
+ OV,OF,perfect,igl::infinite_cost_stopping_condition(perfect),V,F,J,I);
|
|
}
|
|
}
|
|
|
|
|