pilot.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>general_pilot.ac</path>
  4. <animation>
  5. <!-- Objets opaques -->
  6. <object-name>tete</object-name>
  7. <object-name>visiere</object-name>
  8. <object-name>corps</object-name>
  9. <object-name>brasG</object-name>
  10. <object-name>brasD</object-name>
  11. <object-name>avantbrasG</object-name>
  12. <object-name>avantbrasD</object-name>
  13. <object-name>manche</object-name>
  14. <object-name>cuisseG</object-name>
  15. <object-name>cuisseD</object-name>
  16. <object-name>jambeG</object-name>
  17. <object-name>jambed</object-name>
  18. <object-name>piedG</object-name>
  19. <object-name>piedD</object-name>
  20. <!-- Objets transparents -->
  21. </animation>
  22. <animation>
  23. <name>AnimeTete</name>
  24. <object-name>tete</object-name>
  25. <object-name>visiere</object-name>
  26. </animation>
  27. <!-- Visière invisible depuis le cockpit -->
  28. <animation>
  29. <type>select</type>
  30. <object-name>visiere</object-name>
  31. <condition>
  32. <greater-than>
  33. <property>sim/current-view/view-number</property>
  34. <value>0</value>
  35. </greater-than>
  36. </condition>
  37. </animation>
  38. <animation>
  39. <type>rotate</type>
  40. <object-name>AnimeTete</object-name>
  41. <property>controls/flight/elevator</property>
  42. <factor> -15 </factor>
  43. <center>
  44. <x-m> 0.366 </x-m>
  45. <y-m> 0.005 </y-m>
  46. <z-m> 0.411 </z-m>
  47. </center>
  48. <axis>
  49. <x> 0.000 </x>
  50. <y> 1.000 </y>
  51. <z> 0.000 </z>
  52. </axis>
  53. </animation>
  54. <animation>
  55. <type>rotate</type>
  56. <object-name>AnimeTete</object-name>
  57. <property>controls/flight/rudder</property>
  58. <factor>-25</factor>
  59. <center>
  60. <x-m> 0.366 </x-m>
  61. <y-m> 0.005 </y-m>
  62. <z-m> 0.411 </z-m>
  63. </center>
  64. <axis>
  65. <x> 0.000 </x>
  66. <y> 0.000 </y>
  67. <z> 1.000 </z>
  68. </axis>
  69. </animation>
  70. <animation>
  71. <type>rotate</type>
  72. <object-name>AnimeTete</object-name>
  73. <property>surface-positions/left-aileron-pos-norm</property>
  74. <factor> -10.0</factor>
  75. <center>
  76. <x-m> 0.366 </x-m>
  77. <y-m> 0.005 </y-m>
  78. <z-m> 0.411 </z-m>
  79. </center>
  80. <axis>
  81. <x> 1.000 </x>
  82. <y> 0.000 </y>
  83. <z> 0.000 </z>
  84. </axis>
  85. </animation>
  86. </PropertyList>