Skip to content

Commit 1e190b5

Browse files
authored
Add basic hand model to addon (#10)
1 parent 7c3e460 commit 1e190b5

11 files changed

+1174
-31
lines changed

VERSIONS.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- Added hand pose controller capable of generating XR input actions
33
- Added debounce hold and release times for poses
44
- Added controller pose type [skeleton, aim, grab]
5+
- Added basic hand models to addon
56

67
# 1.1.0
78
- Moved fitness function to separate resource

assets/gltf/LeftHandHumanoid.gltf.import addons/hand_pose_detector/hands/LeftHandHumanoid.gltf.import

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ importer="scene"
44
importer_version=1
55
type="PackedScene"
66
uid="uid://cjcehqrfoxav3"
7-
path="res://.godot/imported/LeftHandHumanoid.gltf-219698e659d03b53d9439b731eba1dad.scn"
7+
path="res://.godot/imported/LeftHandHumanoid.gltf-ad60a3b416a0e40b4db49f7b2b5b2621.scn"
88

99
[deps]
1010

11-
source_file="res://assets/gltf/LeftHandHumanoid.gltf"
12-
dest_files=["res://.godot/imported/LeftHandHumanoid.gltf-219698e659d03b53d9439b731eba1dad.scn"]
11+
source_file="res://addons/hand_pose_detector/hands/LeftHandHumanoid.gltf"
12+
dest_files=["res://.godot/imported/LeftHandHumanoid.gltf-ad60a3b416a0e40b4db49f7b2b5b2621.scn"]
1313

1414
[params]
1515

assets/gltf/RightHandHumanoid.gltf.import addons/hand_pose_detector/hands/RightHandHumanoid.gltf.import

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ importer="scene"
44
importer_version=1
55
type="PackedScene"
66
uid="uid://dabmoo0spa6vg"
7-
path="res://.godot/imported/RightHandHumanoid.gltf-9b0df2ce88fbae3fc911bc06520ecfc9.scn"
7+
path="res://.godot/imported/RightHandHumanoid.gltf-f95c309fdbd4512d77d0adba339d9024.scn"
88

99
[deps]
1010

11-
source_file="res://assets/gltf/RightHandHumanoid.gltf"
12-
dest_files=["res://.godot/imported/RightHandHumanoid.gltf-9b0df2ce88fbae3fc911bc06520ecfc9.scn"]
11+
source_file="res://addons/hand_pose_detector/hands/RightHandHumanoid.gltf"
12+
dest_files=["res://.godot/imported/RightHandHumanoid.gltf-f95c309fdbd4512d77d0adba339d9024.scn"]
1313

1414
[params]
1515

File renamed without changes.

assets/gltf/hand.png.import addons/hand_pose_detector/hands/hand.png.import

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
importer="texture"
44
type="CompressedTexture2D"
55
uid="uid://jmog4gftnc6"
6-
path.s3tc="res://.godot/imported/hand.png-a9641443c18f421b63decbe9f5ce13e4.s3tc.ctex"
6+
path.s3tc="res://.godot/imported/hand.png-0e74e8ea85846bad12cb504adc8e5d90.s3tc.ctex"
77
metadata={
88
"imported_formats": ["s3tc_bptc"],
99
"vram_texture": true
1010
}
1111

1212
[deps]
1313

14-
source_file="res://assets/gltf/hand.png"
15-
dest_files=["res://.godot/imported/hand.png-a9641443c18f421b63decbe9f5ce13e4.s3tc.ctex"]
14+
source_file="res://addons/hand_pose_detector/hands/hand.png"
15+
dest_files=["res://.godot/imported/hand.png-0e74e8ea85846bad12cb504adc8e5d90.s3tc.ctex"]
1616

1717
[params]
1818

demo.tscn

+577-3
Large diffs are not rendered by default.

inspect.tscn

+587-19
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)