Updated wrappers
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#endif
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgManipulator::Constraint)
|
||||
I_DeclaringFile("osgManipulator/Constraint");
|
||||
I_BaseType(osg::Referenced);
|
||||
I_Method1(bool, constrain, IN, osgManipulator::MotionCommand &, x,
|
||||
Properties::VIRTUAL,
|
||||
@@ -93,6 +94,7 @@ BEGIN_OBJECT_REFLECTOR(osgManipulator::Constraint)
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgManipulator::GridConstraint)
|
||||
I_DeclaringFile("osgManipulator/Constraint");
|
||||
I_BaseType(osgManipulator::Constraint);
|
||||
I_Constructor3(IN, osg::Node &, refNode, IN, const osg::Vec3d &, origin, IN, const osg::Vec3d &, spacing,
|
||||
____GridConstraint__osg_Node_R1__C5_osg_Vec3d_R1__C5_osg_Vec3d_R1,
|
||||
|
||||
Reference in New Issue
Block a user