add isotropic remeshing with sizing to CHANGES.md

This commit is contained in:
Jane Tournois 2023-11-27 09:52:49 +01:00
parent 05e6889e45
commit 7fda26f33f
1 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,8 @@ Release date: October 2023
- 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.
- 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)
- Fixed a bug in the zone construction code applied to arrangements of geodesic arcs on a sphere,