change default locomotion to head tracked

This commit is contained in:
Jay Christy
2023-09-24 23:46:57 -04:00
parent 328c574f9e
commit 16bbe283cb

View File

@@ -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),