LightPack.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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>GreenLight.xml</path>
  9. <offsets>
  10. <x-m> -0.4 </x-m>
  11. <y-m> 0.75 </y-m>
  12. <z-m>0.05</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>RedLight.xml</path>
  20. <offsets>
  21. <x-m> -0.4 </x-m>
  22. <y-m> -0.75 </y-m>
  23. <z-m>0.05</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. -->
  29. <!-- beacon -->
  30. <!-- bright red flashing light -->
  31. <!-- note: default orientation is up -->
  32. <model>
  33. <name>Beacon1</name>
  34. <path>Beacon.xml</path>
  35. <offsets>
  36. <x-m> 13.54592 </x-m>
  37. <y-m> 0.131900 </y-m>
  38. <z-m> 1.672600</z-m>
  39. <pitch-deg>6</pitch-deg>
  40. </offsets>
  41. </model>
  42. <model>
  43. <name>Beacon2</name>
  44. <path>Beacon.xml</path>
  45. <offsets>
  46. <x-m> 13.83296 </x-m>
  47. <y-m> -2.46636</y-m>
  48. <z-m> -0.89000 </z-m>
  49. <pitch-deg>174</pitch-deg>
  50. </offsets>
  51. </model>
  52. <model>
  53. <name>Beacon3</name>
  54. <path>Beacon.xml</path>
  55. <offsets>
  56. <x-m> 13.83296 </x-m>
  57. <y-m> 2.46636</y-m>
  58. <z-m> -0.89000 </z-m>
  59. <pitch-deg>174</pitch-deg>
  60. </offsets>
  61. </model>
  62. <!-- landing lights -->
  63. <!-- a powerful front facing spotlight -->
  64. <model>
  65. <name>LandingLight1</name>
  66. <path>LandingLight.xml</path>
  67. <offsets>
  68. <x-m> 21.54430</x-m>
  69. <y-m> 12.30953</y-m>
  70. <z-m> -0.80264</z-m>
  71. <pitch-deg>-18</pitch-deg>
  72. </offsets>
  73. </model>
  74. <model>
  75. <name>LandingLight2</name>
  76. <path>LandingLight.xml</path>
  77. <offsets>
  78. <x-m> 21.54430</x-m>
  79. <y-m> -12.30953</y-m>
  80. <z-m> -0.80264</z-m>
  81. <pitch-deg>-18</pitch-deg>
  82. </offsets>
  83. </model>
  84. <!-- taxi light -->
  85. <!-- a weaker front facing spotlight, often mounted on the front gear
  86. <model>
  87. <name>TaxiLight</name>
  88. <path>TaxiLight.xml</path>
  89. <offsets>
  90. <x-m>-4.5571</x-m>
  91. <y-m>0.01601</y-m>
  92. <z-m>-1.6480</z-m>
  93. <pitch-deg>-1.5</pitch-deg>
  94. </offsets>
  95. </model>-->
  96. <!-- 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 -->
  97. <!-- retracted gear makes it dissapear - use only if mounted on front gear
  98. <animation>
  99. <type>select</type>
  100. <object-name>TaxiLight</object-name>
  101. <condition>
  102. <equals>
  103. <property>gear/gear[0]/position-norm</property>
  104. <value>1</value>
  105. </equals>
  106. </condition>
  107. </animation> -->
  108. <!-- probe light -->
  109. <!-- this is best included in the probe model xml file, not here - just an example -->
  110. <!-- 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 -->
  111. <!-- 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 -->
  112. <!--><model>
  113. <path>ProbeLight.xml</path>
  114. <offsets>
  115. <x-m>-4.4867</x-m>
  116. <y-m>0.4922</y-m>
  117. <z-m>-0.4929</z-m>
  118. </offsets>
  119. </model><-->
  120. <!-- strobes -->
  121. <!-- a bright briefly flashing white light -->
  122. <!-- note: default orientation is up
  123. <model>
  124. <name>Strobe1</name>
  125. <path>Strobe.xml</path>
  126. <offsets>
  127. <x-m> -0.3 </x-m>
  128. <y-m> 0.75 </y-m>
  129. <z-m>0.05</z-m>
  130. <roll-deg>-90</roll-deg>
  131. <pitch-deg>-3</pitch-deg> due to roll, this tunes heading - I want it to point 3 deg more forward
  132. </offsets>
  133. </model>
  134. <model>
  135. <name>Strobe2</name>
  136. <path>Strobe.xml</path>
  137. <offsets>
  138. <x-m> -0.3 </x-m>
  139. <y-m> -0.75 </y-m>
  140. <z-m>0.05</z-m>
  141. <roll-deg>90</roll-deg>
  142. <pitch-deg>-3</pitch-deg> due to roll, this tunes heading - I want it to point 3 deg more forward
  143. </offsets>
  144. </model> -->
  145. <!-- white light -->
  146. <!-- a white stable light, usually used as a visibility feature on the tail -->
  147. <!-- note: default orientation is up -->
  148. <model>
  149. <name>WhiteLight</name>
  150. <path>WhiteLight.xml</path>
  151. <offsets>
  152. <x-m> 29.54902 </x-m>
  153. <y-m> 0.00002 </y-m>
  154. <z-m> -0.67801 </z-m>
  155. <pitch-deg>93</pitch-deg>
  156. </offsets>
  157. </model>
  158. </PropertyList>