- Timestamp:
- 12/10/07 18:30:18 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgphotoalbum/osgphotoalbum.cpp
r7565 r7648 677 677 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates use node masks to create stereo images."); 678 678 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] image_file [image_file]"); 679 arguments.getApplicationUsage()->addCommandLineOption("-d <float>","Time delay in s ceonds between the display of successive image pairs when in auto advance mode.");679 arguments.getApplicationUsage()->addCommandLineOption("-d <float>","Time delay in seconds between the display of successive image pairs when in auto advance mode."); 680 680 arguments.getApplicationUsage()->addCommandLineOption("-a","Enter auto advance of image pairs on start up."); 681 681 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); … … 688 688 viewer.setThreadingModel(osgViewer::Viewer::SingleThreaded); 689 689 690 // register the handler to add keyboard and mo sue handling.690 // register the handler to add keyboard and mouse handling. 691 691 SlideEventHandler* seh = new SlideEventHandler(); 692 692 viewer.addEventHandler(seh); … … 712 712 arguments.reportRemainingOptionsAsUnrecognized(); 713 713 714 // report any errors if they have occur ed when parsing the program aguments.714 // report any errors if they have occurred when parsing the program arguments. 715 715 if (arguments.errors()) 716 716 {
