Hi,
I am trying to set up a pattern of circles that has 2 different scale factors for different attractor points. I already have a pattern with attractor points but they all have the same ‘strength’. How can i add a set of multiple points with a ‘lighter’ gradient but in the same pattern?
In a first pass the points yield a distance List (in the second pass values are remapped) as the sum of distances (per pt/attractor) raised to some power (called falloff: say how quickly the value “drops”). Note that If mode is pull distance becomes 1/distance (so the less the dist sum the bigger the effect).
The attached (use it ONLY as an indicative hint since is pure code) does that using 2 Lists: attractors and falloff values (user defines the N or work attractors/values). That said the effect is visible with fewer attractors - for more than obvious reasons.