User Tools

Site Tools


gamedev:textureproperties:environmentmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gamedev:textureproperties:environmentmap [2019/05/08 22:45] dragonlordgamedev:textureproperties:environmentmap [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord
Line 1: Line 1:
-~~Title: Skin Texture Property: environmentmap~~ 
 {{tag>graphic skin texture reflection}} {{tag>graphic skin texture reflection}}
 <WRAP youarehere> <WRAP youarehere>
-[[:start|Start Page]] >> [[gamedev:main|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **environmentmap**+[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **environmentmap**
 </WRAP> </WRAP>
  
-<WRAP boxheader> +====== Skin Texture Property: environmentmap ====== 
-====== Summary ====== + 
-</WRAP> +Defines the custom environment map to use for reflections
-<WRAP boxcontent> +
-|Texture Property Name|environmentmap| +
-|Description|Defines the custom environment map to use for reflections|+
 |Excepted Data Source|4 component image| |Excepted Data Source|4 component image|
 |Data Range|0 or greate for the component 1 to 3 and 0 to 1 for the component 4| |Data Range|0 or greate for the component 1 to 3 and 0 to 1 for the component 4|
Line 16: Line 13:
 |Affected Modules|Graphic| |Affected Modules|Graphic|
 |Linked Properties|-| |Linked Properties|-|
-</WRAP> 
  
 ====== Description ====== ====== Description ======
 +
 The **environntmap** texture property defines the environment map to use for reflection. By default the Graphic Module produces an environment map (or something similar) for reflections itself dynamically if the module requires one. Using this property the environment map to use for reflections can be forced. This can be useful for example to achieve special effects for example by using a renderables. This allows to show foreign environment content like an object reflecting a different world. Another possible use is to pre-calculate a special environment map of a cockpit inside for a HUD. This way the game developer has full control over the environment map and the Graphic Module is not required to deal with dynamic environment map creation. The **environntmap** texture property defines the environment map to use for reflection. By default the Graphic Module produces an environment map (or something similar) for reflections itself dynamically if the module requires one. Using this property the environment map to use for reflections can be forced. This can be useful for example to achieve special effects for example by using a renderables. This allows to show foreign environment content like an object reflecting a different world. Another possible use is to pre-calculate a special environment map of a cockpit inside for a HUD. This way the game developer has full control over the environment map and the Graphic Module is not required to deal with dynamic environment map creation.
  
Line 39: Line 36:
  
 ====== Examples ====== ====== Examples ======
 +
 ( TODO: example image ) ( TODO: example image )
gamedev/textureproperties/environmentmap.1557355552.txt.gz · Last modified: 2019/05/08 22:45 by dragonlord