- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/osgtgz/ReaderWriterOSGTGZ.cpp
r11523 r13041 26 26 { 27 27 public: 28 28 29 29 sgReaderWriterOSGTGZ() 30 30 { 31 31 supportsExtension("osgtgz","OpenSceneGraph tar gzid'd archive format"); 32 32 } 33 33 34 34 virtual const char* className() const { return "OSGTGZ Database Reader/Writer"; } 35 35 … … 80 80 81 81 osg::ref_ptr<osg::Group> grp = new osg::Group; 82 82 83 83 osg::ref_ptr<osgDB::ReaderWriter::Options> local_options = options ? static_cast<osgDB::ReaderWriter::Options*>(options->clone(osg::CopyOp::SHALLOW_COPY)) : new osgDB::ReaderWriter::Options; 84 84 local_options->getDatabasePathList().push_front(dirname);
