Changeset 7648 for OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
- Timestamp:
- 12/10/07 18:30:18 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
r6941 r7648 1394 1394 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates use node masks to create stereo images."); 1395 1395 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] image_file_left_eye image_file_right_eye"); 1396 arguments.getApplicationUsage()->addCommandLineOption("-d <float>","Time delay in s ceonds between the display of successive image pairs when in auto advance mode.");1396 arguments.getApplicationUsage()->addCommandLineOption("-d <float>","Time delay in seconds between the display of successive image pairs when in auto advance mode."); 1397 1397 arguments.getApplicationUsage()->addCommandLineOption("-a","Enter auto advance of image pairs on start up."); 1398 1398 arguments.getApplicationUsage()->addCommandLineOption("-x <float>","Horizontal offset of left and right images."); … … 1404 1404 1405 1405 1406 // register the handler to add keyboard and mo sue handling.1406 // register the handler to add keyboard and mouse handling. 1407 1407 GameEventHandler* seh = new GameEventHandler(); 1408 1408 viewer.addEventHandler(seh); … … 1422 1422 arguments.reportRemainingOptionsAsUnrecognized(); 1423 1423 1424 // report any errors if they have occur ed when parsing the program aguments.1424 // report any errors if they have occurred when parsing the program arguments. 1425 1425 if (arguments.errors()) 1426 1426 {
