Latest update

6/recent/ticker-posts

Texture Element (Texel)

A texture element (texel) is the basic unit of texture space that is used in computer graphics. An array of texels make up a texture, lust like a picture is made up of an array of pixels. But there is a difference between texel and pixel when talking about 3-D graphics and most parts of a 3-D rendition.

A texture element is also known as a texture pixel. 

The graphical processing unit in a computer graphic application is used to perform texture mapping: assigning a texel to each and every type of texture. Two techniques are used for texture mapping: clamping and wrapping. Clamping confines the texel according to the given texture type by bringing it to the closest boundary if it is greater than the texture size. On the other hand, wrapping moves the texel as the texture size increases in order to keep them at the same ratio. Clamping does not allow the texel to be repeated and keeps it in one spot, whereas wrapping causes repetition. 


Post a Comment

0 Comments