flap_sw.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>flap-switch.ac</path>
  4. <animation>
  5. <type>noshadow</type>
  6. <object-name>plate</object-name>
  7. </animation>
  8. <animation>
  9. <type>rotate</type>
  10. <object-name>switch</object-name>
  11. <property>controls/flight/flaps</property>
  12. <interpolation>
  13. <entry><ind>0</ind><dep> -25 </dep></entry>
  14. <entry><ind>0.5</ind><dep> 0 </dep></entry>
  15. <entry><ind>1</ind><dep> 25 </dep></entry>
  16. </interpolation>
  17. <center>
  18. <x-m> 0 </x-m>
  19. <y-m> 0 </y-m>
  20. <z-m> 0 </z-m>
  21. </center>
  22. <axis>
  23. <x> 0 </x>
  24. <y> 1 </y>
  25. <z> 0</z>
  26. </axis>
  27. </animation>
  28. <animation>
  29. <type>pick</type>
  30. <object-name>switch</object-name>
  31. <action>
  32. <button>0</button>
  33. <repeatable>true</repeatable>
  34. <binding>
  35. <command>property-adjust</command>
  36. <property>controls/flight/flaps</property>
  37. <step>0.5</step>
  38. <min>0</min>
  39. <max>1</max>
  40. </binding>
  41. </action>
  42. </animation>
  43. <animation>
  44. <type>pick</type>
  45. <object-name>switch</object-name>
  46. <action>
  47. <button>1</button>
  48. <repeatable>true</repeatable>
  49. <binding>
  50. <command>property-adjust</command>
  51. <property>controls/flight/flaps</property>
  52. <step>-0.5</step>
  53. <min>0</min>
  54. <max>1</max>
  55. </binding>
  56. </action>
  57. </animation>
  58. <animation>
  59. <object-name>switch</object-name>
  60. <object-name>plate</object-name>
  61. <type>material</type>
  62. <emission>
  63. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  64. <red>0.50</red>
  65. <green>0.5</green>
  66. <blue>0.5</blue>
  67. </emission>
  68. </animation>
  69. </PropertyList>