I'm wondering if anyone out there has a decent technique for having particles work with very fast moving objects.
In my game, I have an object that's moving at 1000 pixels a second. It's spawning a smoke particle every tick. I note that the particle has a slight gap between it and the next one. I'd like to remove this gap, and was hoping someone knew of a great method for doing so.