How to throw an object in to a PhysX sim? - 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: How to throw an object in to a PhysX sim? (/thread-3288.html) |
How to throw an object in to a PhysX sim? - CLF73 - 09-01-2022 Hi tyflow knowledgebase I would like to setup a simple animation, where I key frame an object from frame 0 - 5, so it has a direction and speed. Then I setup a tyflow, with birth object. (I could check the keep movement and rotation?). On frame 3 I would like the movement of the object to be takenover and handled by PhysX, so it continues to tumble through the air, and eventually land on the ground. But how? - Thank you RE: How to throw an object in to a PhysX sim? - d4rk3lf - 09-01-2022 It wont transfer velocity if you use "inherit position" in birth object. You need object bind for that (and don't forgetr to check verlet under position). Here's the simple file doing that: RE: How to throw an object in to a PhysX sim? - CLF73 - 09-01-2022 (09-01-2022, 07:31 PM)d4rk3lf Wrote: It wont transfer velocity if you use "inherit position" in birth object. Thank you kind sir Will take a thorough look tomorrow morning. RE: How to throw an object in to a PhysX sim? - CLF73 - 09-02-2022 Again. Thank you. It made perfect sense, once I understood the verlet feature. However the scene you included isn't what you probably wanted to send. see image. If you still got the scene, please re-send, as its always interesting to see how other ppl solve issues. Thanks RE: How to throw an object in to a PhysX sim? - d4rk3lf - 09-02-2022 LOL Sorry about that. .. Attaching again... RE: How to throw an object in to a PhysX sim? - CLF73 - 09-02-2022 (09-02-2022, 09:28 AM):)d4rk3lf Wrote: LOL Thank you |