Updated wrappers

This commit is contained in:
Robert Osfield
2006-12-05 22:10:36 +00:00
parent 3cab169b0d
commit 152c999f99

View File

@@ -17,6 +17,7 @@
#include <osg/PagedLOD>
#include <osg/State>
#include <osgDB/DatabasePager>
#include <osgDB/ReaderWriter>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
@@ -56,6 +57,10 @@ BEGIN_OBJECT_REFLECTOR(osgDB::DatabasePager)
__void__requestNodeFile__C5_std_string_R1__osg_Group_P1__float__C5_osg_FrameStamp_P1,
"Add a request to load a node file to end the the database request list. ",
"");
I_Method5(void, requestNodeFile, IN, const std::string &, fileName, IN, osg::Group *, group, IN, float, priority, IN, const osg::FrameStamp *, framestamp, IN, osgDB::ReaderWriter::Options *, loadOptions,
__void__requestNodeFile__C5_std_string_R1__osg_Group_P1__float__C5_osg_FrameStamp_P1__ReaderWriter_Options_P1,
"",
"");
I_Method0(void, run,
__void__run,
"Run does the database paging. ",