1
0
Fork 0
fgdata/Models/Airport/Jetway/jetway-737-ba.xml
2015-03-07 22:11:00 +01:00

48 lines
937 B
XML

<?xml version="1.0"?>
<PropertyList>
<path>jetway-737-ba.ac</path>
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>8000</max-m>
</animation>
<animation>
<type>material</type>
<object-name>Mesh</object-name>
<condition>
<greater-than>
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</greater-than>
</condition>
<global type="bool">true</global>
<emission>
<red>1</red>
<green>1</green>
<blue>1</blue>
</emission>
<texture>jetwaylit.png</texture>
</animation>
<animation>
<type>material</type>
<object-name>Mesh</object-name>
<condition>
<less-than-equals>
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</less-than-equals>
</condition>
<global type="bool">true</global>
<emission>
<red>0</red>
<green>0</green>
<blue>0</blue>
</emission>
<texture>jetway.png</texture>
</animation>
</PropertyList>