<PropertyList>

        <path>LightingGantry.ac</path>

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

        <animation>
        	<type>material</type>
		<object-name>AntiCollision</object-name>
		<emission>
			<red>0.0</red>
			<green>0.0</green>
			<blue>0.0</blue>
		</emission>
                <condition>
                        <less-than>
                                <property>/sim/time/sun-angle-rad</property>
                                <value>1.57</value>
                        </less-than>
                </condition>
	</animation>
	
</PropertyList>