Hello all,
I would like to move physics bodies every frame at a steady velocity. Is just translating the display objects the right way to solve this problem?
displayObject.x =displayObject.x + speed * dt
Will it have any adverse effects on the physics bodies? Because I feel a slight jitter of the bodies in my current implementation.
Thanks