Fixed wrappers
This commit is contained in:
@@ -302,7 +302,7 @@ class OSG_EXPORT Image : public Object
|
||||
return getMipmapData(mipmapLevel) + (column*getPixelSizeInBits())/8+row*getRowSizeInBytes();
|
||||
}*/
|
||||
|
||||
/** Build all mipmap levels and change the image type to \"contain mipmaps\" **/
|
||||
/** Build all mipmap levels and change the image type to contain mipmaps **/
|
||||
void buildMipmaps();
|
||||
|
||||
/** Return true if this image is translucent - i.e. it has alpha values that are less 1.0 (when normalized). */
|
||||
|
||||
@@ -353,7 +353,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Image)
|
||||
I_Method0(void, buildMipmaps,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__buildMipmaps,
|
||||
"Build all mipmap levels and change the image type to \\"contain mipmaps\\". ",
|
||||
"Build all mipmap levels and change the image type to contain mipmaps. ",
|
||||
"");
|
||||
I_Method0(bool, isImageTranslucent,
|
||||
Properties::NON_VIRTUAL,
|
||||
|
||||
Reference in New Issue
Block a user