Added new ReaderWriter methods for recording what protocols, extensions and options are
support by ReaderWriters
This commit is contained in:
@@ -13,6 +13,12 @@ using namespace osgDB;
|
||||
class ReaderWriterIVE : public ReaderWriter
|
||||
{
|
||||
public:
|
||||
|
||||
ReaderWriterIVE()
|
||||
{
|
||||
supportsExtension("ive","OpenSceneGraph native binary format");
|
||||
}
|
||||
|
||||
virtual const char* className() const { return "IVE Reader/Writer"; }
|
||||
|
||||
virtual bool acceptsExtension(const std::string& extension) const
|
||||
|
||||
Reference in New Issue
Block a user