How do I get individual particle coordinates after I have used createParticle();
I need to use these coordinates for various things.
I also need to deliver an impulse or velocity to these individual particles.
How do I do this? I’m using LiquidFun, Libgdx and Java
Thank you