- Timestamp:
- 07/22/03 10:42:14 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtexturerectangle/osgtexturerectangle.cpp
r1983 r2059 274 274 275 275 // create a model from the images. 276 osg::Node* rootNode = createModel((arguments.argc() > 1 ? arguments[1] : " lz.rgb"));276 osg::Node* rootNode = createModel((arguments.argc() > 1 ? arguments[1] : "Images/lz.rgb")); 277 277 278 278 // add model to viewer.
