Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
c00cfc55d5
3 changed files with 223 additions and 133 deletions
Aircraft/Instruments-3d/altimeter
Binary file not shown.
Before ![]() (image error) Size: 28 KiB After ![]() (image error) Size: 34 KiB ![]() ![]() |
File diff suppressed because it is too large
Load diff
|
@ -20,7 +20,7 @@
|
||||||
<type>rotate</type>
|
<type>rotate</type>
|
||||||
<object-name>needle</object-name>
|
<object-name>needle</object-name>
|
||||||
<property>instrumentation/altimeter/indicated-altitude-ft</property>
|
<property>instrumentation/altimeter/indicated-altitude-ft</property>
|
||||||
<factor>3.6</factor>
|
<factor>0.36</factor>
|
||||||
<axis>
|
<axis>
|
||||||
<x>-1</x>
|
<x>-1</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
|
@ -76,6 +76,37 @@
|
||||||
</axis>
|
</axis>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>negativ-flag</object-name>
|
||||||
|
<condition>
|
||||||
|
<less-than>
|
||||||
|
<property>instrumentation/altimeter/indicated-altitude-ft</property>
|
||||||
|
<value>0</value>
|
||||||
|
</less-than>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>below-1000-flag</object-name>
|
||||||
|
<condition>
|
||||||
|
<less-than>
|
||||||
|
<property>instrumentation/altimeter/indicated-altitude-ft</property>
|
||||||
|
<value>1000</value>
|
||||||
|
</less-than>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<object-name>below-10000-flag</object-name>
|
||||||
|
<condition>
|
||||||
|
<less-than>
|
||||||
|
<property>instrumentation/altimeter/indicated-altitude-ft</property>
|
||||||
|
<value>10000</value>
|
||||||
|
</less-than>
|
||||||
|
</condition>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<!-- barometer drum counter -->
|
<!-- barometer drum counter -->
|
||||||
<animation>
|
<animation>
|
||||||
<type>textranslate</type>
|
<type>textranslate</type>
|
||||||
|
|
Loading…
Add table
Reference in a new issue