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

<!-- 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.

Credits: Original X Plane authors wuseldusel, danielman, Patrik W. and oe3gsu.
Converted for Flightgear by powoflight.
Model mesh optimization by M.Litzenberger (litzi on forum).
-->

<PropertyList>
    <path>loww-radar-2.ac</path>

    <animation>
        <type>material</type>
        <object-name>Radar2-fach</object-name>
        <texture>Eastend_LIT.png</texture>
        <condition>
            <greater-than>
            <property>/sim/time/sun-angle-rad</property>
            <value>1.57</value>
            </greater-than>
        </condition>
        <emission>
            <red>1</red><green>1</green><blue>1</blue>
        </emission>
    </animation>

    <animation>
        <type>rotate</type>
        <object-name>Radar2-spinner</object-name>
        <property>/sim/time/elapsed-sec</property>
        <factor>360</factor>
        
        <center>
            <x-m>0</x-m>
            <y-m>0</y-m>
            <z-m>0</z-m>
        </center>
        <axis>
            <x>0</x>
            <y>0</y>
            <z>1</z>
        </axis>  
    </animation>
</PropertyList>
