Skip to content

Commit

Permalink
feat(camera): improved default VR position for A32NX (#9167)
Browse files Browse the repository at this point in the history
* feat(camera): improved default VR position

* added changelog
  • Loading branch information
aguther committed Nov 2, 2024
1 parent d710c97 commit def9813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. [A380X/EFB] Fixed doors automatically opening in flight - @saschl (saschl)
1. [A380X/FMS] Fixed layouting issue on FMS/ACTIVE/PERF/T.O page for some users - @flogross89 (floridude)
1. [A380X/TELEX] Added popup for telex consent @saschl (saschl) @Maximilian-Reuter (\_chaoz)
1. [A32NX/CAMERA] Improved default camera position for Virtual Reality (VR) - @aguther (Andreas Guther)

## 0.12.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ SubCategory = "Pilot"
SubCategoryItem = "PilotVR"
PitchPanRate = 20
HeadingPanRate = 60
InitialXyz = -0.045, 0.77, -2.274
InitialXyz = -0.045, 0.73, -2.15
InitialPbh = 0, 0, 0
NodesToHide = ""
ClipMode = "Normal"
Expand Down

0 comments on commit def9813

Please sign in to comment.