2

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?

Duarte Farrajota Ramos
  • 59,425
  • 39
  • 130
  • 187
Theart Guy
  • 158
  • 4

1 Answers1

3

Geometry nodes solution

I just animated the factor.

enter image description here

enter image description here

Next GN solution

Here I animated A and B value.

enter image description here

result:

enter image description here

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.

enter image description here

enter image description here

Chris
  • 59,454
  • 6
  • 30
  • 84