- Timestamp:
- 07/14/08 00:18:59 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/Inventor/ReaderWriterIV.h
r7348 r8578 20 20 } 21 21 22 virtual bool acceptsExtension(const std::string& extension) const23 {24 return isInventorExtension(extension) ? true :25 osgDB::equalCaseInsensitive(extension, "wrl") ? true : false;26 }27 28 22 virtual ReadResult readNode(const std::string& filename, 29 23 const osgDB::ReaderWriter::Options *) const;
