mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Tweaked mirror distances
This commit is contained in:
parent
e29b366b7e
commit
65340f1667
1 changed files with 3 additions and 3 deletions
|
@ -81,9 +81,9 @@ const int MIRROR_VIEW_TOP_PADDING = 5;
|
|||
const int MIRROR_VIEW_LEFT_PADDING = 10;
|
||||
const int MIRROR_VIEW_WIDTH = 265;
|
||||
const int MIRROR_VIEW_HEIGHT = 215;
|
||||
const float MIRROR_FULLSCREEN_DISTANCE = 0.2f;
|
||||
const float MIRROR_REARVIEW_DISTANCE = 0.3f;
|
||||
const float MIRROR_REARVIEW_BODY_DISTANCE = 1.f;
|
||||
const float MIRROR_FULLSCREEN_DISTANCE = 0.35f;
|
||||
const float MIRROR_REARVIEW_DISTANCE = 0.65f;
|
||||
const float MIRROR_REARVIEW_BODY_DISTANCE = 2.3f;
|
||||
|
||||
|
||||
void messageHandler(QtMsgType type, const QMessageLogContext& context, const QString &message) {
|
||||
|
|
Loading…
Reference in a new issue