grow effect where they avoid or collide and don't intersect - 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: grow effect where they avoid or collide and don't intersect (/thread-3209.html) |
grow effect where they avoid or collide and don't intersect - ldotchopz - 07-27-2022 I am trying to acheive a grow a effect like mushrooms growing but all methods i try seem to intersect with one another. is it even possible to create a grow effect where the stems collide and intereact whilst they grow? I have attached a rnd file i was working. but it shows how the grow intersect. Thanks! RE: grow effect where they avoid or collide and don't intersect - ldotchopz - 07-29-2022 I think i found a solution for this, I use the Flock operator with only Neihgbor alignment checked. and then set the obsticle in the flock operator to the tysplines. they seem to avoid eachother RE: grow effect where they avoid or collide and don't intersect - tyFlow - 07-30-2022 Nice. You can also use a Property Test in neighbor mode to test for neighbors and if there are enough neighbors above a certain threshold, delete the particle. This is used in the frost growth official example file to prevent overlaps. |