From Marco, updates to osgDB and .osg plugin to better handle reading of
objects of specified types.
This commit is contained in:
@@ -47,6 +47,11 @@ osg::Object* Input::readObjectOfType(const osg::Object& compObj)
|
||||
return Registry::instance()->readObjectOfType(compObj,*this);
|
||||
}
|
||||
|
||||
osg::Object* Input::readObjectOfType(const basic_type_wrapper &btw)
|
||||
{
|
||||
return Registry::instance()->readObjectOfType(btw,*this);
|
||||
}
|
||||
|
||||
osg::Object* Input::readObject()
|
||||
{
|
||||
return Registry::instance()->readObject(*this);
|
||||
|
||||
Reference in New Issue
Block a user