Changeset 1844 for OpenSceneGraph/trunk/examples/osgwindows/osgwindows.cpp
- Timestamp:
- 04/09/03 13:44:32 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgwindows/osgwindows.cpp
r1837 r1844 54 54 // set up the usage document, in case we need to print out how to use this program. 55 55 arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName()); 56 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the standard OpenSceneGraph example which loads and visualises 3d models.");56 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrate hows to set up programitically a Producer::CameraConfig and use it to set up multiple window views."); 57 57 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 58 58 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");
