tailrotor.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>tailrotor.ac</path>
  4. <animation>
  5. <object-name>rotortail</object-name>
  6. <object-name>rotortail1</object-name>
  7. <object-name>rotortail2</object-name>
  8. </animation>
  9. <!-- Blades -->
  10. <model>
  11. <name>Blade1</name>
  12. <path>Aircraft/Robinson-R66/Models/TailRotor/blade.xml</path>
  13. <offsets>
  14. <x-m> 0.000 </x-m>
  15. <y-m> 0.000 </y-m>
  16. <z-m> 0.115 </z-m>
  17. </offsets>
  18. </model>
  19. <model>
  20. <name>Blade2</name>
  21. <path>Aircraft/Robinson-R66/Models/TailRotor/blade.xml</path>
  22. <offsets>
  23. <x-m> 0.000 </x-m>
  24. <y-m> 0.000 </y-m>
  25. <z-m> 0.115 </z-m>
  26. <heading-deg> 180 </heading-deg>
  27. </offsets>
  28. </model>
  29. <!-- Mécanisme
  30. <animation>
  31. <type>translate</type>
  32. <object-name>rotortail2</object-name>
  33. <property>/rotors/tail/blade/incidence-deg</property>
  34. <factor>0.002</factor>
  35. <axis>
  36. <x> 0.000 </x>
  37. <y> 0.000 </y>
  38. <z> 1.000 </z>
  39. </axis>
  40. </animation> -->
  41. <animation>
  42. <name>rotorcomplet</name>
  43. <object-name>rotortail</object-name>
  44. <object-name>rotortail2</object-name>
  45. <object-name>Blade1</object-name>
  46. <object-name>Blade2</object-name>
  47. </animation>
  48. <!-- Rotation du rotor -->
  49. <animation>
  50. <type>rotate</type>
  51. <object-name>rotorcomplet</object-name>
  52. <property>/rotors/tail/blade[0]/position-deg</property>
  53. <axis>
  54. <x> 0 </x>
  55. <y> 0 </y>
  56. <z> 1 </z>
  57. </axis>
  58. </animation>
  59. <animation>
  60. <type>spin</type>
  61. <object-name>rotorcomplet</object-name>
  62. <property>rotors/tail/rpm</property>
  63. <axis>
  64. <x> 0 </x>
  65. <y> 0 </y>
  66. <z> 1 </z>
  67. </axis>
  68. </animation>
  69. </PropertyList>