- Timestamp:
- 06/08/07 17:37:20 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgsimplifier/osgsimplifier.cpp
r5959 r6916 94 94 // read the scene from the list of file specified commandline args. 95 95 osg::ref_ptr<osg::Node> loadedModel = osgDB::readNodeFiles(arguments); 96 96 97 // if not loaded assume no arguments passed in, try use default mode instead. 98 if (!loadedModel) loadedModel = osgDB::readNodeFile("dumptruck.osg"); 99 97 100 // if no model has been successfully loaded report failure. 98 101 if (!loadedModel)
