We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e9422 commit cac28c3Copy full SHA for cac28c3
ihmc-high-level-behaviors/src/libgdx/java/us/ihmc/rdx/ui/vr/RDXVRHandControl.java
@@ -126,7 +126,7 @@ else if (skeleton.flFingerCurl(i) <= 0.85f)
126
float newThumbOpposition = thumbOpposition.get(side) + side.negateIfRightSide(1.0f) * Math.signum(lateralJoystick) * THUMB_OPPOSITION_JOYSTICK_INCREMENT;
127
newThumbOpposition = Math.max(0.0f, Math.min(newThumbOpposition, 1.0f));
128
thumbOpposition.put(side, newThumbOpposition);
129
- handManager.getHand(side).sendFingerPosition(5, thumbOpposition.get(side));
+ handManager.getHand(side).sendFingerPosition(5, 120.0f * thumbOpposition.get(side));
130
}
131
132
0 commit comments