pedals.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>pedals.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>rudderpedal_LL</object-name>
  7. <object-name>rudderpedal_LR</object-name>
  8. <object-name>rudderpedal_RL</object-name>
  9. <object-name>rudderpedal_RR</object-name>
  10. </animation>
  11. <animation>
  12. <type>translate</type>
  13. <object-name>rudderpedal_LL</object-name>
  14. <property>controls/flight/rudder</property>
  15. <factor> 0.07 </factor>
  16. <axis>
  17. <x> 1 </x>
  18. <y> 0 </y>
  19. <z> 0 </z>
  20. </axis>
  21. </animation>
  22. <animation>
  23. <type>translate</type>
  24. <object-name>rudderpedal_RL</object-name>
  25. <property>controls/flight/rudder</property>
  26. <factor> 0.07 </factor>
  27. <axis>
  28. <x> 1 </x>
  29. <y> 0 </y>
  30. <z> 0 </z>
  31. </axis>
  32. </animation>
  33. <animation>
  34. <type>translate</type>
  35. <object-name>rudderpedal_LR</object-name>
  36. <property>controls/flight/rudder</property>
  37. <factor> 0.07 </factor>
  38. <axis>
  39. <x> -1 </x>
  40. <y> 0 </y>
  41. <z> 0 </z>
  42. </axis>
  43. </animation>
  44. <animation>
  45. <type>translate</type>
  46. <object-name>rudderpedal_RR</object-name>
  47. <property>controls/flight/rudder</property>
  48. <factor> 0.07 </factor>
  49. <axis>
  50. <x> -1 </x>
  51. <y> 0 </y>
  52. <z> 0 </z>
  53. </axis>
  54. </animation>
  55. </PropertyList>