|
@@ -79,9 +79,9 @@ namespace bbiwarg
|
|
|
public static readonly int FingerTrackerNumFramesLostUntilDeleted = 10;
|
|
|
public static readonly float FingerTrackerMaxTipPointMove = 0.25f * ImageDiagonalLength;
|
|
|
public static readonly float FingerTrackerMaxHandPointMove = 0.25f * ImageDiagonalLength;
|
|
|
- public static readonly float FingermXX = 0.00005f;
|
|
|
+ public static readonly float FingermXX = 0.000005f;
|
|
|
public static readonly float FingermXY = 0.0f;
|
|
|
- public static readonly float FingermYY = 0.00005f;
|
|
|
+ public static readonly float FingermYY = 0.000005f;
|
|
|
public static readonly int FingerTrackerNumDirectionsForMeanDirection = 10;
|
|
|
|
|
|
|