correct name in the help line
This commit is contained in:
parent
81e0f25754
commit
f24e4b2da1
|
@ -42,7 +42,7 @@ int main(int argc, char **argv)
|
||||||
printf(
|
printf(
|
||||||
"\n trimesh_ball_pivoting ("__DATE__")\n"
|
"\n trimesh_ball_pivoting ("__DATE__")\n"
|
||||||
" Visual Computing Group I.S.T.I. C.N.R.\n"
|
" Visual Computing Group I.S.T.I. C.N.R.\n"
|
||||||
"Usage: PlyRefine filein.ply fileout.ply [opt] \n"
|
"Usage: trimesh_ball_pivoting filein.ply fileout.ply [opt]\n"
|
||||||
"options: \n"
|
"options: \n"
|
||||||
"-r <val> radius of the rolling ball\n"
|
"-r <val> radius of the rolling ball\n"
|
||||||
"-c <val> clustering radius (as fraction of radius) default: 0.05\n"
|
"-c <val> clustering radius (as fraction of radius) default: 0.05\n"
|
||||||
|
|
Loading…
Reference in New Issue