Fixed bug with field of view setting and adjusted pilot's eye location a very
tiny amount.
This commit is contained in:
parent
a4bc2ca82e
commit
e9e8022288
1 changed files with 4 additions and 1 deletions
|
@ -43,11 +43,14 @@ the flight data model, instrument panel, and external 3D model.
|
||||||
<config>
|
<config>
|
||||||
<x-offset-m archive="y">0</x-offset-m>
|
<x-offset-m archive="y">0</x-offset-m>
|
||||||
<y-offset-m archive="y">0.82</y-offset-m>
|
<y-offset-m archive="y">0.82</y-offset-m>
|
||||||
<z-offset-m archive="y">-2.82</z-offset-m>
|
<z-offset-m archive="y">-2.80</z-offset-m>
|
||||||
<pitch-offset-deg>-17</pitch-offset-deg>
|
<pitch-offset-deg>-17</pitch-offset-deg>
|
||||||
<default-field-of-view-deg>60</default-field-of-view-deg>
|
<default-field-of-view-deg>60</default-field-of-view-deg>
|
||||||
</config>
|
</config>
|
||||||
</view>
|
</view>
|
||||||
|
<current-view>
|
||||||
|
<field-of-view>60.0</field-of-view>
|
||||||
|
</current-view>
|
||||||
|
|
||||||
<aoa-indexer>
|
<aoa-indexer>
|
||||||
<too-slow-deg>15.0</too-slow-deg>
|
<too-slow-deg>15.0</too-slow-deg>
|
||||||
|
|
Loading…
Reference in a new issue