Skip to content

Commit 9d78d5b

Browse files
committed
Adjust squint threshold
1 parent 198bec5 commit 9d78d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ExpressionStrategies/V1Mapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private void HandleEyeOpenness(ref UnifiedEyeData eyeData, ref UnifiedExpression
4949
// we fake the squeeze and widen
5050

5151
// todo for v2: make this configurable via OSC commands I guess, or we switch to sockets
52-
const float squeezeThreshold = 0.1f;
52+
const float squeezeThreshold = 0.05f;
5353
const float widenThreshold = 0.95f;
5454

5555
var baseRightEyeOpenness = _parameterValues["RightEyeLidExpandedSqueeze"];

0 commit comments

Comments
 (0)