mirror of
https://github.com/overte-org/overte.git
synced 2025-06-07 01:41:39 +02:00
Fixed indentation
This commit is contained in:
parent
ffa6687af3
commit
33a01819e3
1 changed files with 5 additions and 5 deletions
|
@ -112,7 +112,7 @@ public:
|
||||||
|
|
||||||
void setRealWorldFieldOfView(float realWorldFov) { _realWorldFieldOfView.set(realWorldFov); }
|
void setRealWorldFieldOfView(float realWorldFov) { _realWorldFieldOfView.set(realWorldFov); }
|
||||||
|
|
||||||
void setLeanScale(float scale) { _leanScale = scale; }
|
void setLeanScale(float scale) { _leanScale = scale; }
|
||||||
float getLeanScale() const { return _leanScale; }
|
float getLeanScale() const { return _leanScale; }
|
||||||
|
|
||||||
Q_INVOKABLE glm::vec3 getDefaultEyePosition() const;
|
Q_INVOKABLE glm::vec3 getDefaultEyePosition() const;
|
||||||
|
@ -220,11 +220,11 @@ public:
|
||||||
float getBoomLength() const { return _boomLength; }
|
float getBoomLength() const { return _boomLength; }
|
||||||
void setBoomLength(float boomLength) { _boomLength = boomLength; }
|
void setBoomLength(float boomLength) { _boomLength = boomLength; }
|
||||||
|
|
||||||
float getPitchSpeed() const { return _pitchSpeed; }
|
float getPitchSpeed() const { return _pitchSpeed; }
|
||||||
void setPitchSpeed(float speed) { _pitchSpeed = speed; }
|
void setPitchSpeed(float speed) { _pitchSpeed = speed; }
|
||||||
|
|
||||||
float getYawSpeed() const { return _yawSpeed; }
|
float getYawSpeed() const { return _yawSpeed; }
|
||||||
void setYawSpeed(float speed) { _yawSpeed = speed; }
|
void setYawSpeed(float speed) { _yawSpeed = speed; }
|
||||||
|
|
||||||
static const float ZOOM_MIN;
|
static const float ZOOM_MIN;
|
||||||
static const float ZOOM_MAX;
|
static const float ZOOM_MAX;
|
||||||
|
|
Loading…
Reference in a new issue