We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638df41 commit b7fdc4cCopy full SHA for b7fdc4c
VERSIONS.md
@@ -1,6 +1,7 @@
1
# 2.0.0 (in progress)
2
- Rename Action-Set to Action-Map to better match OpenXR naming
3
- Modify HandPoseController to extend from HandPoseDetector (breaking change)
4
+- Minor adjustment to point-thumbs-up to make it work better for UI framing
5
6
# 1.3.0
7
- Fine-tune aim pose
addons/hand_pose_detector/poses/point_thumb_up.tres
@@ -47,8 +47,8 @@ max = 0.0
47
script = ExtResource("2_0x328")
48
type = 0
49
min = 0.0
50
-from = 40.0
51
-to = 20.0
+from = 50.0
+to = 30.0
52
max = 0.0
53
54
[sub_resource type="Resource" id="Resource_iey1r"]
0 commit comments