<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<path>Arrow_Bridge.ac</path>
<animation>
<type>material</type>
<object-name>bridge</object-name>
<condition>
<greater-than>
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</greater-than>
</condition>
<emission>
<red>0.5</red>
<green>0.5</green>
<blue>0.5</blue>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>wood</object-name>
<condition>
<greater-than>
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</greater-than>
</condition>
<emission>
<red>0.4</red>
<green>0.4</green>
<blue>0.4</blue>
</emission>
</animation>
<animation>
<type>material</type>
<object-name>cables</object-name>
<condition>
<greater-than>
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</greater-than>
</condition>
<emission>
<red>0.3</red>
<green>0.3</green>
<blue>0.9</blue>
</emission>
</animation>
</PropertyList>
