interior.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>cabin.ac</path>
  4. <!-- seats -->
  5. <model>
  6. <path>Aircraft/Robinson-R66/Models/Interior/seat/5seats.xml</path>
  7. <offsets>
  8. <x-m> 2.3 </x-m>
  9. <y-m>0</y-m>
  10. <z-m> 0</z-m>
  11. </offsets>
  12. </model>
  13. <!-- Pilote -->
  14. <model>
  15. <path>Aircraft/Robinson-R66/Models/Interior/Panel/Instruments/woolthread/woolthread.xml</path>
  16. <offsets>
  17. <x-m> -2.37 </x-m>
  18. <y-m> 0.010 </y-m>
  19. <z-m> -0.407 </z-m>
  20. </offsets>
  21. <pitch-deg> 45 </pitch-deg>
  22. </model>
  23. <!-- Pilote
  24. <model>
  25. <name>pilot</name>
  26. <path>Aircraft/Robinson-R66/Models/Pilot/pilot.xml</path>
  27. <offsets>
  28. <x-m> -3.640 </x-m>
  29. <y-m> -0.252 </y-m>
  30. <z-m> -0.711 </z-m>
  31. </offsets>
  32. </model>
  33. <animation>
  34. <type>select</type>
  35. <object-name>pilot</object-name>
  36. <condition>
  37. <property>/sim/model/Robinson-R66/pilot-visible</property>
  38. </condition>
  39. </animation> -->
  40. <!-- Copilote
  41. <model>
  42. <name>copilot</name>
  43. <path>Aircraft/Robinson-R66/Models/Pilot/pilot.xml</path>
  44. <offsets>
  45. <x-m> -3.636 </x-m>
  46. <y-m> 0.252 </y-m>
  47. <z-m> -0.711 </z-m>
  48. </offsets>
  49. </model>
  50. <animation>
  51. <type>select</type>
  52. <object-name>copilot</object-name>
  53. <condition>
  54. <property>/sim/model/Robinson-R66/copilot-visible</property>
  55. </condition>
  56. </animation> -->
  57. <!-- Planche de bord -->
  58. <model>
  59. <path>Aircraft/Robinson-R66/Models/Interior/Panel/panel.xml</path>
  60. <offsets>
  61. <x-m> -2.0</x-m>
  62. <y-m> 0.000 </y-m>
  63. <z-m> -0.668 </z-m>
  64. </offsets>
  65. </model>
  66. </PropertyList>