pedals.xml 782 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- Based on R22 panel for tye moment -->
  3. <PropertyList>
  4. <path>pedals.ac</path>
  5. <animation>
  6. <type>rotate</type>
  7. <object-name>RHpedal</object-name>
  8. <property>controls/flight/rudder</property>
  9. <factor> 20 </factor>
  10. <center>
  11. <x-m> -0.123 </x-m>
  12. <y-m> 0.000 </y-m>
  13. <z-m> -0.361 </z-m>
  14. </center>
  15. <axis>
  16. <x> 0 </x>
  17. <y> -1 </y>
  18. <z> 0 </z>
  19. </axis>
  20. </animation>
  21. <animation>
  22. <type>rotate</type>
  23. <object-name>LHpedal</object-name>
  24. <property>controls/flight/rudder</property>
  25. <factor> -20 </factor>
  26. <center>
  27. <x-m> -0.123 </x-m>
  28. <y-m> 0.000 </y-m>
  29. <z-m> -0.361 </z-m>
  30. </center>
  31. <axis>
  32. <x> 0 </x>
  33. <y> -1 </y>
  34. <z> 0 </z>
  35. </axis>
  36. </animation>
  37. </PropertyList>