Normal mapping: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (→See also: Redirected link.) |
||
Line 9: | Line 9: | ||
==See also== | ==See also== | ||
*[[Creating Materials]] | *[[Creating Materials]] | ||
*[[ | *[[Normal Map Creation]] | ||
* [[wikipedia:Bump mapping|Bump mapping on Wikipedia]] | * [[wikipedia:Bump mapping|Bump mapping on Wikipedia]] | ||
Revision as of 16:51, 27 August 2007
Bump mapping is a technique where at each pixel, a perturbation to the surface normal of the object being rendered is looked up in a texture map and applied before the illumination calculation is done. The result is a richer, more detailed surface representation that more closely resembles the details inherent in the natural world.
Bump mapping has been appiled to the brick material to give it an almost 3D effect on the suface and grooves. Models in the source engine can do the same. Bump mapping can be applied to a range of materials such as water and clothing or to add texture to monsters. Antlions on Half Life 2 use bump mapping for their shell texture giving them a more natural insect-like effect.