Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-01 19:53:14 +00:00
parent 053ba0c543
commit 523337ea20
4 changed files with 76 additions and 2 deletions

View File

@@ -139,6 +139,12 @@ BEGIN_OBJECT_REFLECTOR(osg::ImageStream)
__void__update,
"",
"");
I_ProtectedMethod0(void, applyLoopingMode,
Properties::VIRTUAL,
Properties::NON_CONST,
__void__applyLoopingMode,
"",
"");
I_SimpleProperty(double, Length,
__double__getLength,
0);