Updated wrappers

This commit is contained in:
Robert Osfield
2007-08-10 17:44:54 +00:00
parent ece6c2f672
commit 0e475106dc
134 changed files with 355 additions and 312 deletions

View File

@@ -124,7 +124,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TextureRectangle)
Properties::NON_VIRTUAL,
__void__setTextureSize__int__int,
"Set the texture width and height. ",
"If width or height are zero then the repsective size value is calculated from the source image sizes.");
"If width or height are zero then the repsective size value is calculated from the source image sizes. ");
I_Method1(void, setTextureWidth, IN, int, width,
Properties::NON_VIRTUAL,
__void__setTextureWidth__int,