Updated wrappers

This commit is contained in:
Robert Osfield
2006-11-14 17:24:37 +00:00
parent 30ad811cac
commit 2fbda800b7
11 changed files with 282 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
#include <osg/Geode>
#include <osg/NodeVisitor>
#include <osg/Object>
#include <osg/RenderInfo>
#include <osg/State>
// Must undefine IN and OUT macros defined in Windows headers
@@ -106,8 +107,8 @@ BEGIN_OBJECT_REFLECTOR(osg::Geode)
__C5_DrawableList_R1__getDrawableList,
"Get the list of drawables. ",
"");
I_Method1(void, compileDrawables, IN, osg::State &, state,
__void__compileDrawables__State_R1,
I_Method1(void, compileDrawables, IN, osg::RenderInfo &, renderInfo,
__void__compileDrawables__RenderInfo_R1,
"Compile OpenGL Display List for each drawable. ",
"");
I_Method0(const osg::BoundingBox &, getBoundingBox,