<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
  
  <path>apronv20_lightpole.ac</path>
  
  <animation>
    <type>select</type>
    <object-name>lightcone</object-name>
    <object-name>groundlight</object-name>
    <condition>
      <greater-than>
	<property>/sim/time/sun-angle-rad</property>
	<value>1.57</value>
      </greater-than>
    </condition>
  </animation>
  
  <animation>
    <type>material</type>
    <object-name>groundlight</object-name>
    <transparency>
      <alpha-prop>environment/visibility-m</alpha-prop>
      <factor>1</factor>
      <offset>0</offset>
    </transparency>
    <threshold>0.001</threshold>
  </animation>
  
  <animation>
    <type>select</type>
    <object-name>groundlight</object-name>
    <condition>
      <and>
	<not>
	  <property>/sim/rendering/rembrandt/enabled</property>
	</not>
	<greater-than>		
	  <property>/sim/time/sun-angle-rad</property>
	  <value>1.49</value>
	</greater-than>
      </and>
    </condition>
  </animation>
  
  
  <animation>
    <type>material</type>
    <object-name>floodlight</object-name>
    <condition>		
      <greater-than>		
	<property>/sim/time/sun-angle-rad</property>
	<value>1.49</value>
      </greater-than>
    </condition>
    <emission>	
      <red>0.9</red>	
      <green>0.9</green>	
      <blue>0.9</blue>
    </emission>
  </animation>
  
  
  <animation>
    <type>material</type>
    <object-name>mast</object-name>
    <object-name>mastparts</object-name>
    <condition>		
      <greater-than>		
	<property>/sim/time/sun-angle-rad</property>
	<value>1.57</value>
      </greater-than>
    </condition>
    <emission>	
      <red>0.02</red>	
      <green>0.02</green>	
      <blue>0.02</blue>
    </emission>
  </animation>
  
  
  <animation>
    <enable-hot type="bool">false</enable-hot>
  </animation>
  
  </PropertyList>