-
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 - add variable sizing field #4891
PMP::isotropic_remeshing - add variable sizing field #4891
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ba3c993
to
7379d58
Compare
|
Polyhedron/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_plugin.cpp
Outdated
Show resolved
Hide resolved
Polyhedron/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_plugin.cpp
Outdated
Show resolved
Hide resolved
...h_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
9bce3d2
to
f166f96
Compare
…remeshing # Conflicts: # Polygon_mesh_processing/examples/Polygon_mesh_processing/CMakeLists.txt # Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h
# Conflicts: # Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h
489a288
to
4c7bc4c
Compare
This pull-request was previously marked with the label |
There will not be any crash as the value for new vertices is always set. However with Polyhedron since we don't reuse vertices, the map size might get large. Surface_mesh is fine
Successfully tested in CGAL-6.0-Ic-109 |
Note that it seems the change has not been announced in |
fixed by #7887 |
## Summary of Changes Forgotten in PR #4891 ## Release Management * Affected package(s): Installation * License and copyright ownership: unchanged
Summary of Changes
This PR introduces the possibility to chose a variable sizing field for isotropic remeshing.
Release Management
TODO: