Changeset 6916 for OpenSceneGraph/trunk/examples/osgscribe/osgscribe.cpp
- Timestamp:
- 06/08/07 17:37:20 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgscribe/osgscribe.cpp
r5954 r6916 24 24 // load the nodes from the commandline arguments. 25 25 osg::Node* loadedModel = osgDB::readNodeFiles(arguments); 26 27 // if not loaded assume no arguments passed in, try use default mode instead. 28 if (!loadedModel) loadedModel = osgDB::readNodeFile("cow.osg"); 29 26 30 if (!loadedModel) 27 31 {
