{{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]] >> **reflected** ====== Skin Texture Property: reflected ====== Defines if the object is reflected by other geometry or not. |Excepted Data Source|1 component value| |Data Range|0 to 1| |Default Value|1| |Affected Modules|Graphic| |Linked Properties| | ====== Description ====== The **reflected** texture property defines if geometry with this texture is reflected by other geometry. This defines especially if the object is rendered into environment map probes. This is typically used for objects in editors used to visualize something to the user without affecting the rendered world if possible. Another use is for "Vampire-Effect" where objects are not reflected by mirrors or other reflective materials. For complex situations where the object is reflected by one environment map probe but not another (or by reflective objects but not mirrors) use the environment map layer mask instead since this provides a fine grained control whereas this texture property is a global approach. The value is typically a single component value with the data in the range from 0 to 1. 1 defines that the object is reflected by other geometry while 0 makes the object not reflected by other geometry. The default value for this texture property is 1.