Re: [Algorithms] mouse smoothing
Brought to you by:
vexxed72
|
From: Alen L. <ale...@cr...> - 2009-09-11 19:29:23
|
Friday, September 11, 2009, 8:08:43 PM, Jeff wrote: > What is your preferred method for smoothing mouse input for a game (for > cases where the mouse is used to tilt and swivel a first person or third > person view)? Taking the mouse deltas from current and last frame and doing a weighted average using frame times as weights seems to work great. HTH, Alen |