- Timestamp:
- 06/14/11 18:54:20 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgdirectinput/osgdirectinput.cpp
r12292 r12529 98 98 osg::ArgumentParser arguments( &argc, argv ); 99 99 osg::Node* model = osgDB::readNodeFiles( arguments ); 100 if ( !model ) model = osgDB::readNodeFile( "cow.osg " );100 if ( !model ) model = osgDB::readNodeFile( "cow.osgt" ); 101 101 if ( !model ) 102 102 {
