refactor stage, hmd, and local floor

This commit is contained in:
ForTehLose
2024-09-03 14:52:49 -04:00
parent d0f2b01a06
commit fa9b797610
3 changed files with 224 additions and 81 deletions

View File

@@ -1,6 +1,7 @@
// use bevy::prelude::*;
pub mod hand_gizmos;
#[cfg(not(target_family = "wasm"))]
pub mod xr_utils_actions;
pub mod tracking_utils;
#[cfg(not(target_family = "wasm"))]
pub mod transform_utils;
#[cfg(not(target_family = "wasm"))]
pub mod xr_utils_actions;