[ Contact ] [ Links ] [ Previous : 22 / 25 : Using texture mip-map modes ] [ Up ] [ Next : 24 / 25 : Using texture magnification filters ]

Using texture minification filters

A Minification filter controls how a texture is interpolated when a scene pixel maps to multiple texture pixels (texels)

FASTEST Use fastest method
NICEST Use best looking method
BASE_LEVEL_POINT Use nearest texel in level 0 map
BASE_LEVEL_LINEAR Bilinearly interpolate 4 nearest texels in level 0 map
MULTI_LEVEL_POINT Use nearest texel in mip-mapped maps
MULTI_LEVEL_LINEAR Bilinearly interpolate 4 nearest texels in mip-mapped maps


See the "Links" link above to find out the sources of the proposed informations
Pascal Vuylsteker / eScience / Computer Science / ANU
Last modified: 20/4/2004
TOC - Print
Send your comments at :
<Hugh.Fisher@anu.edu.au>