What "speed" does JBullet move objects at?

Post Reply
joehot200
Posts: 15
Joined: Wed Apr 23, 2014 9:47 am

What "speed" does JBullet move objects at?

Post by joehot200 »

Hi. I have got a server and a client, and since the client movement can be a bit jumpy or laggy, I would like to create a predictive client. The problem is that only the server uses JBullet - The client does not.

I am not sure what "speed" JBullet moves objects at. I simply pass the TimeStep into JBullet, and it does the rest of the movement. This means that I do not know how much to move objects on the client so that it moves at the same speed as the server!

What speed does JBullet move stuff at so that I can use the same Timestep value and speed value in my client and still have the object on the client move at the same speed as it would on the server?

Thanks!
Post Reply