Browse Source

Add credits to ripple.frag

rexim 3 years ago
parent
commit
8bc6cf0936
1 changed files with 2 additions and 0 deletions
  1. 2 0
      shaders/ripple.frag

+ 2 - 0
shaders/ripple.frag

@@ -1,3 +1,5 @@
+// Applies sinc function to the user texture.
+// Stolen from http://adrianboeing.blogspot.com/2011/02/ripple-effect-in-webgl.html
 #version 330
 
 precision mediump float;