Updated wrappers

This commit is contained in:
Robert Osfield
2008-08-15 13:06:18 +00:00
parent 927942a0f8
commit c6c5cdaf89
3 changed files with 92 additions and 0 deletions

View File

@@ -77,6 +77,11 @@ BEGIN_OBJECT_REFLECTOR(osg::ImageStream)
__int__compare__C5_Image_R1,
"Return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. ",
"");
I_Method1(void, seek, IN, double, x,
Properties::VIRTUAL,
__void__seek__double,
"",
"");
I_Method0(void, play,
Properties::VIRTUAL,
__void__play,