The simplest form of texture mapping. The texture coordinates of a polygon are linearly interpolated across the polygon surface. This technique does not account for perspective and therefore produces swimming texture effects.
A combination of a set of linear transformations, usually stored in a single matrix. Affine transformations include rotation, scaling, translation and shear.
The effect produced when a complex image is put onto a display with a limited resolution. This effect is a product of downsampling. Examples include jagged looking lines in lower resolutions.
This is the process that gets rid of the aliasing effect. A filtering process is normally used in the process that removes "jaggedness effect" produced by pixels.
a collection of data and routines that act on the data. It might also be a collection of routines that provides a cohesive set of services even if no common data is involved. Examples include a source file in C, a class in C++, a package in Ada, and a unit in some versions of Pascal.
The Game Dictionary™ is a trademark of GameDev.net LLC. No duplication, reproduction, or transmission of the Game Dictionary or its content is allowed without the consent of GameDev.net LLC.