pilot.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>pilot.ac</path>
  4. <animation>
  5. <type>select</type>
  6. <object-name>body</object-name>
  7. <object-name>head</object-name>
  8. <condition>
  9. <not>
  10. <equals>
  11. <property>sim/current-view/name</property>
  12. <value>Cockpit View</value>
  13. </equals>
  14. </not>
  15. </condition>
  16. </animation>
  17. <!-- head movement -->
  18. <animation>
  19. <type>rotate</type>
  20. <object-name>head</object-name>
  21. <property>controls/flight/elevator</property>
  22. <factor> -15 </factor>
  23. <center>
  24. <x-m> 0.24 </x-m>
  25. <y-m> 0.000 </y-m>
  26. <z-m> 0.37 </z-m>
  27. </center>
  28. <axis>
  29. <x> 0.000 </x>
  30. <y> 1.000 </y>
  31. <z> 0.000 </z>
  32. </axis>
  33. </animation>
  34. <animation>
  35. <type>rotate</type>
  36. <object-name>head</object-name>
  37. <property>controls/flight/rudder</property>
  38. <factor>-25</factor>
  39. <center>
  40. <x-m> 0.24 </x-m>
  41. <y-m> 0.000 </y-m>
  42. <z-m> 0.37 </z-m>
  43. </center>
  44. <axis>
  45. <x> 0.000 </x>
  46. <y> 0.000 </y>
  47. <z> 1.000 </z>
  48. </axis>
  49. </animation>
  50. <animation>
  51. <type>rotate</type>
  52. <object-name>head</object-name>
  53. <property>controls/flight/aileron</property>
  54. <factor> -10.0</factor>
  55. <center>
  56. <x-m> 0.24 </x-m>
  57. <y-m> 0.000 </y-m>
  58. <z-m> 0.37 </z-m>
  59. </center>
  60. <axis>
  61. <x> 1.000 </x>
  62. <y> 0.000 </y>
  63. <z> 0.000 </z>
  64. </axis>
  65. </animation>
  66. </PropertyList>