Hi!
I am trying to move a transparent sphere through a dense still Niagara particle field, and to displace and bounce of the particles when collisioning.
I am having trouble producing a bounce when the sphere hits the particles. The particles have a collision component indeed that is working. I’ll explain.
When I move the sphere, the particles just get displaced around it, but not taking the energy to accelerate in the bounce direction.
They only bounce of, if they are moving with their own velocity in the first place, but not incorporating the sphere kinetic energy. The thing is that I need the particle field to be quite still before the collisions.
I think is not a problem of the restitution or friction values, as it works a desired when the particles have their velocity.
I hope there is some light you can throw to help me.
Thanks
Matias