Changeset 67 for osgVisual/src/core
- Timestamp:
- Jul 11, 2010, 1:31:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/core/visual_core.cpp
r58 r67 56 56 OSG_NOTIFY( osg::ALWAYS ) << "Initialize visual_core..." << std::endl; 57 57 58 // Process commandline arguments for configuration parameter59 processCommandlineArguments();60 61 58 // Add manipulators for user interaction 62 59 addManipulators(); … … 250 247 } 251 248 252 void visual_core::processCommandlineArguments() 253 { 254 std::cout << "Processing general commandline arguments..." << std::endl; 255 249 250 bool visual_core::checkCommandlineArgumentsForFinalErrors() 251 { 256 252 // Setup Application Usage 257 253 arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName()); … … 275 271 viewer->setDone(true); 276 272 } 277 } 278 279 bool visual_core::checkCommandlineArgumentsForFinalErrors() 280 { 273 281 274 // any option left unread are converted into errors to write out later. 282 275 arguments.reportRemainingOptionsAsUnrecognized();
Note: See TracChangeset
for help on using the changeset viewer.