Isotropic remeshing

This commit is contained in:
Andreas Fabri 2022-10-13 08:06:30 +01:00
parent 0ba4d58a43
commit 683805c34a
1 changed files with 2 additions and 1 deletions

View File

@ -530,8 +530,9 @@ namespace internal {
halfedge_descriptor hnew = CGAL::Euler::split_edge(he, mesh_);
CGAL_assertion(he == next(hnew, mesh_));
put(ecmap_, edge(hnew, mesh_), get(ecmap_, edge(he, mesh_)) );
#ifdef CGAL_PMP_REMESHING_VERBOSE
++nb_splits;
#endif
//move refinement point
vertex_descriptor vnew = target(hnew, mesh_);
put(vpmap_, vnew, refinement_point);