Fixed discrete authalic example
This example is now used to illustrate the use of various border parameterizers
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user