ECS.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>ECS.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>base</object-name>
  7. <object-name>pitot</object-name>
  8. <object-name>wind-shield</object-name>
  9. <object-name>anti-fog</object-name>
  10. <emission>
  11. <red> 0.5 </red>
  12. <green> 0.2 </green>
  13. <blue> 0.2 </blue>
  14. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  15. </emission>
  16. </animation>
  17. <!-- PITOT HEAT -->
  18. <animation>
  19. <type>pick</type>
  20. <visible>true</visible>
  21. <object-name>pitot</object-name>
  22. <action>
  23. <button>0</button>
  24. <repeatable>false</repeatable>
  25. <binding>
  26. <command>property-toggle</command>
  27. <property>controls/anti-ice/pitot-heat</property>
  28. </binding>
  29. <binding>
  30. <command>property-toggle</command>
  31. <property>sim/sound/click</property>
  32. </binding>
  33. </action>
  34. </animation>
  35. <animation>
  36. <type>rotate</type>
  37. <object-name>pitot</object-name>
  38. <property>controls/anti-ice/pitot-heat</property>
  39. <factor>40</factor>
  40. <axis>
  41. <x> 0 </x>
  42. <y> -1 </y>
  43. <z> 0 </z>
  44. </axis>
  45. <center>
  46. <x-m> 0.003 </x-m>
  47. <y-m> 0.002 </y-m>
  48. <z-m>-0.080 </z-m>
  49. </center>
  50. </animation>
  51. <!-- WINDOW HEAT -->
  52. <animation>
  53. <type>pick</type>
  54. <visible>true</visible>
  55. <object-name>wind-shield</object-name>
  56. <action>
  57. <button>0</button>
  58. <repeatable>false</repeatable>
  59. <binding>
  60. <command>property-toggle</command>
  61. <property>controls/anti-ice/window-heat</property>
  62. </binding>
  63. <binding>
  64. <command>property-toggle</command>
  65. <property>sim/sound/click</property>
  66. </binding>
  67. </action>
  68. </animation>
  69. <animation>
  70. <type>rotate</type>
  71. <object-name>wind-shield</object-name>
  72. <property>controls/anti-ice/window-heat</property>
  73. <factor>40</factor>
  74. <axis>
  75. <x> 0 </x>
  76. <y> -1 </y>
  77. <z> 0 </z>
  78. </axis>
  79. <center>
  80. <x-m> 0.003 </x-m>
  81. <y-m> 0.002 </y-m>
  82. <z-m>-0.080 </z-m>
  83. </center>
  84. </animation>
  85. <!-- ANTI FOG -->
  86. <animation>
  87. <type>pick</type>
  88. <visible>true</visible>
  89. <object-name>anti-fog</object-name>
  90. <action>
  91. <button>0</button>
  92. <repeatable>false</repeatable>
  93. <binding>
  94. <command>property-toggle</command>
  95. <property>controls/anti-ice/window-heat</property>
  96. </binding>
  97. <binding>
  98. <command>property-toggle</command>
  99. <property>sim/sound/click</property>
  100. </binding>
  101. </action>
  102. </animation>
  103. <animation>
  104. <type>rotate</type>
  105. <object-name>anti-fog</object-name>
  106. <property>controls/anti-ice/window-heat</property>
  107. <factor>40</factor>
  108. <axis>
  109. <x> 0 </x>
  110. <y> -1 </y>
  111. <z> 0 </z>
  112. </axis>
  113. <center>
  114. <x-m>-0.010 </x-m>
  115. <y-m> 0.038 </y-m>
  116. <z-m>-0.049 </z-m>
  117. </center>
  118. </animation>
  119. </PropertyList>