You're looking at a specific version of this model. Jump to the model overview.

andreasjansson /plasma:c0386a8a

Input

This version has no inputs.

Output

vec2 effect(vec2 p, float i, float time) {
  return vec2(cos(i * sin(p.x * p.y) + time), sin(length(p.y - p.x) * i + time));
}
Generated in