Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-10 20:35:50 +00:00
parent c43606e3fe
commit aa24c273c7
83 changed files with 200 additions and 214 deletions

View File

@@ -143,7 +143,7 @@ BEGIN_OBJECT_REFLECTOR(osg::ProxyNode)
Properties::NON_VIRTUAL,
__void__setRadius__float,
"Set the object-space reference radius of the volume enclosed by the ProxyNode. ",
"Used to detmine the bounding sphere of the ProxyNode in the absense of any children. ");
"Used to determine the bounding sphere of the ProxyNode in the absence of any children. ");
I_Method0(float, getRadius,
Properties::NON_VIRTUAL,
__float__getRadius,