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

andreasjansson /plasma:cc8fda9d

Input

This version has no inputs.

Output

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