lazd / DuneBuggy

A 3D multiplayer dune buggy battle game written entirely in JavaScript
Other
10 stars 5 forks source link

Interpolate position and rotation of buggy for smoother network play #14

Open lazd opened 11 years ago

lazd commented 11 years ago

Position and rotation should be interpolated such that the values calculated on the observing client are combined with the values transmitted by the authoritative client to produce a smoother simulation.

lazd commented 11 years ago

275ad8b173b5860a1e06524ff1395783bcbd34f9 includes interpolation of position, but rotation has not been interpolated yet and we will be switching to quaternions for buggy rotation.