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

@@ -154,7 +154,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Geode)
Properties::VIRTUAL,
__void__releaseGLObjects__osg_State_P1,
"If State is non-zero, this function releases any associated OpenGL objects for the specified graphics context. ",
"Otherwise, releases OpenGL objexts for all graphics contexts. ");
"Otherwise, releases OpenGL objects for all graphics contexts. ");
I_SimpleProperty(const osg::BoundingBox &, BoundingBox,
__C5_BoundingBox_R1__getBoundingBox,
0);