cyclic.xml 949 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <!-- for UH-60 HD -->
  4. <path>cyclic.ac</path>
  5. <animation>
  6. <name>CyclicComplet</name>
  7. <object-name>cyclic</object-name>
  8. </animation>
  9. <animation>
  10. <type>rotate</type>
  11. <object-name>CyclicComplet</object-name>
  12. <property>controls/flight/elevator</property>
  13. <factor> -5 </factor>
  14. <offsets>
  15. <x-m> 0.0 </x-m>
  16. <y-m> 0.000 </y-m>
  17. <z-m> 0.03</z-m>
  18. </offsets>
  19. <axis>
  20. <x> 0 </x>
  21. <y> 1 </y>
  22. <z> 0 </z>
  23. </axis>
  24. </animation>
  25. <animation>
  26. <type>rotate</type>
  27. <object-name>CyclicComplet</object-name>
  28. <property>controls/flight/aileron</property>
  29. <factor> -5 </factor>
  30. <offsets>
  31. <x-m> 0.0 </x-m>
  32. <y-m> 0.000 </y-m>
  33. <z-m> 0.03</z-m>
  34. </offsets>
  35. <axis>
  36. <x> 1 </x>
  37. <y> 0 </y>
  38. <z> 0 </z>
  39. </axis>
  40. </animation>
  41. </PropertyList>