MIP map

In computer graphics, a mipmap (also spelled mip-map) is a low-resolution copy of a texture used to improve performance. Mipmaps are stored in a hardware-specific format that allows the graphics hardware to access them quickly. When a texture is applied to a 3D object, the hardware looks up the mipmap that most closely matches the … Read more