Changeset 1844 for OpenSceneGraph/trunk/examples/osgclip/osgclip.cpp
- Timestamp:
- 04/09/03 13:44:32 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgclip/osgclip.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgclip/osgclip.cpp
r1832 r1844 132 132 133 133 // set up the usage document, in case we need to print out how to use this program. 134 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates use multi-pass and osg::ClipNode to clip parts of the scene away.."); 134 135 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 135 136 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");
