03-27-2024, 11:49 AM
(03-26-2024, 06:29 PM)tyFlow Wrote: Hmm, yea to be honest I'm not sure how that's being achieved....I'd have to think more about how to implement something like that, as it doesn't seem like something which would be straight-forward to do.In PF-BOX3, it looks like this:
Monitor the distance between particles and targets every frame. When the distance is less than a certain value, the turbulent force field will slowly disappear
That is to say, the distance between particles and the target is multiplied by the turbulence influence. Naturally, the closer to the target, the smaller the influence
It should be easy to implement using scripts in tyflow. If scripts are not used, it may be necessary to add or change some logic of "Force" and "Find Target"