NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
Number | Name | Description |
---|---|---|
0 | FILTER_NEAREST | Nearest neighbor. Uses nearest texel with no mipmapping. |
1 | FILTER_BILERP | Bilinear. Linear interpolation with no mipmapping. |
2 | FILTER_TRILERP | Trilinear. Linear intepolation between 8 texels (4 nearest texels between 2 nearest mip levels). |
3 | FILTER_NEAREST_MIPNEAREST | Nearest texel on nearest mip level. |
4 | FILTER_NEAREST_MIPLERP | Linear interpolates nearest texel between two nearest mip levels. |
5 | FILTER_BILERP_MIPNEAREST | Linear interpolates on nearest mip level. |
6 | FILTER_ANISOTROPIC | Anisotropic filtering. One or many trilinear samples depending on anisotropy. |