123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0"?>
- <!-- Radar Altimeter -->
- <PropertyList>
- <path>radar-altimeter.ac</path>
- <animation>
- <type>material</type>
- <object-name>srew13</object-name>
- <object-name>Face.003</object-name>
- </animation>
- <effect>
- <inherits-from>Aircraft/AvroVulcanB2/Models/Effects/glass-uber</inherits-from>
- <object-name>vitre</object-name>
- </effect>
- <!-- Radar Altimeter -->
- <!-- Needle 500ft sensitivity-->
- <animation>
- <type>rotate</type>
- <object-name>needle</object-name>
- <property>/position/altitude-agl-ft</property>
- <center>
- <x-m> 4.90647</x-m>
- <y-m>-0.26183</y-m>
- <z-m> 1.19825</z-m>
- </center>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- <!-- <condition>
- <and>
- <equals>
- <property>instrumentation/radar-altimeter/serviceable</property>
- <value>true</value>
- </equals>
- <equals>
- <property>controls/radar/sensitivity-five-thousand</property>
- <value>false</value>
- </equals>
- </and>
- </condition> -->
- <interpolation>
- <entry><ind>0</ind><dep>0</dep></entry>
- <entry><ind>500</ind><dep>315</dep></entry>
- </interpolation>
- </animation>
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|