{{tag>graphic skin texture reflection}} [[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **mirror** ====== 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 ====== {{ :gamedev:textureproperties:mirror.png |Material with mirror reflections}} Material with mirror reflections. Works best for flat surfaces where dynamic reflections are a must.