Skip to content

Commit

Permalink
Update Threasholds
Browse files Browse the repository at this point in the history
Tweaked the Threasholds some more
  • Loading branch information
Chickenbreadlp committed Oct 5, 2022
1 parent 68de256 commit e00367b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified TrackingLibs/Varjo/VarjoLib.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion VarjoTrackingModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static class TrackingData
{
// Magic numbers to disect the 0-1 Varjo Openness float into SRanipal Openness, Widen & Squeeze values
// Based on Testing from @Chickenbread; may need adjusting
private static readonly float EYE_SQUEEZE_THRESHOLD = 0.10f, EYE_WIDEN_THRESHOLD = 0.90f;
private static readonly float EYE_SQUEEZE_THRESHOLD = 0.15f, EYE_WIDEN_THRESHOLD = 0.90f;

// 999 for min and -1 for max, to ensure these Values get overwritten the first runthrough
private static double _minPupilSize = 999, _maxPupilSize = -1;
Expand Down

0 comments on commit e00367b

Please sign in to comment.