Go to advanced search
Code: Select all
vec4 pixel = Texel(tex, vec2(tc.x, tc.y - 0.01*sin(time + tc.x*5))); return pixel;