Open iMobCoding opened 3 months ago
Thank you for your reporting!
For example, in the demo, I set StartLifetime=[5-8]
to add randomness.
Yes I know, it's one way to add randomness. But if we, for example, add the curve in the attractor, we can then join Delay, Max Speed and Movement into the one property. In one curve you set when particle starts going to the attractor, its moving speed and Ease. And adding 2 curves there would achieve randomness too. That way we can avoid my first suggestion (constant and 2 constants) as all of that could be achieved with curves
Maybe using Particle.randomSeed
will allow you to fix the curve for the particles.
It would be nice if PA can have some randomness for Delay Rate like normal particles do: constant, between 2 constants, curve & between 2 curves. Just to break its uniformity when attracting particles...
Thanks