123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>turn_bank.ac</path>
- <animation>
- <type>material</type>
- <object-name>TB.Box</object-name>
- <object-name>TB.Face</object-name>
- <object-name>TB.Needle</object-name>
- <emission>
- <red>0.8</red>
- <green>0.4</green>
- <blue>0.2</blue>
- <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
- </emission>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>TB.Needle</object-name>
- <property>/instrumentation/turn-indicator/indicated-turn-rate</property>
- <!--<factor>20</factor>-->
- <interpolation>
- <entry><ind> -5</ind><dep>-30</dep></entry>
- <entry><ind>-1.5</ind><dep>-30</dep></entry>
- <entry><ind> 1.5</ind><dep> 30</dep></entry>
- <entry><ind> 5</ind><dep> 30</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- <center>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>-0.0255</z-m>
- </center>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>TB.Ball</object-name>
- <property>/instrumentation/slip-skid-ball/indicated-slip-skid</property>
- <min>-1.1</min>
- <max>1.1</max>
- <interpolation>
- <entry><ind>-1.1</ind><dep>-6.5</dep></entry>
- <entry><ind> 1.1</ind><dep> 6.5</dep></entry>
- </interpolation>
- <axis>
- <x>-1</x>
- <y>0</y>
- <z>0</z>
- </axis>
- <center>
- <x-m>0</x-m>
- <y-m>0</y-m>
- <z-m>0.3</z-m>
- </center>
- </animation>
- </PropertyList>
|