Updated wrappers

This commit is contained in:
Robert Osfield
2007-08-10 10:58:25 +00:00
parent 845fbf2358
commit ece6c2f672
5 changed files with 77 additions and 115 deletions

View File

@@ -65,7 +65,7 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::CullVisitor)
I_Method0(osgUtil::CullVisitor *, clone,
Properties::VIRTUAL,
__CullVisitor_P1__clone,
"Create a shallow copy on the CullVisitor. ",
"Create a shallow copy of the CullVisitor, used by CullVisitor::create() to clone the prototype. ",
"");
I_Method0(void, reset,
Properties::VIRTUAL,