...buffer not reloaded...

This commit is contained in:
Sébastien Loriot 2025-02-13 18:23:17 +01:00
parent bd5a86f868
commit a6c6d9b9fa
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ is given in \ref Polygon_mesh_processing/delaunay_remeshing_example.cpp
This method is a vertex clustering based remeshing algorithm. It is based on
\cgalCite{cgal:vc-acvdupmc-04} and extended in \cgalCite{cgal:audette2011approach} and \cgalCite{cgal:vcp-grtmmdvd-08}.
The function `CGAL::Polygon_mesh_processing::acvd_isotropic_remeshing()` takes as input a triangle mesh and
The function `CGAL::Polygon_mesh_processing::approximated_centroidal_Voronoi_diagram_remeshing()` takes as input a triangle mesh and
the expected number of output vertices, and it updates the mesh with the remeshed version.
The number of vertices in the output mesh might be larger than the input parameters if the input is not closed
or if the budget of points provided is too low to generate a manifold output mesh.