- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtexture3D/osgtexture3D.cpp
r1756 r1815 219 219 220 220 // set up the usage document, in case we need to print out how to use this program. 221 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");221 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 222 222 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 223 223 … … 248 248 return 1; 249 249 } 250 250 251 251 // create a model from the images. 252 252 osg::Node* rootNode = createModel();
