Texture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Tutorials: removed dead page)
Line 14: Line 14:
*[[Valve Texture Format]]
*[[Valve Texture Format]]
*[[VTFEdit]] and [[VTF Shell Extensions]]
*[[VTFEdit]] and [[VTF Shell Extensions]]
* [[Material Download Sites]]


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Material System]]
[[Category:Material System]]

Revision as of 07:15, 11 November 2009

A texture is a two-dimensional raster image in the context of a game engine. Textures in Source are stored in the Valve Texture Format, and are in all but a very small minority of cases only ever accessed through an intermediate material.

While the most common type of texture is the albedo, there are many different uses for raster images in modern game engines. For instance bump maps, which encode three-dimensional height and facing in the color value of each pixel, or specular masks, which determine the intensity of a specular reflection.

Tutorials

See also