diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-25 14:08:56 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-25 14:08:56 +0200 |
commit | 3831edae9a45d65f6636767d6f6c53378e036b06 (patch) | |
tree | 923e6729b80e8e54b3941900ae3fbc88d1168279 /facetracknoir/tracker.h | |
parent | 06687f9777fc7fa4e2bca2b2471af596ab658e9f (diff) |
add translation compensation
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'facetracknoir/tracker.h')
-rw-r--r-- | facetracknoir/tracker.h | 1 |
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; }; |