Struct
WadMiptexFile
since: 0
Description [src]
struct WadMiptexFile {
None texture_name;
guint32 width;
guint32 height;
None mip_images;
GArray* palette;
}
A mipmapped texture.
Structure members
texture_nameName of the texture.
widthWidth of the image, in pixels.
heightHeight of the image, in pixels.
mip_imagesAn array of mipmaps. The first is full size (ie. width*height pixels), the second is half size (width/2 * height/2), the third is quarter size, and the fourth is eighth size.
paletteImage color palette.
Available since: 0