Updated osgWrappers.

This commit is contained in:
Robert Osfield
2005-05-08 18:37:13 +00:00
parent 7d6c90aaa4
commit cf6e081b93
8 changed files with 26 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ BEGIN_OBJECT_REFLECTOR(osg::StateSet)
Method1(void, removeUniform, IN, const std::string &, name);
Method1(void, removeUniform, IN, osg::Uniform *, uniform);
Method1(osg::Uniform *, getUniform, IN, const std::string &, name);
Method2(osg::Uniform *, getOrCreateUniform, IN, const std::string &, name, IN, osg::Uniform::Type, type);
Method1(const osg::Uniform *, getUniform, IN, const std::string &, name);
Method1(const osg::StateSet::RefUniformPair *, getUniformPair, IN, const std::string &, name);
Method1(void, setUniformList, IN, osg::StateSet::UniformList &, al);