A texel, or texture element (also texture pixel) is the fundamental unit of texture space, 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.
| Property | Value |
| dbpprop:abstract
|
- A texel, or texture element (also texture pixel) is the fundamental unit of texture space, 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.
- Texel (texture element nebo texture pixel) je základní jednotkou textury (tapety) používané v počítačové grafice. Stejně jako obraz je tvořen polem pixelů, tak textura je tvořena polem texelů. Při texturování 3D povrchu renderer mapuje texely do odpovídajících pixelů výsledného obrazu. Na moderních počítačích tuto operaci provádí grafická karta. Když je potřeba texel na jiné než celočíselné pozici, tak se provede filtrování textur. Když je potřeba texel mimo texturu, lze využít jedné z těchto možností: cyklické opakování (dlaždice), zrcadlové opakování (překlápění dlaždic), nejbližší texel (okraj textury), explicitní okraj (definovaný řádek nebo sloupec).
- Un texel (contracción del inglés texture element, o también texture pixel) es la unidad mínima de una textura aplicada a una superficie, usada en gráficos por computador. De la misma forma que una imagen digital se representa mediante una matriz de píxeles, una textura se puede representar mediante un matriz de texels. Cuando se aplica una textura a una superficie 3D, en el proceso conocido como mapeado de texturas, se asignan texels a los píxeles correspondientes que aparecerán en la imagen final. Un texel puede corresponder a varios píxeles, o bien ser de tamaño inferior a uno, en cuyo caso podría no ser visible. El hecho de que un texel corresponda a varios píxeles no quiere decir que éstos vayan a tener un color uniforme. En los ordenadores modernos, este proceso es llevado a cabo en la tarjeta gráfica.
- En infographie, le texel est le plus petit élément d'une texture appliquée à une surface. Texel vient de l'anglais texture element. La différence entre le pixel et le texel est que ce dernier peut occuper la place de plusieurs pixels (de l'image rendue à l'écran) ou bien être de taille inférieure au pixel (dans ce cas, il n'est pas forcément visible mais il existe toujours). Il peut aussi être mélangé a un autre texel, suivant la distance de l'objet par rapport à la caméra. En effet, si l'on rapproche une surface appliquée d'une texture de l'observateur, chaque élément la composant se verra élargi. Il occupera alors l'espace de plusieurs pixels. Lorsqu'un texel est composé de plusieurs pixels à l'écran, ceux-ci ne sont pas forcément tous de la même couleur, par exemple, si la texture est lissée. Sur l'image de droite, on peut voir des texels, très visibles car l'image servant de texture est bien plus petite que la surface sur laquelle elle est appliquée. Ils sont très nets car non-filtrés (interpolation linéaire, ne mélangeant pas les texels adjacents).
- テクセル(英: texel)は、コンピュータグラフィックスで使用するテクスチャ空間の基本単位である。texture element の略、または texture pixel の略とされる。画像(ピクチャー)がピクセルの配列で表されるように、テクスチャはテクセルの配列で表される。 3次元の表面にテクスチャを配置するとき(テクスチャマッピング)、レンダラが出力画像の対応するピクセルにテクセルをマッピングする。最近ではこの操作をビデオカード上で実装している。 テクセルの配置すべき位置が整数でない場合(正確にピクセルに対応しない場合)、テクスチャフィルタリングを施す。
- Teksel - w grafice komputerowej najmniejszy punkt tekstury, który jest wyświetlany na ekranie. Zobacz też: piksel
- 纹素是纹理元素的简称,它是计算机图形纹理空间中的基本单元。如同图像是由像素排列而成,纹理是由纹素排列表示的。 在对三维表面铺设纹理的时候,通过纹理映射技术将纹素映射到恰当的输出图像像素上。在当今的计算机上,这个过程主要是由图形卡完成的。 当所需纹素的位置不是整数的时候,需要使用纹理滤波进行处理。
|
| dbpprop:hasPhotoCollection
| |
| rdfs:comment
|
- A texel, or texture element (also texture pixel) is the fundamental unit of texture space, 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.
- Texel (texture element nebo texture pixel) je základní jednotkou textury (tapety) používané v počítačové grafice. Stejně jako obraz je tvořen polem pixelů, tak textura je tvořena polem texelů. Při texturování 3D povrchu renderer mapuje texely do odpovídajících pixelů výsledného obrazu. Na moderních počítačích tuto operaci provádí grafická karta. Když je potřeba texel na jiné než celočíselné pozici, tak se provede filtrování textur.
- Un texel (contracción del inglés texture element, o también texture pixel) es la unidad mínima de una textura aplicada a una superficie, usada en gráficos por computador. De la misma forma que una imagen digital se representa mediante una matriz de píxeles, una textura se puede representar mediante un matriz de texels.
- En infographie, le texel est le plus petit élément d'une texture appliquée à une surface. Texel vient de l'anglais texture element. La différence entre le pixel et le texel est que ce dernier peut occuper la place de plusieurs pixels (de l'image rendue à l'écran) ou bien être de taille inférieure au pixel (dans ce cas, il n'est pas forcément visible mais il existe toujours). Il peut aussi être mélangé a un autre texel, suivant la distance de l'objet par rapport à la caméra.
- Teksel - w grafice komputerowej najmniejszy punkt tekstury, który jest wyświetlany na ekranie. Zobacz też: piksel
- 纹素是纹理元素的简称,它是计算机图形纹理空间中的基本单元。如同图像是由像素排列而成,纹理是由纹素排列表示的。 在对三维表面铺设纹理的时候,通过纹理映射技术将纹素映射到恰当的输出图像像素上。在当今的计算机上,这个过程主要是由图形卡完成的。 当所需纹素的位置不是整数的时候,需要使用纹理滤波进行处理。
|
| rdfs:label
|
- Texel (graphics)
- Texel
- Texel (gráficos)
- Texel (infographie)
- テクセル
- Teksel
- 纹素
|
| owl:sameAs
| |
| skos:subject
| |
| foaf:page
| |
| is dbpprop:disambiguates
of | |
| is dbpprop:redirect
of | |