Changeset 9692 for OpenSceneGraph/trunk/examples/osgcluster/osgcluster.cpp
- Timestamp:
- 02/06/09 16:17:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcluster/osgcluster.cpp
r9637 r9692 414 414 void CameraPacket::writeEventQueue(osgViewer::Viewer& viewer) 415 415 { 416 osg::notify(osg::INFO)<<"rec ieved events = "<<_events.size()<<std::endl;416 osg::notify(osg::INFO)<<"received events = "<<_events.size()<<std::endl; 417 417 418 418 viewer.getEventQueue()->appendEvents(_events); … … 438 438 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 439 439 arguments.getApplicationUsage()->addCommandLineOption("-m","Set viewer to MASTER mode, sending view via packets."); 440 arguments.getApplicationUsage()->addCommandLineOption("-s","Set viewer to SLAVE mode, rec iving view via packets.");440 arguments.getApplicationUsage()->addCommandLineOption("-s","Set viewer to SLAVE mode, receiving view via packets."); 441 441 arguments.getApplicationUsage()->addCommandLineOption("-n <int>","Socket number to transmit packets"); 442 442 arguments.getApplicationUsage()->addCommandLineOption("-f <float>","Field of view of camera");
