NIF File Format Documentation

NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

MipMapFormat

An unsigned 32-bit integer, describing how mipmaps are handled in a texture.

Choices

Number Name Description
0 MIP_FMT_NO Texture does not use mip maps.
1 MIP_FMT_YES Texture uses mip maps.
2 MIP_FMT_DEFAULT Use default setting.

Storage Type

unsigned int

Found In