123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- <?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>GreenLight.xml</path>
- <offsets>
- <x-m> -0.4 </x-m>
- <y-m> 0.75 </y-m>
- <z-m>0.05</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>RedLight.xml</path>
- <offsets>
- <x-m> -0.4 </x-m>
- <y-m> -0.75 </y-m>
- <z-m>0.05</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>Beacon.xml</path>
- <offsets>
- <x-m> 13.54592 </x-m>
- <y-m> 0.131900 </y-m>
- <z-m> 1.672600</z-m>
- <pitch-deg>6</pitch-deg>
- </offsets>
- </model>
- <model>
- <name>Beacon2</name>
- <path>Beacon.xml</path>
- <offsets>
- <x-m> 13.83296 </x-m>
- <y-m> -2.46636</y-m>
- <z-m> -0.89000 </z-m>
- <pitch-deg>174</pitch-deg>
- </offsets>
- </model>
-
- <model>
- <name>Beacon3</name>
- <path>Beacon.xml</path>
- <offsets>
- <x-m> 13.83296 </x-m>
- <y-m> 2.46636</y-m>
- <z-m> -0.89000 </z-m>
- <pitch-deg>174</pitch-deg>
- </offsets>
- </model>
-
- <!-- landing lights -->
- <!-- a powerful front facing spotlight -->
- <model>
- <name>LandingLight1</name>
- <path>LandingLight.xml</path>
- <offsets>
- <x-m> 21.54430</x-m>
- <y-m> 12.30953</y-m>
- <z-m> -0.80264</z-m>
- <pitch-deg>-18</pitch-deg>
- </offsets>
- </model>
- <model>
- <name>LandingLight2</name>
- <path>LandingLight.xml</path>
- <offsets>
- <x-m> 21.54430</x-m>
- <y-m> -12.30953</y-m>
- <z-m> -0.80264</z-m>
- <pitch-deg>-18</pitch-deg>
- </offsets>
- </model>
-
- <!-- taxi light -->
- <!-- a weaker front facing spotlight, often mounted on the front gear
- <model>
- <name>TaxiLight</name>
- <path>TaxiLight.xml</path>
- <offsets>
- <x-m>-4.5571</x-m>
- <y-m>0.01601</y-m>
- <z-m>-1.6480</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>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>Strobe.xml</path>
- <offsets>
- <x-m> -0.3 </x-m>
- <y-m> 0.75 </y-m>
- <z-m>0.05</z-m>
- <roll-deg>-90</roll-deg>
- <pitch-deg>-3</pitch-deg> due to roll, this tunes heading - I want it to point 3 deg more forward
- </offsets>
- </model>
- <model>
- <name>Strobe2</name>
- <path>Strobe.xml</path>
- <offsets>
- <x-m> -0.3 </x-m>
- <y-m> -0.75 </y-m>
- <z-m>0.05</z-m>
- <roll-deg>90</roll-deg>
- <pitch-deg>-3</pitch-deg> due to roll, this tunes heading - I want it to point 3 deg more forward
- </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>WhiteLight.xml</path>
- <offsets>
- <x-m> 29.54902 </x-m>
- <y-m> 0.00002 </y-m>
- <z-m> -0.67801 </z-m>
- <pitch-deg>93</pitch-deg>
- </offsets>
- </model>
- </PropertyList>
|