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

Next revision
Previous revision
gamedev:textureproperties:refraction_distort [2012/12/01 01:08] – created dragonlordgamedev:textureproperties:refraction_distort [2019/05/24 23:43] (current) – ↷ Links adapted because of a move operation dragonlord
Line 1: Line 1:
 +{{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>
  
-====== Summary ====== +====== Skin Texture Property: refraction.distort ====== 
-|Texture Property Name|refraction.distort|+ 
 +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|
 |Default Value|(0.5, 0.5)| |Default Value|(0.5, 0.5)|
-|Graphic Module|Defines the distortion behind transparent objects,+|Affected Modules|Graphic| 
-|Physics Module|No effect+|Linked Properties|[[gamedev:textureproperties:refraction_distort_strength|refraction.distort.strength]]
-|Audio Module|No effect|+ 
 +====== Description ======
  
-====== Graphic Module ====== 
 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 18: Line 21:
  
 The default value for this texture property is (0.5, 0.5). The default value for this texture property is (0.5, 0.5).
- 
-====== Physics Module ====== 
-This texture property does not effect Physics Modules. 
- 
-====== Audio Module ====== 
-This texture property does not effect Audio Modules. 
  
 ====== Examples ====== ====== Examples ======
-( TODOexample image )+ 
 +<WRAP center 100%> 
 +<WRAP center box 500px> 
 +{{ :gamedev:textureproperties:refraction_distort.png |Distorted refraction behind a transparent object}} 
 +<WRAP centeralign>Distorted refraction behind a transparent object. The distortion is not a true Fresnel based refraction but a Screen Space distortion. Using the **[[gamedev:textureproperties:refraction_distort_strength|refraction.distort.strength]]** texture property the strength of the distortion can be controlled. As image a normal map is used which allows to reuse the normal map also for distortion effects.</WRAP> 
 +</WRAP> 
 +</WRAP>
gamedev/textureproperties/refraction_distort.1354324092.txt.gz · Last modified: 2012/12/01 01:08 by dragonlord