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

@@ -130,7 +130,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Viewport)
Properties::NON_VIRTUAL,
__double__aspectRatio,
"Return the aspectRatio of the viewport, which is equal to width/height. ",
"If height is zero, the potental division by zero is avoided by simply returning 1.0f. ");
"If height is zero, the potential division by zero is avoided by simply returning 1.0f. ");
I_Method0(const osg::Matrix, computeWindowMatrix,
Properties::NON_VIRTUAL,
__C5_osg_Matrix__computeWindowMatrix,