123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <!-- nav lights -->
- <!-- green and red navigation lights, usually mounted on the wingtips -->
- <!-- note: default orientation is up -->
- <model>
- <name>GreenLight</name>
- <path>Aircraft/CanberraBI8/Models/Lights/GreenLight.xml</path>
- <offsets>
- <x-m> 7.6 </x-m>
- <y-m> 9.3 </y-m>
- <z-m> 1.0</z-m>
- <roll-deg>-90</roll-deg>
- <pitch-deg>-5</pitch-deg> <!-- due to roll, this tunes heading - I want it to point 5 deg more forward -->
- </offsets>
- </model>
-
- <model>
- <name>RedLight</name>
- <path>Aircraft/CanberraBI8/Models/Lights/RedLight.xml</path>
- <offsets>
- <x-m> 7.75 </x-m>
- <y-m> -9.51 </y-m>
- <z-m> 1.0</z-m>
- <roll-deg>90</roll-deg>
- <pitch-deg>-5</pitch-deg> <!-- due to roll, this tunes heading - I want it to point 5 deg more forward -->
- </offsets>
- </model>
-
- <!-- beacon -->
- <!-- bright red flashing light -->
- <!-- note: default orientation is up -->
- <model>
- <name>Beacon1</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Beacon.xml</path>
- <offsets>
- <x-m>13.15</x-m>
- <y-m> 0</y-m>
- <z-m> 1.35</z-m>
- <pitch-deg>6</pitch-deg>
- </offsets>
- </model>
-
- <model>
- <name>Beacon2</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Beacon.xml</path>
- <offsets>
- <x-m>13.7</x-m>
- <y-m> 0</y-m>
- <z-m> -0.6</z-m>
- <pitch-deg>174</pitch-deg>
- </offsets>
- </model>
- <!-- landing lights -->
- <!-- a powerful front facing spotlight -->
- <model>
- <name>LandingLight</name>
- <path>Aircraft/CanberraBI8/Models/Lights/LandingLight.xml</path>
- <offsets>
- <x-m> 7.6 </x-m>
- <y-m> -9.1 </y-m>
- <z-m> 1.0</z-m>
- <pitch-deg> -10 </pitch-deg>
- </offsets>
- </model>
- <model>
- <name>LandingLight</name>
- <path>Aircraft/CanberraBI8/Models/Lights/LandingLight.xml</path>
- <offsets>
- <x-m> 7.6 </x-m>
- <y-m> 9.1 </y-m>
- <z-m> 1.0</z-m>
- <pitch-deg> -10 </pitch-deg>
- <heading-deg> 0 </heading-deg>
- </offsets>
- </model>
- <!-- taxi light -->
- <!-- a weaker front facing spotlight, often mounted on the front gear
- <model>
- <name>TaxiLight</name>
- <path>Aircraft/CanberraBI8/Models/Lights/TaxiLight.xml</path>
- <offsets>
- <x-m> 4.3511</x-m>
- <y-m> 0.0000</y-m>
- <z-m>-0.5150</z-m>
- <pitch-deg>-1.5</pitch-deg>
- </offsets>
- </model>-->
- <!-- 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 -->
- <!-- retracted gear makes it dissapear - use only if mounted on front gear
- <animation>
- <type>select</type>
- <object-name>TaxiLight</object-name>
- <condition>
- <equals>
- <property>gear/gear[0]/position-norm</property>
- <value>1</value>
- </equals>
- </condition>
- </animation>-->
- <!-- probe light -->
- <!-- this is best included in the probe model xml file, not here - just an example -->
- <!-- 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 -->
- <!-- 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 -->
- <!--
- <model>
- <path>Aircraft/CanberraBI8/Models/Lights/ProbeLight.xml</path>
- <offsets>
- <x-m>-4.4867</x-m>
- <y-m>0.4922</y-m>
- <z-m>-0.4929</z-m>
- </offsets>
- </model>
- -->
- <!-- strobes -->
- <!-- a bright briefly flashing white light -->
- <!-- note: default orientation is up -->
- <model>
- <name>Strobe1</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Strobe.xml</path>
- <offsets>
- <x-m> 7.6 </x-m>
- <y-m> 9.3 </y-m>
- <z-m> 1.0</z-m>
- <roll-deg>-90</roll-deg>
- <pitch-deg>-3</pitch-deg>
- </offsets>
- </model>
-
- <model>
- <name>Strobe2</name>
- <path>Aircraft/CanberraBI8/Models/Lights/Strobe.xml</path>
- <offsets>
- <x-m> 7.6 </x-m>
- <y-m> -9.3 </y-m>
- <z-m> 1.0</z-m>
- <roll-deg>90</roll-deg>
- <pitch-deg>-3</pitch-deg>
- </offsets>
- </model>
-
- <!-- white light -->
- <!-- a white stable light, usually used as a visibility feature on the tail -->
- <!-- note: default orientation is up -->
-
- <model>
- <name>WhiteLight</name>
- <path>Aircraft/CanberraBI8/Models/Lights/WhiteLight.xml</path>
- <offsets>
- <x-m> 19.5</x-m>
- <y-m> 0</y-m>
- <z-m> 1.3</z-m>
- <pitch-deg>93</pitch-deg>
- </offsets>
- </model>
-
- </PropertyList>
|