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