yoke.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>yoke.ac</path>
  4. <animation>
  5. <object-name>yokes.pitch</object-name>
  6. <object-name>yoke.roll</object-name>
  7. </animation>
  8. <animation>
  9. <type>translate</type>
  10. <object-name>yokes.pitch</object-name>
  11. <object-name>yoke.roll</object-name>
  12. <property>controls/flight/elevator</property>
  13. <factor> -0.1 </factor>
  14. <axis>
  15. <x> 1 </x>
  16. <y> 0 </y>
  17. <z> 0 </z>
  18. </axis>
  19. </animation>
  20. <animation>
  21. <type>rotate</type>
  22. <object-name>yoke.roll</object-name>
  23. <property>controls/flight/aileron</property>
  24. <factor> -15 </factor>
  25. <center>
  26. <x-m> 0.00000 </x-m>
  27. <y-m> 0.00000 </y-m>
  28. <z-m> 0.31849 </z-m>
  29. </center>
  30. <axis>
  31. <x> 1 </x>
  32. <y> 0 </y>
  33. <z> 0 </z>
  34. </axis>
  35. </animation>
  36. <!-- Yokes visible ou non -->
  37. <animation>
  38. <type>select</type>
  39. <object-name>yokes.pitch</object-name>
  40. <object-name>yoke.roll</object-name>
  41. <condition>
  42. <property>/sim/model/hide-yoke</property>
  43. </condition>
  44. </animation>
  45. </PropertyList>