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