Skip to content

Commit

Permalink
Update visualisation/polyMeshColorize.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: David Coeurjolly <[email protected]>
  • Loading branch information
kerautret and dcoeurjo authored May 25, 2024
1 parent 742d02f commit f9cd63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualisation/polyMeshColorize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ int main(int argc, char** argv)

// parse command line using CLI ----------------------------------------------
CLI::App app;
app.description("polyMeshColorize tool to colorize a mesh (faces). Note that the process relies on the halfedge data structure that can fail if the input is not topologically consistant. If you want use other type of mesh, you can use meshViewerEdit that is based on the simple soup of triangles process (slower selection process). \n"
app.description("polyMeshColorize tool to colorize a mesh (faces). Note that the process relies on the halfedge data structure that can fail if the input is not topologically consistent. If you want use other type of mesh, you can use meshViewerEdit that is based on the simple soup of triangles process (slower selection process). \n"
" polyMeshColorize $DGtal/examples/samples/bunnyhead.obj bunnyColored.obj \n");
app.add_option("-i,--input,1", inputFileName, "an input mesh file in .obj or .off format." )
->required()
Expand Down

0 comments on commit f9cd63c

Please sign in to comment.