Parcourir la source

Add credits to ripple.frag

rexim il y a 3 ans
Parent
commit
8bc6cf0936
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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
 #version 330
 
 
 precision mediump float;
 precision mediump float;