From 16bbe283cbccb92c73fd66175c2602c9a3fd80a2 Mon Sep 17 00:00:00 2001 From: Jay Christy Date: Sun, 24 Sep 2023 23:46:57 -0400 Subject: [PATCH] change default locomotion to head tracked --- src/xr_input/prototype_locomotion.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xr_input/prototype_locomotion.rs b/src/xr_input/prototype_locomotion.rs index 615f9fd..71e708f 100644 --- a/src/xr_input/prototype_locomotion.rs +++ b/src/xr_input/prototype_locomotion.rs @@ -43,7 +43,7 @@ pub struct PrototypeLocomotionConfig { impl Default for PrototypeLocomotionConfig { fn default() -> Self { Self { - locomotion_type: LocomotionType::Hand, + locomotion_type: LocomotionType::Head, locomotion_speed: 1.0, rotation_type: RotationType::Smooth, snap_angle: 45.0 * (PI / 180.0),