blade.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>blade.ac</path>
  4. <animation>
  5. <object-name>blade</object-name>
  6. <!-- Transparence -->
  7. <object-name>propblur</object-name>
  8. <object-name>propdisc</object-name>
  9. </animation>
  10. <animation>
  11. <type>noshadow</type>
  12. <object-name>propblur</object-name>
  13. <object-name>propdisc</object-name>
  14. </animation>
  15. <!-- Sélection blade/blur/disc tail rotor-->
  16. <animation>
  17. <type>select</type>
  18. <object-name>propdisc</object-name>
  19. <condition>
  20. <greater-than>
  21. <property>/rotors/main/rpm</property>
  22. <value>150</value>
  23. </greater-than>
  24. </condition>
  25. </animation>
  26. <animation>
  27. <type>select</type>
  28. <object-name>propblur</object-name>
  29. <condition>
  30. <and>
  31. <greater-than>
  32. <property>/rotors/main/rpm</property>
  33. <value>60</value>
  34. </greater-than>
  35. <less-than>
  36. <property>/rotors/main/rpm</property>
  37. <value>150.001</value>
  38. </less-than>
  39. </and>
  40. </condition>
  41. </animation>
  42. <animation>
  43. <type>select</type>
  44. <object-name>blade</object-name>
  45. <condition>
  46. <less-than>
  47. <property>/rotors/main/rpm</property>
  48. <value>150</value>
  49. </less-than>
  50. </condition>
  51. </animation>
  52. <!-- Incidence de la pale -->
  53. <animation>
  54. <type>rotate</type>
  55. <object-name>blade</object-name>
  56. <property>/controls/flight/rudder</property>
  57. <factor> 15 </factor>
  58. <axis>
  59. <x> 1 </x>
  60. <y> 0 </y>
  61. <z> 0 </z>
  62. </axis>
  63. </animation>
  64. </PropertyList>