- Timestamp:
- 11/02/05 15:24:29 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgparametric/osgparametric.cpp
r4352 r4661 250 250 while(arguments.read("-s",shader)) {} 251 251 252 std::string textureFileName(" lz.rgb");252 std::string textureFileName("Images/lz.rgb"); 253 253 while(arguments.read("-t",textureFileName)) {} 254 254
