![]() |
need collider to stop over time - 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: need collider to stop over time (/thread-3517.html) |
need collider to stop over time - dantetron - 02-21-2023 Hi, all! Hopefully a simple question. I need a physx collider to stop being a collider over time. Seems like a simple setup and I'm doing a poor job of figuring it out. Thank you so much for your help. RE: need collider to stop over time - tyFlow - 02-21-2023 Just move the PhysX particles out of the event with the PhysX Collider operator after the desired duration of time. RE: need collider to stop over time - dantetron - 02-21-2023 (02-21-2023, 07:33 PM)tyFlow Wrote: Just move the PhysX particles out of the event with the PhysX Collider operator after the desired duration of time. Sorry. The setup is more complicated. The particles are in a container and they need to become free of that container at an exact moment in time. Unless you don't literally mean "move" when you say move. Thanks! RE: need collider to stop over time - tyFlow - 02-21-2023 No, I don't mean "move" as in "shift the location of the particles"...I just mean, transfer them to another event. See attached ![]() RE: need collider to stop over time - dantetron - 02-21-2023 (02-21-2023, 08:21 PM)tyFlow Wrote: No, I don't mean "move" as in "shift the location of the particles"...I just mean, transfer them to another event. You are awesome. Thank you so much for your time. |