- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osg/Texture2D.cpp
r10970 r13041 55 55 { 56 56 // name will have already been set by the image plugin, 57 // but it will have absolute path, so will override it 57 // but it will have absolute path, so will override it 58 58 // here to keep the original name intact. 59 59 //image->setFileName(filename); 60 60 texture.setImage(image); 61 61 } 62 62 63 63 fr += 2; 64 64 iteratorAdvanced = true; 65 65 } 66 66 67 67 if (fr[0].matchWord("ImageSequence") || fr[0].matchWord("Image")) 68 68 { … … 98 98 99 99 if (!fileName.empty()) 100 { 100 { 101 101 fw.indent() << "file "<<fw.wrapString(fw.getFileNameForOutput(fileName))<< std::endl; 102 102 }
