Skip to content

Commit

Permalink
...buffer not reloaded...
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Feb 13, 2025
1 parent a5c5a53 commit b1e992c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b1e992c

Please sign in to comment.