1
0
Fork 0

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:
martin 2007-11-09 12:10:36 +00:00
parent 2ba2925cd0
commit 56eb66f03b

View file

@ -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>