I am trying to do a 2D swirling pattern.
A bit like a tornado.
However, after multiple attempts, I failed to keep the green spiralling curves within the geometry itself and not overlapping.
Could someone help point me in a direction on how I can make a nice spiralling pattern?
This is a fun problem. In order to make sure the spirals sit between the curves you need to map out each ‘step’ and then walk along the steps. have a look here…
The teal-colored group (‘HACK1’) is an attempt to externalize the silly expression I used on tangent inputs (-x*5000) by using curve lengths. It might break in some circumstances?
Below the gold group (unseen) is a disabled purple group (‘HACK2’ with “faint” wires) that tries and fails to use an alternative method using Connect - ignore it