I am trying to animate a 2d parabola I created with Z math surface. Is there a way to animate the parabola without scripting?
Or is the best way to use animation nodes?
I am trying to animate a 2d parabola I created with Z math surface. Is there a way to animate the parabola without scripting?
Or is the best way to use animation nodes?
Geometry nodes solution
I just animated the factor.
Next GN solution
Here I animated A and B value.
result:
Classic solution with hooks
In Edit mode, select all vertices and press CTRL-H to create a hook modifier. Change the radius until you like the result. Then you can animate the empty-location and/or the radius.
aandb, and make the particle'szequalx*x/(a*a) + y*y/(b*b), then animate a and b with a driver – Markus von Broady Jul 09 '21 at 09:02