started hand (and probably slight openxr extension) refactor. :3

This commit is contained in:
Schmarni
2023-11-04 17:26:30 +01:00
parent ccd505051d
commit 538000899c
9 changed files with 299 additions and 119 deletions

View File

@@ -8,6 +8,7 @@ pub mod xr_camera;
pub mod hand_poses;
pub mod hand;
pub mod handtracking;
pub mod hands;
use crate::resources::XrSession;
use crate::xr_begin_frame;