LightPack.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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>StarWingLights</name>
  8. <path>Aircraft/FGR-2/Models/Lights/GreenLight.xml</path>
  9. <offsets>
  10. <x-m>2.265</x-m>
  11. <y-m>5.860</y-m>
  12. <z-m>0.161</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>StarWingLights</name>
  19. <path>Aircraft/FGR-2/Models/Lights/GreenLight.xml</path>
  20. <offsets>
  21. <x-m>3.481</x-m>
  22. <y-m>5.844</y-m>
  23. <z-m>0.124</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. <model>
  29. <name>PortWingLights</name>
  30. <path>Aircraft/FGR-2/Models/Lights/RedLight.xml</path>
  31. <offsets>
  32. <x-m>2.265</x-m>
  33. <y-m>-5.860</y-m>
  34. <z-m>0.161</z-m>
  35. <roll-deg>90</roll-deg>
  36. <pitch-deg>-5</pitch-deg> <!-- due to roll, this tunes heading - I want it to point 5 deg more forward -->
  37. </offsets>
  38. </model>
  39. <model>
  40. <name>PortWingLights</name>
  41. <path>Aircraft/FGR-2/Models/Lights/RedLight.xml</path>
  42. <offsets>
  43. <x-m>3.481</x-m>
  44. <y-m>-5.844</y-m>
  45. <z-m>0.124</z-m>
  46. <roll-deg>90</roll-deg>
  47. <pitch-deg>-5</pitch-deg> <!-- due to roll, this tunes heading - I want it to point 5 deg more forward -->
  48. </offsets>
  49. </model>
  50. <!-- beacon -->
  51. <!-- bright red flashing light -->
  52. <!-- note: default orientation is up -->
  53. <model>
  54. <name>Beacon1</name>
  55. <path>Aircraft/FGR-2/Models/Lights/Beacon.xml</path>
  56. <offsets>
  57. <x-m>5.050</x-m>
  58. <y-m> 0.000 </y-m>
  59. <z-m>2.555</z-m>
  60. <pitch-deg>0</pitch-deg>
  61. </offsets>
  62. </model>
  63. <model>
  64. <name>Beacon2</name>
  65. <path>Aircraft/FGR-2/Models/Lights/Beacon.xml</path>
  66. <offsets>
  67. <x-m>-2.617</x-m>
  68. <y-m>0.00</y-m>
  69. <z-m>1.806</z-m>
  70. <pitch-deg>0</pitch-deg>
  71. </offsets>
  72. </model>
  73. <!-- landing lights -->
  74. <!-- a powerful front facing spotlight -->
  75. <model>
  76. <name>LandingLightCenter</name>
  77. <path>Aircraft/FGR-2/Models/Lights/LandingLight.xml</path>
  78. <offsets>
  79. <x-m>-6.770</x-m>
  80. <y-m>0.120</y-m>
  81. <z-m>-0.680</z-m>
  82. <pitch-deg>-8</pitch-deg>
  83. <heading-deg>0</heading-deg>
  84. </offsets>
  85. </model>
  86. <!-- <model>
  87. <name>LandingLightLeft</name>
  88. <path>Aircraft/FGR-2/Models/Lights/LandingLight.xml</path>
  89. <offsets>
  90. <x-m>-3.247</x-m>
  91. <y-m>-1.038</y-m>
  92. <z-m>-0.239</z-m>
  93. <pitch-deg>-9</pitch-deg>
  94. <heading-deg>21</heading-deg>
  95. </offsets>
  96. </model>
  97. <model>
  98. <name>LandingLightRight</name>
  99. <path>Aircraft/FGR-2/Models/Lights/LandingLight.xml</path>
  100. <offsets>
  101. <x-m>-3.247</x-m>
  102. <y-m>1.038</y-m>
  103. <z-m>-0.239</z-m>
  104. <pitch-deg>-9.0</pitch-deg>
  105. <heading-deg>-21</heading-deg>
  106. </offsets>
  107. </model> -->
  108. <!-- taxi light -->
  109. <!-- a weaker front facing spotlight, often mounted on the front gear
  110. <model>
  111. <name>TaxiLight</name>
  112. <path>Aircraft/FGR-2/Models/Lights/TaxiLight.xml</path>
  113. <offsets>
  114. <x-m>-6.146</x-m>
  115. <y-m>-7.014</y-m>
  116. <z-m>-0.295</z-m>
  117. <pitch-deg>-5.0</pitch-deg>
  118. </offsets>
  119. </model>
  120. <model>
  121. <name>TaxiLight</name>
  122. <path>Aircraft/FGR-2/Models/Lights/TaxiLight.xml</path>
  123. <offsets>
  124. <x-m>-2.834</x-m>
  125. <y-m>7.014</y-m>
  126. <z-m>-0.295</z-m>
  127. <pitch-deg>-5.0</pitch-deg>
  128. </offsets>
  129. </model> -->
  130. <!-- 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 -->
  131. <!-- retracted gear makes it dissapear - use only if mounted on front gear
  132. <animation>
  133. <type>select</type>
  134. <object-name>TaxiLight</object-name>
  135. <condition>
  136. <equals>
  137. <property>gear/gear[0]/position-norm</property>
  138. <value>1</value>
  139. </equals>
  140. </condition>
  141. </animation> -->
  142. <!-- probe light -->
  143. <!-- this is best included in the probe model xml file, not here - just an example -->
  144. <!-- 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 -->
  145. <!-- 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 -->
  146. <!--><model>
  147. <path>Aircraft/FGR-2/Models/Lights/ProbeLight.xml</path>
  148. <offsets>
  149. <x-m>-4.4867</x-m>
  150. <y-m>0.4922</y-m>
  151. <z-m>-0.4929</z-m>
  152. </offsets>
  153. </model><-->
  154. <!-- strobes -->
  155. <!-- a bright briefly flashing white light -->
  156. <!-- note: default orientation is up -->
  157. <!-- <model>
  158. <name>Strobe1</name>
  159. <path>Aircraft/FGR-2/Models/Lights/Strobe.xml</path>
  160. <offsets>
  161. <x-m>3.481</x-m>
  162. <y-m>-5.844</y-m>
  163. <z-m>0.124</z-m>
  164. <roll-deg>90</roll-deg>
  165. <pitch-deg>-3</pitch-deg>
  166. </offsets>
  167. </model> -->
  168. <model>
  169. <name>PortWingLights</name>
  170. <path>Aircraft/FGR-2/Models/Lights/Strobe.xml</path>
  171. <offsets>
  172. <x-m>3.481</x-m>
  173. <y-m>-5.844</y-m>
  174. <z-m>0.124</z-m>
  175. <roll-deg>90</roll-deg>
  176. <pitch-deg>-3</pitch-deg>
  177. </offsets>
  178. </model>
  179. <!-- <model>
  180. <name>Strobe3</name>
  181. <path>Aircraft/FGR-2/Models/Lights/Strobe.xml</path>
  182. <offsets>
  183. <x-m>2.468</x-m>
  184. <y-m>5.860</y-m>
  185. <z-m>0.271</z-m>
  186. <roll-deg>-90</roll-deg>
  187. <pitch-deg>-3</pitch-deg>
  188. </offsets>
  189. </model> -->
  190. <model>
  191. <name>StarWingLights</name>
  192. <path>Aircraft/FGR-2/Models/Lights/Strobe.xml</path>
  193. <offsets>
  194. <x-m>3.481</x-m>
  195. <y-m>5.844</y-m>
  196. <z-m>0.124</z-m>
  197. <roll-deg>-90</roll-deg>
  198. <pitch-deg>-3</pitch-deg>
  199. </offsets>
  200. </model>
  201. <!-- white light -->
  202. <!-- a white stable light, usually used as a visibility feature on the tail -->
  203. <!-- note: default orientation is up
  204. <model>
  205. <name>WhiteLight</name>
  206. <path>Aircraft/FGR-2/Models/Lights/WhiteLight.xml</path>
  207. <offsets>
  208. <x-m>8.485</x-m>
  209. <y-m>0.0</y-m>
  210. <z-m>3.528</z-m>
  211. <pitch-deg>93</pitch-deg>
  212. </offsets>
  213. </model> -->
  214. </PropertyList>