Internet
Fact-checked

At EasyTechJunkie, we're committed to delivering accurate, trustworthy information. Our expert-authored content is rigorously fact-checked and sourced from credible authorities. Discover how we uphold the highest standards in providing you with reliable knowledge.

Learn more...

What is a MIP Map?

G. Wiesen
G. Wiesen

A MIP map is a type of texture map used in three-dimensional (3D) computer graphics for use in applications such as video games and simulators. MIP maps are used to create less detailed textures for objects in a 3D space, to allow for distant objects to be more easily rendered in less detail. These MIP maps are typically referred to as “levels” with an original, high resolution image being regarded as level 0, the next map of reduced quality is level 1, the lower quality map after that is level 2, and so on. A MIP map system is often used to reduce the workload on computer and other graphics renderers as large 3D scenes are displayed in a game or other application.

The origin of the term “MIP map” comes from an acronym for the Latin phrase multum in parvo, which roughly translates to “much in a small space.” This refers to the overall MIP map file that typically includes the original high resolution texture map and the collected MIP maps of that image as well. The smaller MIP maps are generally created by halving the resolution of the original image, then halving each MIP map to create subsequently smaller images. For example, a texture map might have a resolution of 256x256, referring to the number of pixels or picture elements making up the length and width of the image; this image would be applied to an object in 3D animation to give it a realistic appearance.

Woman doing a handstand with a computer
Woman doing a handstand with a computer

The level 1 MIP map for this texture would likely be reduced from that original image to 128x128, keeping all of the original picture information but reducing the quality and detail levels. Continuing with this example, the level 2 MIP map would be 64x64, level 3 would be 32x32, then 16x16, 8x8, 4x4, and finally 2x2. Anything smaller than this level would be a single pixel and not very useful for rendering. When a user plays a video game or similar application and an object first comes into view, it would likely use one of the lowest resolutions, replacing the texture map with increasingly higher resolutions as the player approached the object.

This process also helps reduce the moiré pattern often seen in video applications and early 3D animation. This pattern occurs when a distant object in a game has more texture pixels than there are actual pixels to display the image. When this happens, the resulting distant images become jagged and jumpy as image data is lost and cannot be displayed. By using lower resolution textures, the distant object can have a number of texture pixels less than the displayed pixels and display a lower quality but complete image.

Discuss this Article

Post your comments
Login:
Forgot password?
Register:
    • Woman doing a handstand with a computer
      Woman doing a handstand with a computer