1
0
Fork 0
fgdata/AI/Aircraft/A333/Lights/333-NavLights.xml

139 lines
3.5 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<!-- Author Ian (Yves Tolosa) - AUG 2018 -->
<PropertyList>
<!-- Position ALS Navigation Lights -->
<model>
<name>nav-right</name>
<path>AI/Lights/procedural_light_nav_right.xml</path>
<offsets>
<x-m>7.73</x-m>
<y-m>28.7423</y-m>
<z-m>7.02971</z-m>
</offsets>
</model>
<model>
<name>nav-left</name>
<path>AI/Lights/procedural_light_nav_left.xml</path>
<offsets>
<x-m>7.73</x-m>
<y-m>-28.7423</y-m>
<z-m>7.02971</z-m>
</offsets>
</model>
<model>
<name>nav-tail</name>
<path>AI/Lights/procedural_light_nav_tail.xml</path>
<offsets>
<x-m>33.35</x-m>
<y-m>0</y-m>
<z-m>8.21694</z-m>
</offsets>
</model>
<!-- Position ALS Strobes -->
<model>
<name>strobe-right</name>
<path>AI/Lights/procedural_light_strobe_right.xml</path>
<offsets>
<x-m>10.8605</x-m>
<y-m>29.6439</y-m>
<z-m>8.0629</z-m>
</offsets>
</model>
<model>
<name>strobe-left</name>
<path>AI/Lights/procedural_light_strobe_left.xml</path>
<offsets>
<x-m>10.8605</x-m>
<y-m>-29.6439</y-m>
<z-m>8.0629</z-m>
</offsets>
</model>
<model>
<name>strobe-tail</name>
<path>AI/Lights/procedural_light_strobe_tail.xml</path>
<offsets>
<x-m>33.50</x-m>
<y-m>0</y-m>
<z-m>8.21694</z-m>
</offsets>
</model>
<!-- Position Beacons -->
<model>
<name>beacon-top</name>
<path>AI/Lights/procedural_light_beacon_top.xml</path>
<offsets>
<x-m>-1.77582</x-m>
<y-m>0</y-m>
<z-m>8.84198</z-m>
</offsets>
</model>
<model>
<name>beacon-bottom</name>
<path>AI/Lights/procedural_light_beacon_bottom.xml</path>
<offsets>
<x-m>3.64143</x-m>
<y-m>0</y-m>
<z-m>1.93752</z-m>
</offsets>
</model>
<!-- Group Lights for Shared Animations -->
<animation>
<name>StaticGrouped</name>
<object-name>nav-right</object-name>
<object-name>nav-left</object-name>
<object-name>nav-tail</object-name>
</animation>
<animation>
<name>StrobeGrouped</name>
<object-name>strobe-right</object-name>
<object-name>strobe-left</object-name>
<object-name>strobe-tail</object-name>
</animation>
<animation>
<name>BeaconGrouped</name>
<object-name>beacon-top</object-name>
<object-name>beacon-bottom</object-name>
</animation>
<!-- Show Static Lights when aircraft is moving -->
<animation>
<type>select</type>
<object-name>StaticGrouped</object-name>
<nopreview />
<condition>
<greater-than>
<property>transponder-id</property>
<value type="string">0</value>
</greater-than>
</condition>
</animation>
<!-- Show Strobes when Aircraft on runway or airborne -->
<animation>
<type>select</type>
<object-name>StrobeGrouped</object-name>
<nopreview />
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>40</value>
</greater-than>
</condition>
</animation>
<!-- Show Beacons when Transponder Active -->
<animation>
<type>select</type>
<object-name>BeaconGrouped</object-name>
<nopreview />
<condition>
<and>
<greater-than>
<property>transponder-id</property>
<value type="string">0</value>
</greater-than>
<equals>
<property>valid</property>
<value type="bool">true</value>
</equals>
</and>
</condition>
</animation>
</PropertyList>