소스 검색

Changed Kalman Constants for Touch again.

Daniel Kauth 10 년 전
부모
커밋
876013dfc0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      bbiwarg/Constants.cs

+ 3 - 3
bbiwarg/Constants.cs

@@ -97,9 +97,9 @@ namespace bbiwarg
         public static readonly int TouchEventFloodfillHighDiff = 3;
         public static readonly int TouchEventTipInsideFactor = 1;
         public static readonly int TouchEventTipOutsideFactor = 7;
-        public static readonly float TouchmXX = 0.0005481396f;
-        public static readonly float TouchmXY = 0.0003090923f;
-        public static readonly float TouchmYY = 0.0005702336f;
+        public static readonly float TouchmXX = 0.0008f;
+        public static readonly float TouchmXY = 0.0f;
+        public static readonly float TouchmYY = 0.0008f;
         public static readonly float TouchProcessNoise = 3.0e-4f;
 
         // touch tracking