- Timestamp:
- 06/08/07 17:37:20 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmultitexture/osgmultitexture.cpp
r5927 r6916 28 28 // load the nodes from the commandline arguments. 29 29 osg::Node* rootnode = osgDB::readNodeFiles(arguments); 30 31 // if not loaded assume no arguments passed in, try use default mode instead. 32 if (!rootnode) rootnode = osgDB::readNodeFile("cessnafire.osg"); 33 30 34 if (!rootnode) 31 35 {
