Updated wrappers

This commit is contained in:
Robert Osfield
2008-10-06 17:15:16 +00:00
parent 1f4e712fd8
commit 6ec4c64914
5 changed files with 76 additions and 10 deletions

View File

@@ -59,9 +59,9 @@ BEGIN_OBJECT_REFLECTOR(osgDB::ImagePager)
__osg_Image_P1__readImageFile__C5_std_string_R1,
"",
"");
I_Method4(void, requestImageFile, IN, const std::string &, fileName, IN, osg::Object *, attachmentPoint, IN, double, timeToMergeBy, IN, const osg::FrameStamp *, framestamp,
I_Method5(void, requestImageFile, IN, const std::string &, fileName, IN, osg::Object *, attachmentPoint, IN, int, attachmentIndex, IN, double, timeToMergeBy, IN, const osg::FrameStamp *, framestamp,
Properties::VIRTUAL,
__void__requestImageFile__C5_std_string_R1__osg_Object_P1__double__C5_osg_FrameStamp_P1,
__void__requestImageFile__C5_std_string_R1__osg_Object_P1__int__double__C5_osg_FrameStamp_P1,
"",
"");
I_Method0(bool, requiresUpdateSceneGraph,