Torsten Dreyer:
This patch for the 3d artificial horizon enables the movement of the reference bar like the 2d instrument and corrects the wrong display of pitch. The original version already has a reference bar object in the .ac file called bezel, but it is not bound to a animation. And the pitch is indicated approx. 25% low so a pitch of +10deg is indicated as approx. 7deg.
This commit is contained in:
parent
2ba2925cd0
commit
56eb66f03b
1 changed files with 16 additions and 1 deletions
|
@ -24,7 +24,22 @@
|
|||
<type>translate</type>
|
||||
<object-name>Pitch</object-name>
|
||||
<property>/instrumentation/attitude-indicator/indicated-pitch-deg</property>
|
||||
<factor>-0.00035</factor>
|
||||
<factor>-0.000530</factor>
|
||||
<min-m>-0.01575</min-m>
|
||||
<max-m>0.01575</max-m>
|
||||
<axis>
|
||||
<x>0.0</x>
|
||||
<y>0.0</y>
|
||||
<z>1.0</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<name>BezelTranslation</name>
|
||||
<type>translate</type>
|
||||
<object-name>Bezel</object-name>
|
||||
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
|
||||
<factor>-0.000530</factor>
|
||||
<min-m>-0.01575</min-m>
|
||||
<max-m>0.01575</max-m>
|
||||
<axis>
|
||||
|
|
Loading…
Reference in a new issue