Skip to content

Commit

Permalink
MobileVR: orientation is progressive and needs to be initialised
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiaanOlij committed Apr 29, 2024
1 parent 6118592 commit d83aaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mobile_vr/mobile_vr_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void MobileVRInterface::set_position_from_sensors() {
// 9dof is a misleading marketing term coming from 3 accelerometer axis + 3 gyro axis + 3 magnetometer axis = 9 axis
// but in reality this only offers 3 dof (yaw, pitch, roll) orientation

Basis orientation;
Basis orientation = head_transform.basis;

uint64_t ticks = OS::get_singleton()->get_ticks_usec();
uint64_t ticks_elapsed = ticks - last_ticks;
Expand Down

0 comments on commit d83aaee

Please sign in to comment.