Page 1 of 1

Particle behaviour

Posted: 03 Sep 2022, 14:32
by LinkSlayer
Hi!

Is there a way to make particles aware of each other? So that they stop when they collide with another particle?

I am working with particles and an alpha collision.
I can make the particles stop and stick to the line of the alpha collision.
But they all sit literally on top of that line and on top of each other.

I want them to bank up against and behind each other, as if they are particles of sand collecting and building up against the edge of the alpha collision.

Thank you!

Re: Particle behaviour

Posted: 03 Sep 2022, 15:47
by slowtiger
Not within the scope of this engine. Try to solve it with multiple levels, or one level of conventionally animated sand in front.

Re: Particle behaviour

Posted: 03 Sep 2022, 16:04
by LinkSlayer
Okay, I'll give some things a try! Thanks! :)