Converted plugins to use the new supportsExtension()/supportsOptions/supportsProtocl() methods
to help enable better querying of supported features
This commit is contained in:
@@ -86,7 +86,12 @@
|
||||
class NetReader : public osgDB::ReaderWriter
|
||||
{
|
||||
public:
|
||||
NetReader() {}
|
||||
NetReader()
|
||||
{
|
||||
supportsProtocol("http","HTTP Protocol");
|
||||
supportsExtension("net","Psuedo loader extension for selecting NET plugin");
|
||||
supportsExtension("*","Passes all file loading onto other plugins");
|
||||
}
|
||||
|
||||
virtual const char* className() const { return "HTTP Protocol Model Reader"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user