got a hand array

This commit is contained in:
Jay Christy
2023-09-26 12:54:52 -04:00
parent cbe9d6a01d
commit c1819e975f
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]
}