Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-01 11:58:36 +00:00
parent 6c56383ba9
commit 9b70538264
98 changed files with 1873 additions and 257 deletions

View File

@@ -77,6 +77,12 @@ BEGIN_OBJECT_REFLECTOR(osgFX::MultiTextureControl)
__unsigned_int__getNumTextureWeights,
"",
"");
I_ProtectedMethod0(void, updateStateSet,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__updateStateSet,
"",
"");
I_ArrayProperty(float, TextureWeight,
__float__getTextureWeight__unsigned_int,
__void__setTextureWeight__unsigned_int__float,