Changeset 6916 for OpenSceneGraph/trunk/examples/osgpick/osgpick.cpp
- Timestamp:
- 06/08/07 17:37:20 (6 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgpick/osgpick.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgpick/osgpick.cpp
r6183 r6916 214 214 // read the scene from the list of file specified commandline args. 215 215 osg::ref_ptr<osg::Node> scene = osgDB::readNodeFiles(arguments); 216 217 // if not loaded assume no arguments passed in, try use default mode instead. 218 if (!scene) scene = osgDB::readNodeFile("fountain.osg"); 216 219 217 220 osg::ref_ptr<osg::Group> group = dynamic_cast<osg::Group*>(scene.get());
