Updated wrappers

This commit is contained in:
Robert Osfield 2007-04-26 08:26:10 +00:00
parent a1639c3d2d
commit 0df82ba60f

View File

@ -109,6 +109,11 @@ BEGIN_OBJECT_REFLECTOR(osg::ImageStream)
__LoopingMode__getLoopingMode,
"",
"");
I_Method0(double, getLength,
Properties::VIRTUAL,
__double__getLength,
"",
"");
I_Method1(void, setReferenceTime, IN, double, x,
Properties::VIRTUAL,
__void__setReferenceTime__double,
@ -134,6 +139,9 @@ BEGIN_OBJECT_REFLECTOR(osg::ImageStream)
__void__update,
"",
"");
I_SimpleProperty(double, Length,
__double__getLength,
0);
I_SimpleProperty(osg::ImageStream::LoopingMode, LoopingMode,
__LoopingMode__getLoopingMode,
__void__setLoopingMode__LoopingMode);