Changeset 1844 for OpenSceneGraph/trunk/examples/osganimate/osganimate.cpp
- Timestamp:
- 04/09/03 13:44:32 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osganimate/osganimate.cpp
r1832 r1844 194 194 195 195 // set up the usage document, in case we need to print out how to use this program. 196 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates use of osg::AnimationPath and UpdateCallbacks for adding animation to your scenes."); 196 197 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 197 198 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");
