copied src from Schmarni-Dev/bevy_openxr:demo

This commit is contained in:
Schmarni
2023-11-08 02:38:56 +01:00
parent 78ee35df2a
commit 979c2fdd40
6 changed files with 275 additions and 51 deletions

View File

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