- Timestamp:
- 06/08/07 14:13:33 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcallback/osgcallback.cpp
r6767 r6908 153 153 // load the nodes from the commandline arguments. 154 154 osg::Node* rootnode = osgDB::readNodeFiles(arguments); 155 156 // if not loaded assume no arguments passed in, try use default mode instead. 157 if (!rootnode) rootnode = osgDB::readNodeFile("cow.osg"); 158 155 159 if (!rootnode) 156 160 {
