I’ve seen several different methods for accomplishing this, but I was wondering if there’s a way of doing it that is best? Also, somewhat related, but is delta in milliseconds?
I’ve seen several different methods for accomplishing this, but I was wondering if there’s a way of doing it that is best? Also, somewhat related, but is delta in milliseconds?
Delta is the number of seconds since the last frame. So to get the number of milliseconds, you can just do delta*1000