Archive 17/01/2023.

Physics-aware particles?

burt

I’ve been trying to make a particle bounce off the floor without much luck. Is it possible to have gameobjects, affected by physics, act as a particle system? Is there a way I can link them?

Eugene

There is fork with SPARK particle engine integration. AFAIK it has colliders (static, probably) for particles.

Unfortunatelly, underlying Bullet Physics doesn’t support true physical particles. Although, it may be possible to emulate particles even in Bullet, but I never tried it.

burt

Never heard of that engine before, thanks a lot. For the curious:


The only thing I couldn’t find is an up-to-date documentation. But it looks great!