OBJECTIVE
I am making my first Visual Effects Graph effect. I want to create a tornado.
WHERE I AM
I managed to get the particles to spin in a tubular shape:
Here is my graph:
PROBLEM
I can't get them to spin in a conical shape.
WHAT I TRIED
I tried hooking up the following nodes to the "X" variable of "Rotate 3D" node's "Rotation Center":
"total time", "VFX time (delta time)", "Get attribute: age", "Age over lifetime".
The one that came closest was VFX time which became ever so slightly conical, though I might be imagining it.
I expected "Get attribute: age" to work but instead I got this weird sinusoidal wall shape
How can I achieve a conical, tornado-like shape? I would also appreciate any other tips or resources to achieve this particular effect.