Leonids icon indicating copy to clipboard operation
Leonids copied to clipboard

Particle Wall

Open DaCodaHUB opened this issue 4 years ago • 1 comments

Is there a way to create a wall so the particles would be stopped or bounced off?

DaCodaHUB avatar Jul 08 '20 22:07 DaCodaHUB

That was never implemented. AFAIK This is not implemented in any particle system. Particles are meant to be very simple, if we add any collision detect / physics, the amount of computation per cycle becomes too much to keep and draw a large number of them smoothly. You might want to check some proper Game Engine and use actual bodies, maybe AndEngine with the Box2D support, or maybe something else that is newer.

plattysoft avatar Jul 09 '20 11:07 plattysoft