Difference between revisions of "Environment map"

From polycount
Jump to: navigation, search
(Environment Map)
(restoring this page, added the images and links)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Environment Map =
+
An environment map is used for three purposes in a game engine:
 +
# Reflections: simulates the look of a shiny surface, like chrome or water.
 +
# Refractions: simulates the view behind or through a transparent surface, like glass or water.
 +
# Background: simulates the distant view behind the game models.
  
A method of [[Texturing|texture]] mapping that simulates the look of reflections in a shiny surface, like chrome or glass. The texture is usually painted to look like an all-encompassing world. In this example, the sky texture on the far right has been used on the donut. This can also be used to fake the look of specular highlights on an object, by painting only the light sources into the environment texture.
+
An environment map is usually painted to look like an all-encompassing world.  
Also called reflection mapping.
+
  
A common method is a [[Cube map]] which maps six textures of a panorama to the faces of a cube.
+
[[image:reflection.gif]][[image:reflectmap.gif]]<br clear="all"/>
 +
In this example, the sky texture on the right has been used as a reflection on the torus.  
  
* [http://www.polycount.com/forum/showthread.php?t=74503 Environment Cube Maps: HDR VS LDR] thread on the Polycount forum
+
Environment mapping can also be used to fake the look of specular highlights on an object, by painting only the light sources into the environment texture.
  
 +
* [[Cube map]]
 +
* [[Diffusely convolved cube map]]
 +
* [[DuDv map]]
 +
* [[Spherical environment map]]
 +
 +
----
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Latest revision as of 19:42, 25 February 2015

An environment map is used for three purposes in a game engine:

  1. Reflections: simulates the look of a shiny surface, like chrome or water.
  2. Refractions: simulates the view behind or through a transparent surface, like glass or water.
  3. Background: simulates the distant view behind the game models.

An environment map is usually painted to look like an all-encompassing world.

Reflection.gifReflectmap.gif
In this example, the sky texture on the right has been used as a reflection on the torus.

Environment mapping can also be used to fake the look of specular highlights on an object, by painting only the light sources into the environment texture.


Personal tools
Namespaces

Variants
Actions
Navigation
Tools