LightPack.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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/CanberraBI8/Models/Lights/GreenLight.xml</path>
  9. <offsets>
  10. <x-m> 7.6 </x-m>
  11. <y-m> 9.3 </y-m>
  12. <z-m> 1.0</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/CanberraBI8/Models/Lights/RedLight.xml</path>
  20. <offsets>
  21. <x-m> 7.75 </x-m>
  22. <y-m> -9.51 </y-m>
  23. <z-m> 1.0</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/CanberraBI8/Models/Lights/Beacon.xml</path>
  34. <offsets>
  35. <x-m>13.15</x-m>
  36. <y-m> 0</y-m>
  37. <z-m> 1.35</z-m>
  38. <pitch-deg>6</pitch-deg>
  39. </offsets>
  40. </model>
  41. <model>
  42. <name>Beacon2</name>
  43. <path>Aircraft/CanberraBI8/Models/Lights/Beacon.xml</path>
  44. <offsets>
  45. <x-m>13.7</x-m>
  46. <y-m> 0</y-m>
  47. <z-m> -0.6</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>LandingLight</name>
  55. <path>Aircraft/CanberraBI8/Models/Lights/LandingLight.xml</path>
  56. <offsets>
  57. <x-m> 7.6 </x-m>
  58. <y-m> -9.1 </y-m>
  59. <z-m> 1.0</z-m>
  60. <pitch-deg> -10 </pitch-deg>
  61. </offsets>
  62. </model>
  63. <model>
  64. <name>LandingLight</name>
  65. <path>Aircraft/CanberraBI8/Models/Lights/LandingLight.xml</path>
  66. <offsets>
  67. <x-m> 7.6 </x-m>
  68. <y-m> 9.1 </y-m>
  69. <z-m> 1.0</z-m>
  70. <pitch-deg> -10 </pitch-deg>
  71. <heading-deg> 0 </heading-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/CanberraBI8/Models/Lights/TaxiLight.xml</path>
  79. <offsets>
  80. <x-m> 4.3511</x-m>
  81. <y-m> 0.0000</y-m>
  82. <z-m>-0.5150</z-m>
  83. <pitch-deg>-1.5</pitch-deg>
  84. </offsets>
  85. </model>-->
  86. <!-- 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 -->
  87. <!-- retracted gear makes it dissapear - use only if mounted on front gear
  88. <animation>
  89. <type>select</type>
  90. <object-name>TaxiLight</object-name>
  91. <condition>
  92. <equals>
  93. <property>gear/gear[0]/position-norm</property>
  94. <value>1</value>
  95. </equals>
  96. </condition>
  97. </animation>-->
  98. <!-- probe light -->
  99. <!-- this is best included in the probe model xml file, not here - just an example -->
  100. <!-- 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 -->
  101. <!-- 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 -->
  102. <!--
  103. <model>
  104. <path>Aircraft/CanberraBI8/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. -->
  112. <!-- strobes -->
  113. <!-- a bright briefly flashing white light -->
  114. <!-- note: default orientation is up -->
  115. <model>
  116. <name>Strobe1</name>
  117. <path>Aircraft/CanberraBI8/Models/Lights/Strobe.xml</path>
  118. <offsets>
  119. <x-m> 7.6 </x-m>
  120. <y-m> 9.3 </y-m>
  121. <z-m> 1.0</z-m>
  122. <roll-deg>-90</roll-deg>
  123. <pitch-deg>-3</pitch-deg>
  124. </offsets>
  125. </model>
  126. <model>
  127. <name>Strobe2</name>
  128. <path>Aircraft/CanberraBI8/Models/Lights/Strobe.xml</path>
  129. <offsets>
  130. <x-m> 7.6 </x-m>
  131. <y-m> -9.3 </y-m>
  132. <z-m> 1.0</z-m>
  133. <roll-deg>90</roll-deg>
  134. <pitch-deg>-3</pitch-deg>
  135. </offsets>
  136. </model>
  137. <!-- white light -->
  138. <!-- a white stable light, usually used as a visibility feature on the tail -->
  139. <!-- note: default orientation is up -->
  140. <model>
  141. <name>WhiteLight</name>
  142. <path>Aircraft/CanberraBI8/Models/Lights/WhiteLight.xml</path>
  143. <offsets>
  144. <x-m> 19.5</x-m>
  145. <y-m> 0</y-m>
  146. <z-m> 1.3</z-m>
  147. <pitch-deg>93</pitch-deg>
  148. </offsets>
  149. </model>
  150. </PropertyList>