From 39c79af233bb5213701f54e779a3554fa2abe183 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 10 Jun 2017 15:57:56 +0200 Subject: get rid of camera angle position rotation It doesn't work well enough anyway --- gui/options-dialog.cpp | 4 -- gui/options-dialog.ui | 135 +------------------------------------------------ 2 files changed, 1 insertion(+), 138 deletions(-) (limited to 'gui') diff --git a/gui/options-dialog.cpp b/gui/options-dialog.cpp index dd5ddb2a..7eb6f68d 100644 --- a/gui/options-dialog.cpp +++ b/gui/options-dialog.cpp @@ -82,10 +82,6 @@ OptionsDialog::OptionsDialog(std::function pause_keybindings) : tie_setting(main.a_y.src, ui.src_y); tie_setting(main.a_z.src, ui.src_z); - tie_setting(main.camera_yaw, ui.camera_yaw); - tie_setting(main.camera_pitch, ui.camera_pitch); - tie_setting(main.camera_roll, ui.camera_roll); - tie_setting(main.center_method, ui.center_method); tie_setting(main.tracklogging_enabled, ui.tracklogging_enabled); diff --git a/gui/options-dialog.ui b/gui/options-dialog.ui index b7f701f8..39725f89 100644 --- a/gui/options-dialog.ui +++ b/gui/options-dialog.ui @@ -7,7 +7,7 @@ 0 0 588 - 550 + 552 @@ -965,136 +965,6 @@ Camera - - - - - 0 - 0 - - - - Camera angle - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop - - - - - - - 300 - 0 - - - - Specify an angle to rotate position tracking. It lets the tracker avoid moving on the X and Y axes when zooming, since camera isn't mounted perfectly in front of the model, but above or below. - - - Qt::AlignJustify|Qt::AlignVCenter - - - true - - - 2 - - - true - - - - - - - QGroupBox -{ - border: 0; -} - - - - 2 - - - 2 - - - - - Roll - - - - - - - - 80 - 0 - - - - -180 - - - 180 - - - - - - - - 80 - 0 - - - - -180 - - - 180 - - - - - - - Pitch - - - - - - - - 80 - 0 - - - - -180 - - - 180 - - - - - - - Yaw - - - - - - - - - @@ -2458,9 +2328,6 @@ bind_restart_tracking trayp tray_start - camera_yaw - camera_pitch - camera_roll pos_rx pos_ry pos_rz -- cgit v1.2.3