- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgparticle/osgparticle.cpp
r1747 r1815 349 349 350 350 // set up the usage document, in case we need to print out how to use this program. 351 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] image_file_left_eye image_file_right_eye");351 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] image_file_left_eye image_file_right_eye"); 352 352 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 353 353 … … 378 378 return 1; 379 379 } 380 380 381 381 osg::Group *root = new osg::Group; 382 382 build_world(root);
