1 2 3 4
use bevy::math::Isometry3d; #[deprecated = "Use Isometry3d instead"] pub type XrPose = Isometry3d;