|
@@ -393,10 +393,13 @@ inline igl::copyleft::cgal::SelfIntersectMesh<
|
|
}
|
|
}
|
|
// Otherwise just fall through
|
|
// Otherwise just fall through
|
|
}
|
|
}
|
|
- process_intersecting_boxes();
|
|
|
|
#ifdef IGL_SELFINTERSECTMESH_DEBUG
|
|
#ifdef IGL_SELFINTERSECTMESH_DEBUG
|
|
log_time("box_intersection_d");
|
|
log_time("box_intersection_d");
|
|
#endif
|
|
#endif
|
|
|
|
+ process_intersecting_boxes();
|
|
|
|
+#ifdef IGL_SELFINTERSECTMESH_DEBUG
|
|
|
|
+ log_time("resolve_intersection");
|
|
|
|
+#endif
|
|
|
|
|
|
// Convert lIF to Eigen matrix
|
|
// Convert lIF to Eigen matrix
|
|
assert(lIF.size()%2 == 0);
|
|
assert(lIF.size()%2 == 0);
|