Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods
to help enable better querying of supported features
This commit is contained in:
@@ -23,7 +23,10 @@
|
||||
class ReaderWriterLWS : public osgDB::ReaderWriter
|
||||
{
|
||||
public:
|
||||
ReaderWriterLWS() {}
|
||||
ReaderWriterLWS()
|
||||
{
|
||||
supportsExtension("lws","Lightwave scene format");
|
||||
}
|
||||
|
||||
virtual const char* className() const { return "ReaderWriterLWS"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user