Updated wrappers

This commit is contained in:
Robert Osfield
2007-04-16 12:21:07 +00:00
parent 47add5a42c
commit c0bd295db2
2 changed files with 14 additions and 0 deletions

View File

@@ -121,6 +121,10 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::StateGraph)
__void__moveToRootStateGraph__osg_State_R1__StateGraph_P1_S,
"",
"");
I_StaticMethod2(int, numToPop, IN, osg::State &, state, IN, osgUtil::StateGraph *, sg_curr,
__int__numToPop__osg_State_R1__StateGraph_P1_S,
"",
"");
I_SimpleProperty(float, AverageDistance,
__float__getAverageDistance,
0);