Difference between revisions of "Environment map"

From polycount
Jump to: navigation, search
(added environment map page)
 
(restoring this page, added the images and links)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
An environment map is used for three purposes in a game engine:
{{:[[OutOfDate]]}}
+
# 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.
  
= Environment Map =
+
An environment map is usually painted to look like an all-encompassing world.
  
A method of [[Texture|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.  
+
[[image:reflection.gif]][[image:reflectmap.gif]]<br clear="all"/>
Also called reflection mapping.
+
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.  
 +
 
 +
* [[Cube map]]
 +
* [[Diffusely convolved cube map]]
 +
* [[DuDv map]]
 +
* [[Spherical environment map]]
  
See also [[Category:EnvironmentMap|Environment Mapping]]
 
 
----
 
----
 
[[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