diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-10 15:57:56 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-10 15:57:56 +0200 |
commit | 39c79af233bb5213701f54e779a3554fa2abe183 (patch) | |
tree | d8eddf023e7ec46595bff37649d8373c3152daf4 /logic/main-settings.hpp | |
parent | 4f61fe1d9f07262426c5c3b431c9a27958f22da5 (diff) |
get rid of camera angle position rotation
It doesn't work well enough anyway
Diffstat (limited to 'logic/main-settings.hpp')
-rw-r--r-- | logic/main-settings.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/main-settings.hpp b/logic/main-settings.hpp index 6f7c2c82..18c6f19a 100644 --- a/logic/main-settings.hpp +++ b/logic/main-settings.hpp @@ -76,7 +76,6 @@ struct OTR_LOGIC_EXPORT main_settings final value<bool> tcomp_p, tcomp_disable_tx, tcomp_disable_ty, tcomp_disable_tz; value<bool> tcomp_disable_src_yaw, tcomp_disable_src_pitch, tcomp_disable_src_roll; value<bool> tray_enabled, tray_start; - value<int> camera_yaw, camera_pitch, camera_roll; value<bool> center_at_startup; value<int> center_method; value<int> neck_z; |