create resource to help with entity selection

This commit is contained in:
Jay Christy
2023-10-09 21:04:20 -04:00
parent 166fe1a2c0
commit 92eb5736eb
3 changed files with 157 additions and 12 deletions

View File

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