Trying to create a sleep & wake system like rayfire?
#2
Here's some thoughts:
- In addition to the surface test, you could use PhysX collision operator, and check particle collisions, so they activate themselves when sphere hits them
- Sometimes, in the scenario where sphere hits the wall, I just use time test operaor, and just send them to physX at the specific frame. Can't be simpler then that. Smile
- Usual method that people do with Tyflow is that you add PhysX Bind operator, but check down that is breakable by force, and just lower your force strength to some low value (that way, PhysX Bind will keep them together, but it will be weak, so sphere will brake it). Also, it's good to check (if the wall is the object) ,that is also bind by ground.
I think I used this last method for this test:
https://www.youtube.com/watch?v=rCuuHIw4uhI

So, in conclusion, the most similar Tyflow option to Rayfire sleep is PhysX Bind operator, with brakable by force on, and with low values on the force.

Check out this tutorial too, for adding extra details Smile
https://www.youtube.com/watch?v=rCuuHIw4uhI
  Reply


Messages In This Thread
RE: Trying to create a sleep & wake system like rayfire? - by d4rk3lf - 02-02-2021, 04:06 AM

Forum Jump: