Fixed discrete authalic example

This example is now used to illustrate the use of various border parameterizers
This commit is contained in:
Mael Rouxel-Labbé
2017-06-22 16:14:55 +02:00
parent 656d996e6f
commit bb9230f4ff
5 changed files with 38 additions and 36 deletions
@@ -31,7 +31,7 @@ int main(int argc, char * argv[])
SurfaceMesh sm;
in >> sm;
// An edge on the border
// An halfedge on the border
halfedge_descriptor hd = CGAL::Polygon_mesh_processing::longest_border(sm).first;
// The UV property map that holds the parameterized values