- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglightpoint/osglightpoint.cpp
r1791 r1815 11 11 #include <osgDB/Registry> 12 12 #include <osgDB/ReadFile> 13 14 #include <osgGA/TrackballManipulator>15 #include <osgGA/FlightManipulator>16 #include <osgGA/DriveManipulator>17 13 18 14 #include <osgUtil/Optimizer> … … 120 116 121 117 // set up the usage document, in case we need to print out how to use this program. 122 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");118 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 123 119 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 124 120 … … 148 144 return 1; 149 145 } 150 151 146 152 147 osg::Group* rootnode = new osg::Group; 153 148
