Updated wrappers.

This commit is contained in:
Robert Osfield
2005-12-15 19:38:24 +00:00
parent 2815622c35
commit fcff441d5f
3 changed files with 3 additions and 5 deletions

View File

@@ -83,9 +83,7 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::RenderBin)
I_Method1(void, setDrawCallback, IN, osgUtil::RenderBin::DrawCallback *, drawCallback);
I_Method0(osgUtil::RenderBin::DrawCallback *, getDrawCallback);
I_Method0(const osgUtil::RenderBin::DrawCallback *, getDrawCallback);
I_Method1(bool, getStats, IN, osgUtil::Statistics *, primStats);
I_Method1(void, getPrims, IN, osgUtil::Statistics *, primStats);
I_Method2(bool, getPrims, IN, osgUtil::Statistics *, primStats, IN, int, nbin);
I_Method1(bool, getStats, IN, osgUtil::Statistics &, primStats);
I_Method0(void, copyLeavesFromStateGraphListToRenderLeafList);
I_ReadOnlyProperty(int, BinNum);
I_Property(osgUtil::RenderBin::DrawCallback *, DrawCallback);

View File

@@ -104,7 +104,7 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::RenderStage)
I_Method1(void, addToDependencyList, IN, osgUtil::RenderStage *, rs);
I_Method1(void, addPreRenderStage, IN, osgUtil::RenderStage *, rs);
I_Method1(void, addPostRenderStage, IN, osgUtil::RenderStage *, rs);
I_Method1(bool, getStats, IN, osgUtil::Statistics *, primStats);
I_Method1(bool, getStats, IN, osgUtil::Statistics &, stats);
I_Property(osg::CameraNode *, CameraNode);
I_Property(bool, CameraRequiresSetUp);
I_Property(const osg::Vec4 &, ClearAccum);

View File

@@ -186,7 +186,7 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::SceneView)
I_Method0(void, releaseAllGLObjects);
I_Method0(void, flushAllDeletedGLObjects);
I_Method1(void, flushDeletedGLObjects, IN, double &, availableTime);
I_Method1(bool, getStats, IN, osgUtil::Statistics *, primStats);
I_Method1(bool, getStats, IN, osgUtil::Statistics &, primStats);
I_Property(int, ActiveUniforms);
I_Property(osg::CameraNode *, Camera);
I_Property(const osg::Vec4 &, ClearColor);