summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/tracker.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-25 14:08:56 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-25 14:08:56 +0200
commit3831edae9a45d65f6636767d6f6c53378e036b06 (patch)
tree923e6729b80e8e54b3941900ae3fbc88d1168279 /facetracknoir/tracker.h
parent06687f9777fc7fa4e2bca2b2471af596ab658e9f (diff)
add translation compensation
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'facetracknoir/tracker.h')
-rw-r--r--facetracknoir/tracker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/facetracknoir/tracker.h b/facetracknoir/tracker.h
index 24a22c16..a7951ceb 100644
--- a/facetracknoir/tracker.h
+++ b/facetracknoir/tracker.h
@@ -109,6 +109,7 @@ public:
// following are now protected by hTrackMutex
volatile bool do_center; // Center head-position, using the shortkey
volatile bool enabled;
+ volatile bool compensate;
T6DOF output_camera;
};