mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Add help for new command line options.
This commit is contained in:
parent
240c8f68a5
commit
b2e4d85324
1 changed files with 3 additions and 0 deletions
|
@ -291,6 +291,9 @@ bool lcApplication::Initialize(int argc, char* argv[], const char* LibraryInstal
|
|||
printf(" -h, --height <height>: Sets the picture height.\n");
|
||||
printf(" -f, --from <time>: Sets the first frame or step to save pictures.\n");
|
||||
printf(" -t, --to <time>: Sets the last frame or step to save pictures.\n");
|
||||
printf(" -m, --model <model>: Sets the active submodel.\n");
|
||||
printf(" -c, --camera <camera>: Sets the active camera.\n");
|
||||
printf(" -t, --to <time>: Sets the last frame or step to save pictures.\n");
|
||||
printf(" --highlight: Highlight pieces in the steps they appear.\n");
|
||||
printf(" -wf, --export-wavefront <outfile.obj>: Exports the model to Wavefront format.\n");
|
||||
printf(" -3ds, --export-3ds <outfile.3ds>: Exports the model to 3DS format.\n");
|
||||
|
|
Loading…
Reference in a new issue