Texture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Use Software template for no_vtf)
Line 13: Line 13:
* [[Material]]
* [[Material]]
* [[Valve Texture Format]]
* [[Valve Texture Format]]
* [[VTFEdit]], [[VTF Shell Extensions]] and [[no_vtf]]
* [[VTFEdit]], [[VTF Shell Extensions]] and {{no_vtf|3.1}}
* [[Material Download Sites]]
* [[Material Download Sites]]

Revision as of 10:13, 5 September 2023

English (en)Deutsch (de)Español (es)한국어 (ko)Português do Brasil (pt-br)Русский (ru)中文 (zh)Translate (Translate)

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 with a very few exceptions are only 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