Refactored the DotOsgWrapper support in osgDB::Registry so it's now provided by the osgDB::DeprecatedDotOsgWrapperManager.

This commit is contained in:
Robert Osfield
2010-01-25 17:07:25 +00:00
parent 470abf4527
commit 27c99ff0c8
8 changed files with 828 additions and 762 deletions

View File

@@ -136,7 +136,7 @@ std::string Output::wrapString(const std::string& str)
bool Output::writeObject(const osg::Object& obj)
{
return Registry::instance()->writeObject(obj,*this);
return Registry::instance()->getDeprecatedDotOsgObjectWrapperManager()->writeObject(obj,*this);
}