Guest User

Untitled

a guest
Jun 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. vec4 n = texture(iTex,uv+iTime*0.1);
  2. vec4 n2 = texture(iTex,uv-iTime*0.1);
  3. n-=n2;
  4. fragColor = n;
Add Comment
Please, Sign In to add comment