Updated wrappers

This commit is contained in:
Robert Osfield
2008-12-12 14:16:11 +00:00
parent 946175385f
commit 6b5a1ac2da
2 changed files with 5 additions and 6 deletions

View File

@@ -41,17 +41,17 @@ BEGIN_OBJECT_REFLECTOR(osgGA::StateSetManipulator)
I_Method1(void, setStateSet, IN, osg::StateSet *, x,
Properties::VIRTUAL,
__void__setStateSet__osg_StateSet_P1,
"attach a STATESTATE to the manipulator to be used for specifying view. ",
"attach a StateSet to the manipulator to be used for specifying view. ",
"");
I_Method0(osg::StateSet *, getStateSet,
Properties::VIRTUAL,
__osg_StateSet_P1__getStateSet,
"get the attached a STATESTATE. ",
"get the attached a StateSet. ",
"");
I_Method0(const osg::StateSet *, getStateSet,
Properties::VIRTUAL,
__C5_osg_StateSet_P1__getStateSet,
"get the attached a STATESTATE. ",
"get the attached a StateSet. ",
"");
I_Method2(bool, handle, IN, const osgGA::GUIEventAdapter &, ea, IN, osgGA::GUIActionAdapter &, us,
Properties::VIRTUAL,

View File

@@ -217,9 +217,8 @@ END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgViewer::RecordCameraPathHandler)
I_DeclaringFile("osgViewer/ViewerEventHandlers");
I_BaseType(osgGA::GUIEventHandler);
I_ConstructorWithDefaults1(IN, const std::string &, filename, "saved_animation.path",
Properties::NON_EXPLICIT,
____RecordCameraPathHandler__C5_std_string_R1,
I_ConstructorWithDefaults2(IN, const std::string &, filename, "saved_animation.path", IN, float, fps, 25.0f,
____RecordCameraPathHandler__C5_std_string_R1__float,
"",
"");
I_Method1(void, setKeyEventToggleRecord, IN, int, key,