summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-09-04 10:13:54 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-09-04 10:13:54 +0200
commit1f8907d4a7239cf42be0135735179b8da2d414f1 (patch)
tree6e0cb7f8ef7ac5d2d7d7b4785e65621ad2cd4d5e
parent19ccb520c0216f3e98e8d8f0ed4c504fb1c24f10 (diff)
accela: change rotation gain
The gain is now smaller at the start.
-rw-r--r--ftnoir_filter_accela/ftnoir_filter_accela.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/ftnoir_filter_accela/ftnoir_filter_accela.cpp b/ftnoir_filter_accela/ftnoir_filter_accela.cpp
index e9f60036..f892483e 100644
--- a/ftnoir_filter_accela/ftnoir_filter_accela.cpp
+++ b/ftnoir_filter_accela/ftnoir_filter_accela.cpp
@@ -12,12 +12,12 @@
#include "opentrack/plugin-api.hpp"
static constexpr double rot_gains[][2] = {
- { 2.66, 110 },
- { 2.0, 52 },
- { 1.66, 29 },
- { 1.33, 15 },
- { 1, 4.5 },
- { .66, 1.4 },
+ { 2.66, 105 },
+ { 2.0, 47 },
+ { 1.66, 25 },
+ { 1.33, 12 },
+ { 1, 3.5 },
+ { .66, 1 },
{ .33, .4 },
{ 0, 0 },
{ -1, 0 }