Normal mapping: Difference between revisions
No edit summary |
m (cleanup) |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
[[Image:Example_of_bump_mapping.jpg|right|thumb|200px|The use of bump mapping in HL2.]] | |||
The type of {{wiki|bump map}} used in Source is called Dot3 Bump Mapping or simply Normal mapping. | |||
The type of bump map used in Source is called Dot3 Bump Mapping or simply Normal mapping. | |||
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 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 | Bump mapping has been applied to the brick material to give it an almost 3D effect on the surface and grooves. Models in 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. | ||
Models in | |||
[[Antlion]]s in Half-Life 2 use bump mapping on their shell texture giving them a more natural insect-like appearance. | |||
== See also == | == See also == | ||
* [[Normal Maps]] | * [[Normal Maps]] | ||
* [[Normal Map Creation]] | * [[Normal Map Creation]] | ||
* [[Material Creation]] | * [[Material Creation]] | ||
* | * {{wiki|Bump mapping}} - a bump mapping article at Wikipedia | ||
{{otherlang:en}} {{otherlang:en:pl|Bump mapping:pl}} | {{otherlang:en}} {{otherlang:en:pl|Bump mapping:pl}} | ||
[[Category:Technical]] | [[Category:Technical]] |
Revision as of 02:51, 4 October 2007
The type of bump map used in Source is called Dot3 Bump Mapping or simply Normal mapping.
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 applied to the brick material to give it an almost 3D effect on the surface and grooves. Models in 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 in Half-Life 2 use bump mapping on their shell texture giving them a more natural insect-like appearance.
See also
- Normal Maps
- Normal Map Creation
- Material Creation
Bump mapping - a bump mapping article at Wikipedia