mirror of https://github.com/CGAL/cgal
PMP - isotropic remeshing with sizing to CHANGES.md (#7887)
## Summary of Changes Forgotten in PR #4891 ## Release Management * Affected package(s): Installation * License and copyright ownership: unchanged
This commit is contained in:
commit
3b8666323e
|
|
@ -41,6 +41,8 @@ Release date: October 2023
|
||||||
|
|
||||||
- Added the function `CGAL::Polygon_mesh_processing::interpolated_corrected_curvatures()` which can be used to compute
|
- Added the function `CGAL::Polygon_mesh_processing::interpolated_corrected_curvatures()` which can be used to compute
|
||||||
the mean and Gaussian curvatures, as well as the principal curvature and directions.
|
the mean and Gaussian curvatures, as well as the principal curvature and directions.
|
||||||
|
- Added the option to use a variable sizing field for `CGAL::Polygon_mesh_processing::isotropic_remeshing()`,
|
||||||
|
and a sizing function based on a measure of local curvature for adaptive remeshing.
|
||||||
|
|
||||||
### [2D Arrangements](https://doc.cgal.org/6.0/Manual/packages.html#PkgArrangementOnSurface2)
|
### [2D Arrangements](https://doc.cgal.org/6.0/Manual/packages.html#PkgArrangementOnSurface2)
|
||||||
- Fixed a bug in the zone construction code applied to arrangements of geodesic arcs on a sphere,
|
- Fixed a bug in the zone construction code applied to arrangements of geodesic arcs on a sphere,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue