Texture: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) No edit summary |
TomEdwards (talk | contribs) |
||
Line 5: | Line 5: | ||
== Tutorials == | == Tutorials == | ||
*[[Creating an animated texture]] | |||
*[[Applying Textures]] (in [[Hammer]]) | *[[Applying Textures]] (in [[Hammer]]) | ||
*[[UV mapping]] | *[[UV mapping]] |
Revision as of 12:19, 12 July 2008
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 in all but a very small minority of cases are 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 information in the color value of each pixel, or specular masks, which determine the intensity of a specular reflection.