Updated wrappers

This commit is contained in:
Robert Osfield
2007-09-14 11:02:06 +00:00
parent 69de74aedf
commit 97b66b877d
13 changed files with 303 additions and 33 deletions

View File

@@ -33,8 +33,8 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgGA::MatrixManipulator)
I_Method0(const char *, className,
Properties::VIRTUAL,
__C5_char_P1__className,
"return the name of the object's class type. ",
"Must be defined by derived classes. ");
"",
"");
I_Method1(void, setMinimumDistance, IN, float, minimumDistance,
Properties::VIRTUAL,
__void__setMinimumDistance__float,