Velocity woes - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: Velocity woes (/thread-3322.html) |
Velocity woes - Narad13 - 09-12-2022 Yep, still working on this but I feel like I'm getting close! I am trying to run a velocity test on particles that are being positioned with Position Transfer. This is not working, I would assume, because the particle movement is being dictated by it's relative position on a static mesh. Is there a workaround for this? I really want to break off chunks of particles based on their velocity. Thanks again! RE: Velocity woes - tyFlow - 09-12-2022 Use a Speed operator to set particle velocity using verlet mode for both magnitude and direction. Then do your Property Test. Then after clear the speed with Stop/Integrate operators. Make sure all those ops are set to continuous. RE: Velocity woes - Narad13 - 09-12-2022 Brilliant. Thank you! |