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

@@ -169,7 +169,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Texture2D)
Properties::NON_VIRTUAL,
__void__setNumMipmapLevels__unsigned_int,
"Helper function. ",
"Sets the number of mipmap levels created for this texture. Should only be called within an osg::Texuture::apply(), or during a custom OpenGL texture load. ");
"Sets the number of mipmap levels created for this texture. Should only be called within an osg::Texture::apply(), or during a custom OpenGL texture load. ");
I_Method0(unsigned int, getNumMipmapLevels,
Properties::NON_VIRTUAL,
__unsigned_int__getNumMipmapLevels,