User Tools

Site Tools


gamedev:textureproperties:refraction_distort

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:refraction_distort [2019/05/08 20:09] dragonlordgamedev:textureproperties:refraction_distort [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord
Line 1: Line 1:
-{{tag>dragengine graphic skin texture transparency}}+{{tag>graphic skin texture transparency}}
 <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]] >> **refraction.distort**+[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> [[gamedev:skinproperties|Skin Texture Properties]] >> [[gamedev:texturepropertylist|Texture Property Database]] >> **refraction.distort**
 </WRAP> </WRAP>
  
-<WRAP boxheader> +====== Skin Texture Property: refraction.distort ====== 
-====== Summary ====== + 
-</WRAP> +Defines the distortion behind transparent objects
-<WRAP boxcontent> +
-|Texture Property Name|refraction.distort| +
-|Description|Defines the distortion behind transparent objects|+
 |Excepted Data Source|2 component image| |Excepted Data Source|2 component image|
 |Data Range|0 to 1 for all image components| |Data Range|0 to 1 for all image components|
Line 15: Line 13:
 |Affected Modules|Graphic| |Affected Modules|Graphic|
 |Linked Properties|[[gamedev:textureproperties:refraction_distort_strength|refraction.distort.strength]]| |Linked Properties|[[gamedev:textureproperties:refraction_distort_strength|refraction.distort.strength]]|
-</WRAP> 
  
 ====== Description ====== ====== Description ======
 +
 The **refraction.distort** texture property defines the distortion to use for objects rendered behind a transparent object. Distortion effects are typically screen space effects simulating refraction distortion happening behind transparent materials with curvy and bumpy surface. Using full fresnel refraction calculations is usually not feasible in real time. This effect can though still be faked in screen space an image defining at what offset to use an image from behind the object. This technique has its limitations but it produces reasonable results fast. The **refraction.distort** texture property defines the distortion to use for objects rendered behind a transparent object. Distortion effects are typically screen space effects simulating refraction distortion happening behind transparent materials with curvy and bumpy surface. Using full fresnel refraction calculations is usually not feasible in real time. This effect can though still be faked in screen space an image defining at what offset to use an image from behind the object. This technique has its limitations but it produces reasonable results fast.
  
Line 25: Line 23:
  
 ====== Examples ====== ====== Examples ======
 +
 <WRAP center 100%> <WRAP center 100%>
 <WRAP center box 500px> <WRAP center box 500px>
gamedev/textureproperties/refraction_distort.1557346154.txt.gz · Last modified: 2019/05/08 20:09 by dragonlord