Changeset 6916 for OpenSceneGraph/trunk/examples/osgreflect/osgreflect.cpp
- Timestamp:
- 06/08/07 17:37:20 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgreflect/osgreflect.cpp
r6163 r6916 332 332 // read the scene from the list of file specified commandline args. 333 333 osg::ref_ptr<osg::Node> loadedModel = osgDB::readNodeFiles(arguments); 334 335 // if not loaded assume no arguments passed in, try use default mode instead. 336 if (!loadedModel) loadedModel = osgDB::readNodeFile("cessna.osg"); 334 337 335 338 // if no model has been successfully loaded report failure.
