Apa Artinya Mip Mapping ? Pengertian singkat Bidang IT
Berikut ini adalah catatan (contekan) mengenai arti kata tersebut pada bidang IT (Teknologi Informasi):
- MIP mapping
- MIP mapping; Sebuah tehnik texture mapping yang menggunakan beberapa texture map atau MIP map. Setiap MIP map berukuran separuh dari yang pertama, menyediakan beberapa tekstur map untuk beberapa macam level kedalaman. MIP mapping dikombinasikan dengan beberapa tehnik untuk membuat jumlah realisme yang berbeda. MIP mapping biasanya digunakan dengan interpolasi bilinear dan selalu digunakan dengan interpolasi trilinear. MIP adalah singkatan dari “Multum In Parvo” dalam bahasa latin yang berarti “banyak dalam sebuah tempat yang kecil”.
- MIP mapping
- MIP mapping: A graphics term where viewing a distant texture-mapped object in a 3D world, many texels (texture elements) make up each pixel that you see on the screen. The textures often appear aliased or distorted, if point sampling, the most common texture mapping technique, is used. MIP-mapping solves that problem by pre-computing (that is, prefiltering) different levels of detail of your texture image and by accessing the appropriate level according to the object’s distance from the camera. For example, a texture image that is 16×16 texels has four more MIP-maps at lower resolutions, 8×8, 4×4, 2×2 and 1×1. Bilinear MIP-mapping chooses the closest MIP-map image to your pixel’s level of detail, and then performs a bilinear interpolation upon that texture image to get the color value for the pixel.
Dalam Graphic Card
#
Dalam Teknologi Komputer Intel
#