cyclic.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>cyclic.ac</path>
  4. <animation>
  5. <name>CyclicComplet</name>
  6. <object-name>stick_R_glossy_gr_0</object-name>
  7. <object-name>stick_head</object-name>
  8. <object-name>stick_front</object-name>
  9. <object-name>stick_guard</object-name>
  10. </animation>
  11. <!-- the guard clip is only present in the ec145 cyclic-->
  12. <animation>
  13. <type>select</type>
  14. <condition>
  15. <equals>
  16. <property>sim/aircraft</property>
  17. <value>ec145</value>
  18. </equals>
  19. </condition>
  20. <object-name>stick_guard</object-name>
  21. </animation>
  22. <animation>
  23. <type>rotate</type>
  24. <object-name>CyclicComplet</object-name>
  25. <property>controls/flight/fcs/pitch</property>
  26. <factor> -5 </factor>
  27. <offsets>
  28. <x-m> 0.0 </x-m>
  29. <y-m> 0.000 </y-m>
  30. <z-m> -0.0</z-m>
  31. </offsets>
  32. <axis>
  33. <x> 0 </x>
  34. <y> 1 </y>
  35. <z> 0 </z>
  36. </axis>
  37. </animation>
  38. <animation>
  39. <type>rotate</type>
  40. <object-name>CyclicComplet</object-name>
  41. <property>controls/flight/aileron</property>
  42. <factor> -5 </factor>
  43. <offsets>
  44. <x-m> 0.0 </x-m>
  45. <y-m> 0.000 </y-m>
  46. <z-m> -0.0</z-m>
  47. </offsets>
  48. <axis>
  49. <x> 1 </x>
  50. <y> 0 </y>
  51. <z> 0 </z>
  52. </axis>
  53. </animation>
  54. </PropertyList>