Added next stage of support for osg::Uniform in .osg plugin

This commit is contained in:
Robert Osfield
2005-04-18 12:34:28 +00:00
parent 0a995f8093
commit 648677ce44
5 changed files with 51 additions and 2 deletions

View File

@@ -72,6 +72,10 @@ osg::StateAttribute* Input::readStateAttribute()
{
return Registry::instance()->readStateAttribute(*this);
}
osg::Uniform* Input::readUniform()
{
return Registry::instance()->readUniform(*this);
}
osg::Node* Input::readNode()
{