- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osg/TextureRectangle.cpp
r10970 r13041 46 46 { 47 47 // name will have already been set by the image plugin, 48 // but it will have absolute path, so will override it 48 // but it will have absolute path, so will override it 49 49 // here to keep the original name intact. 50 50 //image->setFileName(filename); 51 51 texture.setImage(image); 52 52 } 53 53 54 54 fr += 2; 55 55 iteratorAdvanced = true; 56 56 } 57 57 58 58 if (fr[0].matchWord("ImageSequence") || fr[0].matchWord("Image")) 59 59 { … … 90 90 91 91 if (!fileName.empty()) 92 { 92 { 93 93 fw.indent() << "file "<<fw.wrapString(fw.getFileNameForOutput(fileName))<< std::endl; 94 94 }
