Skip to content

Commit

Permalink
From Alberto Luaces, "Documentation for -p and --speed options in osg…
Browse files Browse the repository at this point in the history
…viewer"
  • Loading branch information
robertosfield committed Jun 28, 2013
1 parent 22e49af commit 8636876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/osgviewer/osgviewer.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ int main(int argc, char** argv)
arguments.getApplicationUsage()->addCommandLineOption("--image <filename>","Load an image and render it on a quad"); arguments.getApplicationUsage()->addCommandLineOption("--image <filename>","Load an image and render it on a quad");
arguments.getApplicationUsage()->addCommandLineOption("--dem <filename>","Load an image/DEM and render it on a HeightField"); arguments.getApplicationUsage()->addCommandLineOption("--dem <filename>","Load an image/DEM and render it on a HeightField");
arguments.getApplicationUsage()->addCommandLineOption("--login <url> <username> <password>","Provide authentication information for http file access."); arguments.getApplicationUsage()->addCommandLineOption("--login <url> <username> <password>","Provide authentication information for http file access.");
arguments.getApplicationUsage()->addCommandLineOption("-p <filename>","Play specified camera path animation file, previously saved with 'z' key.");
arguments.getApplicationUsage()->addCommandLineOption("--speed <factor>","Speed factor for animation playing (1 == normal speed).");
arguments.getApplicationUsage()->addCommandLineOption("--device <device-name>","add named device to the viewer"); arguments.getApplicationUsage()->addCommandLineOption("--device <device-name>","add named device to the viewer");


osgViewer::Viewer viewer(arguments); osgViewer::Viewer viewer(arguments);
Expand Down

0 comments on commit 8636876

Please sign in to comment.