Updated wrappers

This commit is contained in:
Robert Osfield
2007-07-02 13:16:54 +00:00
parent e5a6b1a834
commit 1522002b47

View File

@@ -761,12 +761,12 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::SceneView)
__bool__getStats__Statistics_R1,
"Extract stats for current draw list. ",
"");
I_ProtectedMethod5(void, cullStage, IN, const osg::Matrixd &, projection, IN, const osg::Matrixd &, modelview, IN, osgUtil::CullVisitor *, cullVisitor, IN, osgUtil::StateGraph *, rendergraph, IN, osgUtil::RenderStage *, renderStage,
I_ProtectedMethod5(bool, cullStage, IN, const osg::Matrixd &, projection, IN, const osg::Matrixd &, modelview, IN, osgUtil::CullVisitor *, cullVisitor, IN, osgUtil::StateGraph *, rendergraph, IN, osgUtil::RenderStage *, renderStage,
Properties::VIRTUAL,
Properties::NON_CONST,
__void__cullStage__C5_osg_Matrixd_R1__C5_osg_Matrixd_R1__osgUtil_CullVisitor_P1__osgUtil_StateGraph_P1__osgUtil_RenderStage_P1,
__bool__cullStage__C5_osg_Matrixd_R1__C5_osg_Matrixd_R1__osgUtil_CullVisitor_P1__osgUtil_StateGraph_P1__osgUtil_RenderStage_P1,
"Do cull traversal of attached scene graph using Cull NodeVisitor. ",
"");
"Return true if computeNearFar has been done during the cull traversal. ");
I_ProtectedMethod0(const osg::Matrix, computeMVPW,
Properties::NON_VIRTUAL,
Properties::CONST,