123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>ECS.ac</path>
- <animation>
- <type>material</type>
- <object-name>base</object-name>
- <object-name>pitot</object-name>
- <object-name>wind-shield</object-name>
- <object-name>anti-fog</object-name>
- <emission>
- <red> 0.5 </red>
- <green> 0.2 </green>
- <blue> 0.2 </blue>
- <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
- </emission>
- </animation>
- <!-- PITOT HEAT -->
- <animation>
- <type>pick</type>
- <visible>true</visible>
- <object-name>pitot</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>controls/anti-ice/pitot-heat</property>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>pitot</object-name>
- <property>controls/anti-ice/pitot-heat</property>
- <factor>40</factor>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- <center>
- <x-m> 0.003 </x-m>
- <y-m> 0.002 </y-m>
- <z-m>-0.080 </z-m>
- </center>
- </animation>
- <!-- WINDOW HEAT -->
- <animation>
- <type>pick</type>
- <visible>true</visible>
- <object-name>wind-shield</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>controls/anti-ice/window-heat</property>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>wind-shield</object-name>
- <property>controls/anti-ice/window-heat</property>
- <factor>40</factor>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- <center>
- <x-m> 0.003 </x-m>
- <y-m> 0.002 </y-m>
- <z-m>-0.080 </z-m>
- </center>
- </animation>
- <!-- ANTI FOG -->
- <animation>
- <type>pick</type>
- <visible>true</visible>
- <object-name>anti-fog</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>controls/anti-ice/window-heat</property>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>anti-fog</object-name>
- <property>controls/anti-ice/window-heat</property>
- <factor>40</factor>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- <center>
- <x-m>-0.010 </x-m>
- <y-m> 0.038 </y-m>
- <z-m>-0.049 </z-m>
- </center>
- </animation>
- </PropertyList>
|