<?xml version="1.0" encoding="UTF-8"?>

<PropertyList>

<!-- LOWW airport scenery model for the Flightgear flight simulator.

This program is free software: you can redistribute it and/or modify it under 
the terms of the GNU General Public License as published by the Free Software Foundation, 
either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT 
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 
Public License for more details.

-->
    
	<!-- Apron Lamp	22m 180deg		-->
	<!-- 28.12.2012 - by Andre Burkert	--> 
	<!-- 01.07.2021 - by Martin Litzenberger for LOWW--> 
	<!-- 21.01.2022 - by Martin Litzenberger reduced animations to 1 simple night-transition--> 

    <path>loww-apronlamp.ac</path>

    <animation>
        <type>material</type>
        <object-name>lights</object-name>
        <condition>		
            <greater-than>		
                <property>/sim/time/sun-angle-rad</property>
                <value>1.49</value>
            </greater-than>
        </condition>
        <emission>	
            <red>1.0</red>	
            <green>1.0</green>	
            <blue>1.0</blue>
        </emission>
    </animation>

    <animation>
        <object-name>lights</object-name>
        <enable-hot type="bool">false</enable-hot>
    </animation>

    <animation>
        <object-name>lights</object-name>
        <type>noshadow</type>
    </animation>

</PropertyList>
