LightPack.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <!-- nav lights -->
  4. <!-- green and red navigation lights, usually mounted on the wingtips -->
  5. <!-- note: default orientation is up -->
  6. <model>
  7. <name>GreenLight</name>
  8. <path>Aircraft/Mako/Models/Lights/GreenLight.xml</path>
  9. <offsets>
  10. <x-m> 1.0 </x-m>
  11. <y-m> 3.9 </y-m>
  12. <z-m> 0.3 </z-m>
  13. <roll-deg>-90</roll-deg>
  14. <pitch-deg>-5</pitch-deg> <!-- due to roll, this tunes heading - I want it to point 5 deg more forward -->
  15. </offsets>
  16. </model>
  17. <model>
  18. <name>RedLight</name>
  19. <path>Aircraft/Mako/Models/Lights/RedLight.xml</path>
  20. <offsets>
  21. <x-m> 1.0 </x-m>
  22. <y-m> -3.9 </y-m>
  23. <z-m> 0.3 </z-m>
  24. <roll-deg>90</roll-deg>
  25. <pitch-deg>-5</pitch-deg> <!-- due to roll, this tunes heading - I want it to point 5 deg more forward -->
  26. </offsets>
  27. </model>
  28. <!-- beacon -->
  29. <!-- bright red flashing light -->
  30. <!-- note: default orientation is up -->
  31. <model>
  32. <name>Beacon1</name>
  33. <path>Aircraft/Mako/Models/Lights/Beacon.xml</path>
  34. <offsets>
  35. <x-m>-1</x-m>
  36. <y-m>0</y-m>
  37. <z-m> 1.1 </z-m>
  38. <pitch-deg>6</pitch-deg>
  39. </offsets>
  40. </model>
  41. <model>
  42. <name>Beacon2</name>
  43. <path>Aircraft/Mako/Models/Lights/Beacon.xml</path>
  44. <offsets>
  45. <x-m> 3.39 </x-m>
  46. <y-m> 0</y-m>
  47. <z-m> -0.5 </z-m>
  48. <pitch-deg>174</pitch-deg>
  49. </offsets>
  50. </model>
  51. <!-- landing lights -->
  52. <!-- a powerful front facing spotlight -->
  53. <model>
  54. <name>LandingLight1</name>
  55. <path>Aircraft/Mako/Models/Lights/LandingLight.xml</path>
  56. <offsets>
  57. <x-m>0</x-m>
  58. <y-m>-1.3</y-m>
  59. <z-m>-0.2</z-m>
  60. <pitch-deg>-3.15</pitch-deg>
  61. <heading-deg> 0 </heading-deg>
  62. </offsets>
  63. </model>
  64. <model>
  65. <name>LandingLight2</name>
  66. <path>Aircraft/Mako/Models/Lights/LandingLight.xml</path>
  67. <offsets>
  68. <x-m>0</x-m>
  69. <y-m>1.3</y-m>
  70. <z-m>-0.2</z-m>
  71. <pitch-deg>-3.15</pitch-deg>
  72. </offsets>
  73. </model>
  74. <!-- taxi light -->
  75. <!-- a weaker front facing spotlight, often mounted on the front gear
  76. <model>
  77. <name>TaxiLight</name>
  78. <path>Aircraft/Mako/Models/Lights/TaxiLight.xml</path>
  79. <offsets>
  80. <x-m>-2.9</x-m>
  81. <y-m> 0.000</y-m>
  82. <z-m> -1.05</z-m>
  83. <pitch-deg> -5.000 </pitch-deg>
  84. <heading-deg> 0 </heading-deg>
  85. </offsets>
  86. </model>-->
  87. <!-- front gear turning: include TaxiLight in the list of animated objects in the rotate animation of the gear in the top-level model XML file -->
  88. <!-- retracted gear makes it dissapear - use only if mounted on front gear
  89. <animation>
  90. <type>select</type>
  91. <object-name>TaxiLight</object-name>
  92. <condition>
  93. <equals>
  94. <property>gear/gear[0]/position-norm</property>
  95. <value>1</value>
  96. </equals>
  97. </condition>
  98. </animation> -->
  99. <!-- probe light -->
  100. <!-- this is best included in the probe model xml file, not here - just an example -->
  101. <!-- if you have an extendable/optional fuel probe, including this in its own model file makes sure the light moves/disappears together with the probe -->
  102. <!-- in case of extendable probe, you might want to add a select animation (to turn off the light when not fully extended), similar as for the taxi light on the front gear -->
  103. <!--><model>
  104. <path>Aircraft/Mako/Models/Lights/ProbeLight.xml</path>
  105. <offsets>
  106. <x-m>-4.4867</x-m>
  107. <y-m>0.4922</y-m>
  108. <z-m>-0.4929</z-m>
  109. </offsets>
  110. </model><-->
  111. <!-- strobes -->
  112. <!-- a bright briefly flashing white light -->
  113. <!-- note: default orientation is up -->
  114. <model>
  115. <name>Strobe1</name>
  116. <path>Aircraft/Mako/Models/Lights/Strobe.xml</path>
  117. <offsets>
  118. <x-m> 5.0 </x-m>
  119. <y-m> 0.000 </y-m>
  120. <z-m> 2.7 </z-m>
  121. <roll-deg>0</roll-deg>
  122. <pitch-deg>-3</pitch-deg>
  123. </offsets>
  124. </model>
  125. <model>
  126. <name>Strobe2</name>
  127. <path>Aircraft/Mako/Models/Lights/Strobe.xml</path>
  128. <offsets>
  129. <x-m> 5.0 </x-m>
  130. <y-m> 0.000 </y-m>
  131. <z-m> 2.7 </z-m>
  132. <roll-deg>0</roll-deg>
  133. <pitch-deg>-3</pitch-deg>
  134. </offsets>
  135. </model>
  136. <!-- white light -->
  137. <!-- a white stable light, usually used as a visibility feature on the tail -->
  138. <!-- note: default orientation is up
  139. <model>
  140. <name>WhiteLight</name>
  141. <path>Aircraft/Mako/Models/Lights/WhiteLight.xml</path>
  142. <offsets>
  143. <x-m> 7.43 </x-m>
  144. <y-m> 1.4 </y-m>
  145. <z-m> 2.5</z-m>
  146. <pitch-deg>93</pitch-deg>
  147. </offsets>
  148. </model>-->
  149. </PropertyList>