point sampling

point sampling

Also called "nearest neighbor," it is the simplest form of texture mapping, which is often associated with low-end games and applications that do not demand much realism. An algorithm is used to map a screen pixel to the corresponding point on the texture map. The attributes (color, alpha, etc.) of the nearest texel are then directly applied to the screen pixel. The process is repeated for each pixel forming the object being textured. See texture map, bilinear interpolation, trilinear interpolation and MIP mapping.