User Tools

Site Tools


gamedev:textureproperties:normal_strength

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:normal_strength [2019/05/08 22:22] dragonlordgamedev:textureproperties:normal_strength [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord
Line 1: Line 1:
 {{tag>graphic skin texture normal}} {{tag>graphic skin texture normal}}
 <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]] >> **normal.strength**+[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **normal.strength**
 </WRAP> </WRAP>
  
-<WRAP boxheader> +====== Skin Texture Property: normal.strength ====== 
-====== Summary ====== +Defines the strength of the influence of the normal texture property
-</WRAP> +
-<WRAP boxcontent> +
-|Texture Property Name|normal.strength| +
-|Description|Defines the strength of the influence of the normal texture property|+
 |Excepted Data Source|1 component value| |Excepted Data Source|1 component value|
 |Data Range|0 to 1. above or below for special effects| |Data Range|0 to 1. above or below for special effects|
Line 15: Line 12:
 |Affected Modules|Graphic, Physics| |Affected Modules|Graphic, Physics|
 |Linked Properties|[[gamedev:textureproperties:normal|normal]]| |Linked Properties|[[gamedev:textureproperties:normal|normal]]|
-</WRAP> 
  
 ====== Description ====== ====== Description ======
 +
 The **normal.strength** texture property is linked to the **[[gamedev:textureproperties:normal|normal]]** texture property. It defines the strength of the normal map. This property blends the normal obtained from the The **normal.strength** texture property is linked to the **[[gamedev:textureproperties:normal|normal]]** texture property. It defines the strength of the normal map. This property blends the normal obtained from the
 normal map with the real geometry normal. This allows to use the full image resolution for normal map details where subtle normal map effects are desired without producing artifacts. This can be used for example for a window having a slight normal perturbance effect. Storing the normal map with such a subtle strength results in ugly artifacts due to the 8-bit resolution not being used. Using this texture property the normal map can be stored at full strength but the effect reduced to the desired level. Furthermore this can also be used to create dynamic normal map effects without the need for a dynamic normal map property. This texture property is also useful to share normal maps across different materials using different strength. normal map with the real geometry normal. This allows to use the full image resolution for normal map details where subtle normal map effects are desired without producing artifacts. This can be used for example for a window having a slight normal perturbance effect. Storing the normal map with such a subtle strength results in ugly artifacts due to the 8-bit resolution not being used. Using this texture property the normal map can be stored at full strength but the effect reduced to the desired level. Furthermore this can also be used to create dynamic normal map effects without the need for a dynamic normal map property. This texture property is also useful to share normal maps across different materials using different strength.
Line 26: Line 23:
  
 ====== Examples ====== ====== Examples ======
 +
 <WRAP center 100%> <WRAP center 100%>
 <WRAP center box 500px> <WRAP center box 500px>
gamedev/textureproperties/normal_strength.1557354156.txt.gz · Last modified: 2019/05/08 22:22 by dragonlord