summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/settings.h
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-28 10:46:45 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-28 10:46:45 +0200
commitb3a1c327bc3d8b7547171d99d3bfcf4d2714549c (patch)
tree2d1d74e8775ec808537d4ae28e7458ab5ab7ed38 /tracker-easy/settings.h
parent6fc9a425a00e98387cdd0023a39885b463cd2d02 (diff)
Easy Tracker: Removing support for specific models such as clip and cap.
Only generic model supported from now on. Removing vestige from calibration stuff. Changing version to 1.0.
Diffstat (limited to 'tracker-easy/settings.h')
-rw-r--r--tracker-easy/settings.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tracker-easy/settings.h b/tracker-easy/settings.h
index 825282d4..5a4dff84 100644
--- a/tracker-easy/settings.h
+++ b/tracker-easy/settings.h
@@ -40,15 +40,6 @@ namespace EasyTracker {
value<int> iVertexTopLeftX{ b, "iVertexTopLeftX", 0 }, iVertexTopLeftY{ b, "iVertexTopLeftY", 0 }, iVertexTopLeftZ{ b, "iVertexTopLeftZ", 0 };
- value<int> clip_ty{ b, "clip-ty", 40 },
- clip_tz{ b, "clip-tz", 30 },
- clip_by{ b, "clip-by", 70 },
- clip_bz{ b, "clip-bz", 80 };
-
- value<int> active_model_panel{ b, "active-model-panel", 0 },
- cap_x{ b, "cap-x", 35 },
- cap_y{ b, "cap-y", 55 },
- cap_z{ b, "cap-z", 100 };
value<int> fov{ b, "camera-fov", 56 };