Hi there, I have created an arcade racing game however I have noticed that the physics are different depending on the frame rate. I use delta in all of my equations when applying forces and torques yet for some reason this has not fixed my issue. Does anyone know how I can make my physics frame rate independant so that the physics are the same for all frame rates?
Thank you in advance.