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