point sample texture filtering

The simplest technique for adding texture to a 3D model, point sampling selects a single texel to place on an appropriate pixel, then puts the same texel on pixels with similar properties. Since this technique can make a scene look blocky, it's unacceptable for true 3D gaming.

See also: texel