Sfoglia il codice sorgente

Add credits to ripple.frag

rexim 3 anni fa
parent
commit
8bc6cf0936
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;