User Tools

Site Tools


gamedev:textureproperties:mirror

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:mirror [2019/05/09 16:32] – removed dragonlordgamedev:textureproperties:mirror [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord
Line 1: Line 1:
 +{{tag>graphic skin texture reflection}}
 +<WRAP youarehere>
 +[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **mirror**
 +</WRAP>
  
 +====== Skin Texture Property: mirror ======
 +
 +Defines the material is fully mirroring.
 +
 +|Excepted Data Source|1 component value|
 +|Data Range|0(no mirror) or 1(mirror)|
 +|Default Value|0|
 +|Affected Modules|Graphic|
 +|Linked Properties|-|
 +
 +====== Description ======
 +
 +The **mirror** texture property fefines that this material is a fully reflective (perfect) flat mirror. All pixels covered by mesh faces with this texture reflect the world totally. Transparency effects like refraction distortion can be applied to mirrors. Use this property only on flat or nearly flat geometry.
 +
 +The source is typically a single component value with 0 for no mirror and 1 for mirror.
 +
 +The default value for this texture property is 0 (no mirror).
 +
 +====== Examples ======
 +
 +<WRAP center 100%>
 +<WRAP center box 450px>
 +{{ :gamedev:textureproperties:mirror.png |Material with mirror reflections}}
 +<WRAP centeralign>Material with mirror reflections. Works best for flat surfaces where dynamic reflections are a must.</WRAP>
 +</WRAP>
 +</WRAP>
gamedev/textureproperties/mirror.txt · Last modified: 2019/05/24 23:43 by dragonlord