Re: [Algorithms] mouse smoothing
Brought to you by:
vexxed72
|
From: Fabian G. <f.g...@49...> - 2009-09-12 19:51:36
|
> Yeah, there is some non-trivial approach to doing this, and it's done by the OS. :-) > > In Windows, you can adjust parameters related to this. The most notable (in my opinion) is the acceleration slider which is a power function on the velocity. That's not doing any smoothing either, though; quite the opposite, it further exaggerates the input mouse motions. There's no point in smoothing mouse input, really; unlike most input devices, mice don't have any appreciable noise in their output. All the smoothing does is make everything feel laggy. |