User Tools

Site Tools


gamedev:textureproperties:reflected

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
gamedev:textureproperties:reflected [2019/05/09 08:41] – removed dragonlordgamedev:textureproperties:reflected [2019/05/09 08:41] – created dragonlord
Line 1: Line 1:
 +{{tag>graphic skin texture reflection}}
 +<WRAP youarehere>
 +[[:start|Start Page]] >> [[gamedev:main|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **reflected**
 +</WRAP>
  
 +====== 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.
gamedev/textureproperties/reflected.txt · Last modified: 2019/05/24 23:43 by dragonlord