<?xml version="1.0"?>

<!--
Fedex Field
Author: Josh Babcock
License: GPL

Scenery/Objects/w080n30/w077n38/1695800.stg
OBJECT_STATIC FedexField.xml      -76.86448209 38.90767319 62 90
-->

<PropertyList>

 <path>RFKStadium.ac</path>

 <animation>
  <type>noshadow</type>
  <object-name>LightBacks</object-name>
  <object-name>Lights</object-name>
  <object-name>Columns</object-name>
  <object-name>OFacade</object-name>
  <object-name>IFacade</object-name>
 </animation>

 <animation>
  <type>alpha-test</type>
  <object-name>LightBacks</object-name>
  <object-name>Lights</object-name>
  <object-name>Columns</object-name>
  <object-name>OFacade</object-name>
  <object-name>IFacade</object-name>
  <alpha-factor>0.05</alpha-factor>
 </animation>

 <!-- Turn flood lights on and off -->

 <animation>
  <type>material</type>
  <object-name>Lights</object-name>
  <condition>
   <greater-than>
    <property>/sim/time/sun-angle-rad</property>
    <value>1.5</value>
   </greater-than>
  </condition>
  <emission>
   <red>1</red>
   <green>1</green>
   <blue>1</blue>
  </emission>
 </animation>

 <animation>
  <type>material</type>
  <object-name>Lights</object-name>
  <condition>
   <less-than>
    <property>/sim/time/sun-angle-rad</property>
    <value>1.5</value>
   </less-than>
  </condition>
  <emission>
   <red>0</red>
   <green>0</green>
   <blue>0</blue>
  </emission>
 </animation>

 <animation>
  <type>material</type>
  <object-name>Seats</object-name>
  <object-name>BaseballSeats</object-name>
  <object-name>SoccerSeats</object-name>
  <object-name>Field</object-name>
  <object-name>IRoof</object-name>
  <object-name>IWall</object-name>
  <condition>
   <greater-than-equals>
    <property>/sim/time/sun-angle-rad</property>
    <value>1.5</value>
   </greater-than-equals>
  </condition>
  <ambient>
   <red>0</red>
   <green>0</green>
   <blue>0</blue>
  </ambient>
  <diffuse>
   <red>0</red>
   <green>0</green>
   <blue>0</blue>
  </diffuse>
  <emission>
   <red>0.6</red>
   <green>0.6</green>
   <blue>0.6</blue>
  </emission>
 </animation>

 <animation>
  <type>material</type>
  <object-name>Seats</object-name>
  <object-name>BaseballSeats</object-name>
  <object-name>SoccerSeats</object-name>
  <object-name>Field</object-name>
  <object-name>IRoof</object-name>
  <object-name>IWall</object-name>
  <condition>
   <less-than>
    <property>/sim/time/sun-angle-rad</property>
    <value>1.5</value>
   </less-than>
  </condition>
  <ambient>
   <red>0.6</red>
   <green>0.6</green>
   <blue>0.6</blue>
  </ambient>
  <diffuse>
   <red>0.6</red>
   <green>0.6</green>
   <blue>0.6</blue>
  </diffuse>
  <emission>
   <red>0</red>
   <green>0</green>
   <blue>0</blue>
  </emission>
 </animation>

 <!-- What sport are we playing today?

 <animation>
  <type>select</type>
  <object-name>BaseballSeats</object-name>
  <condition>
   <and>
    <greater-than-equal>
     <property>/sim/time/utc/foo</property>
     <value>4</value>
    </greater-than-equal>
    <less-than-equal>
     <property>/sim/time/utc/foo</property>
     <value>9</value>
    </less-than-equal>
   </and>
  </condition>
 </animation>

 <animation>
  <type>select</type>
  <object-name>SoccerSeats</object-name>
  <condition>
   <or>
    <less-than>
     <property>/sim/time/utc/foo</property>
     <value>4</value>
    </less-than>
    <greater-than>
     <property>/sim/time/utc/foo</property>
     <value>9</value>
    </greater-than>
   </or>
  </condition>
 </animation>

 -->
</PropertyList>

