How to delete particle that collide on spawn ? - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: How to delete particle that collide on spawn ? (/thread-880.html) |
How to delete particle that collide on spawn ? - GilG - 07-09-2019 What is the best way to delete particles that collide at spawn ? I tried with a propert Test Neighbors but it doesn't work like I would like. Here is a printscreen to show how I did it. The issue is that I think it deletes cloth particles and not the parent one. Does anyone could give me a hint with a proper way ? RE: How to delete particle that collide on spawn ? - tyFlow - 07-11-2019 I'm not sure what you mean by "delete particles that collide at spawn". Could you rephrase? RE: How to delete particle that collide on spawn ? - GilG - 07-11-2019 I would like to be able to check when a particle is spawned, if it has a neighbor at less than x distance then I should either change it's location or delete it. That's why I tried to use the property test but I think I should not understand something correctly. Alright, nevermind. I managed to make it work. |