|
@@ -347,7 +347,7 @@ namespace BBIWARG
|
|
|
|
|
|
|
|
|
|
|
|
- public static readonly float HandThumbDefectMinThumbShortLengthRatio = 0.75f;
|
|
|
+ public static readonly float HandThumbDefectMinThumbShortLengthRatio = 0.6f;
|
|
|
|
|
|
#endregion hand detection
|
|
|
|
|
@@ -513,12 +513,12 @@ namespace BBIWARG
|
|
|
|
|
|
|
|
|
|
|
|
- public static readonly int TouchTipInsideFactor = 2;
|
|
|
+ public static int TouchTipInsideFactor { get { return InputSource == InputType.RS300 ? 10 : 2; }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- public static readonly int TouchTipOutsideFactor = 7;
|
|
|
+ public static int TouchTipOutsideFactor { get { return InputSource == InputType.RS300 ? 30 : 7; }}
|
|
|
|
|
|
#endregion touch detection
|
|
|
|