got a hand array

This commit is contained in:
Jay Christy
2023-09-26 12:54:52 -04:00
parent 65fbffaae7
commit 4b1536cb0b
2 changed files with 107 additions and 1 deletions

3
src/xr_input/hand.rs Normal file
View File

@@ -0,0 +1,3 @@
pub struct Hand {
pub HandJointPoses: [Posef; 26]
}