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
1.1.0:postfx [2024/01/07 12:18] – [TV Post Effect] admin1.1.0:postfx [2024/01/07 12:26] (current) – [Raindrop Post Effect] admin
Line 149: Line 149:
 Written by jilski for the strangeness project (http://strangeness.jilski.com) Written by jilski for the strangeness project (http://strangeness.jilski.com)
 June 2018 June 2018
 +
 +{{:1.1.0:g3d-postfx-gameboy.jpg|}}
  
 <file GLSL> <file GLSL>
Line 212: Line 214:
 === TV Post Effect === === TV Post Effect ===
  
-A slighly modified version of the shader code at [[https://www.shadertoy.com/view/XtK3W3]|ShaderToy]+A slighly modified version of the shader code at [[https://www.shadertoy.com/view/XtK3W3]|ShaderToy]]
 Source: Array and textureless GLSL 2D simplex noise function. Source: Array and textureless GLSL 2D simplex noise function.
 Author : Ian McEwan, Ashima Arts. Author : Ian McEwan, Ashima Arts.
Line 290: Line 292:
  
 === Raindrop Post Effect === === Raindrop Post Effect ===
 +
 +A modified version of the Heartfelt shader from [[https://www.shadertoy.com/view/ltffzl|ShaderToy]].
 +
 +Heartfelt - by Martijn Steinrucken aka BigWings - 2017
 +Email:countfrolic@gmail.com Twitter:@The_ArtOfCode
 +License Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
 +
 +{{:1.1.0:g3d-postfx-raindrop.jpg|}}
  
 <file glsl> <file glsl>
Line 498: Line 508:
   return l_Color.rgb;   return l_Color.rgb;
 } }
- 
 </file> </file>
 +
 ==== Links ==== ==== Links ====