Texel (graphics)
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Texel_(graphics)"
.

A texel, or texture element (also texture pixel) is the fundamental unit of texture space[1], used in computer graphics. Textures are represented by arrays of texels, just as pictures are represented by arrays of pixels.

When texturing a 3D surface, a process known as texture mapping, the renderer maps texels to appropriate pixels in the output picture. On modern computers, this operation is accomplished on the graphics card.

When a texel is requested that is not on an integer position, texture filtering is applied.

Clamping & wrapping

When a texel is requested that is outside of the texture, a combination of two techniques are used. Clamping limits the texel to the texture size, moving it to the nearest if it is more than the texture size. Wrapping makes the texel move back into the texture by increments (each to size of the texture). Wrapping causes a texture to be repeated; clamping causes it to be in one spot only.

See also

References

  1. ^ Andrew Glassner, An Introduction to Ray Tracing, San Francisco: Morgan–Kaufmann, 1989
content
© jGames.co.uk 2007 (some content from Wikipedia under GDL ) !-- ValueClick Media 468x60 and 728x90 Banner CODE for jgames.co.uk -->
Your Ad Here