summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_rift/ftnoir_tracker_rift.h
diff options
context:
space:
mode:
authormm0zct <the_cartographer@hotmail.com>2013-10-05 11:14:46 +0100
committermm0zct <the_cartographer@hotmail.com>2013-10-05 11:14:46 +0100
commite5f1e165616bd1dfcfbdf8fd19228fee2a657bc9 (patch)
tree1f792b8b9b2480a0ef0b4444c75a7b3b57b0cfdc /ftnoir_tracker_rift/ftnoir_tracker_rift.h
parentee843add4063931d8a0331eba3d60c8a579d0661 (diff)
added a re-centre spring effect, optional compiler preprocessor, enabled by default
Diffstat (limited to 'ftnoir_tracker_rift/ftnoir_tracker_rift.h')
-rw-r--r--ftnoir_tracker_rift/ftnoir_tracker_rift.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_rift/ftnoir_tracker_rift.h b/ftnoir_tracker_rift/ftnoir_tracker_rift.h
index 7bacb91c..579d7d34 100644
--- a/ftnoir_tracker_rift/ftnoir_tracker_rift.h
+++ b/ftnoir_tracker_rift/ftnoir_tracker_rift.h
@@ -30,7 +30,7 @@ private:
// Magnetometer calibration and yaw correction
OVR::Util::MagCalibration MagCal;
bool isCalibrated;
-
+ double old_yaw;
double newHeadPose[6]; // Structure with new headpose
bool bEnableRoll;
bool bEnablePitch;