Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-11 12:35:10 +00:00
parent 640999dea6
commit 3341c42873
6 changed files with 58 additions and 9 deletions

View File

@@ -306,11 +306,21 @@ BEGIN_OBJECT_REFLECTOR(osg::StateSet)
__void__setAssociatedModes__C5_StateAttribute_P1__StateAttribute_GLModeValue,
"",
"");
I_Method1(void, removeAssociatedModes, IN, const osg::StateAttribute *, attribute,
Properties::NON_VIRTUAL,
__void__removeAssociatedModes__C5_StateAttribute_P1,
"",
"");
I_Method3(void, setAssociatedTextureModes, IN, unsigned int, unit, IN, const osg::StateAttribute *, attribute, IN, osg::StateAttribute::GLModeValue, value,
Properties::NON_VIRTUAL,
__void__setAssociatedTextureModes__unsigned_int__C5_StateAttribute_P1__StateAttribute_GLModeValue,
"",
"");
I_Method2(void, removeAssociatedTextureModes, IN, unsigned int, unit, IN, const osg::StateAttribute *, attribute,
Properties::NON_VIRTUAL,
__void__removeAssociatedTextureModes__unsigned_int__C5_StateAttribute_P1,
"",
"");
I_MethodWithDefaults2(void, addUniform, IN, osg::Uniform *, uniform, , IN, osg::StateAttribute::OverrideValue, value, osg::StateAttribute::ON,
Properties::NON_VIRTUAL,
__void__addUniform__Uniform_P1__StateAttribute_OverrideValue,