-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMP::isotropic_remeshing()
- fix relaxation of constrained vertices
#8604
base: 5.6.x-branch
Are you sure you want to change the base?
PMP::isotropic_remeshing()
- fix relaxation of constrained vertices
#8604
Conversation
...h_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h
Outdated
Show resolved
Hide resolved
I wonder if your changes could be responsible for the runtime error: |
Indeed the test fails in my branch, not in master. |
Successfully tested in CGAL-6.1-Ic-22 |
@janetournois still a draft or ready to be merged? |
Hello @citystrawman |
Summary of Changes
Constrained vertices, and constrained edges were not properly protected during the smoothing step.
Release Management