About this document
Texture Mapping in Computer Graphics by omar agha is a document available to read on EtoBox.
Texture mapping allows using a single polygon with a repeating texture pattern instead of modeling every detail with geometry. This technique enhances visual realism. Textures are defined as pixmaps containing pixel values or procedural functions. Texture coordinates assigned to vertices are interpolated across polygons, but perspective projection causes distortion. To fix this, perspective correct interpolation linearly interpolates the inverse of the w coordinate instead of the texture coordinate directly
- Author
- omar agha
- Language
- EN