We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents beb798d + d83aaee commit f03301cCopy full SHA for f03301c
modules/mobile_vr/mobile_vr_interface.cpp
@@ -126,7 +126,7 @@ void MobileVRInterface::set_position_from_sensors() {
126
// 9dof is a misleading marketing term coming from 3 accelerometer axis + 3 gyro axis + 3 magnetometer axis = 9 axis
127
// but in reality this only offers 3 dof (yaw, pitch, roll) orientation
128
129
- Basis orientation;
+ Basis orientation = head_transform.basis;
130
131
uint64_t ticks = OS::get_singleton()->get_ticks_usec();
132
uint64_t ticks_elapsed = ticks - last_ticks;
0 commit comments