I ported a shader from Shadertoy but I'm stuck on how to move it around (right now it's at the bottom-left), does anyone know how it could be done?
https://www.pixiplayground.com/#/edit/LrGIwJd5GFFgZsTz2BvbB
I tried with quad.position.set(X, Y); but seems like that only crops it, it doesn't move it... Is there a function like .set(X, Y) for shaders where you can declare a specific position and the shader is placed there?