- Timestamp:
- 06/14/11 18:54:20 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgsimplifier/osgsimplifier.cpp
r6941 r12529 103 103 104 104 // if not loaded assume no arguments passed in, try use default mode instead. 105 if (!loadedModel) loadedModel = osgDB::readNodeFile("dumptruck.osg ");105 if (!loadedModel) loadedModel = osgDB::readNodeFile("dumptruck.osgt"); 106 106 107 107 // if no model has been successfully loaded report failure.
