summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_rift/ftnoir_tracker_rift.h
diff options
context:
space:
mode:
authormm0zct <the_cartographer@hotmail.com>2013-11-26 04:08:23 +0000
committermm0zct <the_cartographer@hotmail.com>2013-11-26 04:08:23 +0000
commit3895beb6bbc6aaaaf167f1db99b7078506a83622 (patch)
tree3e8490c55eb7937611ef31fd364cec0e64471016 /ftnoir_tracker_rift/ftnoir_tracker_rift.h
parent78b570ca271f7e494615538f2c4fac618e79b015 (diff)
Added positional tracking?!
perhaps, perhaps not.. to be tested -mm0zct
Diffstat (limited to 'ftnoir_tracker_rift/ftnoir_tracker_rift.h')
-rw-r--r--ftnoir_tracker_rift/ftnoir_tracker_rift.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_tracker_rift/ftnoir_tracker_rift.h b/ftnoir_tracker_rift/ftnoir_tracker_rift.h
index b76d8d09..787f16b9 100644
--- a/ftnoir_tracker_rift/ftnoir_tracker_rift.h
+++ b/ftnoir_tracker_rift/ftnoir_tracker_rift.h
@@ -29,13 +29,13 @@ private:
bool bEnableRoll;
bool bEnablePitch;
bool bEnableYaw;
-#if 0
+#if 1
bool bEnableX;
bool bEnableY;
bool bEnableZ;
#endif
bool useYawSpring;
- double old_yaw, constant_drift, persistence, deadzone;
+ double old_yaw, constant_drift, persistence, deadzone, old_x, old_y, old_z, vx, vy, vz;
};
// Widget that has controls for FTNoIR protocol client-settings.