Changeset 6908 for OpenSceneGraph/trunk/examples/osgclip/osgclip.cpp
- Timestamp:
- 06/08/07 14:13:33 (6 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgclip/osgclip.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgclip/osgclip.cpp
r5920 r6908 101 101 // load the nodes from the commandline arguments. 102 102 osg::Node* loadedModel = osgDB::readNodeFiles(arguments); 103 104 105 // if not loaded assume no arguments passed in, try use default mode instead. 106 if (!loadedModel) loadedModel = osgDB::readNodeFile("cow.osg"); 107 108 103 109 if (!loadedModel) 104 110 {
