<?xml version="1.0" encoding="UTF-8" ?>
<!-- Hans Kunkell, hansk@mailfence.com, 2020. -->

<PropertyList>
    <path>RJTF-terminal.ac</path>
	<animation>
	 <type>material</type>
	 <object-name>Cube</object-name>
	 <condition>
	  <greater-than>
	   <property>/sim/time/sun-angle-rad</property>
	   <value>1.5</value>
	  </greater-than>
	 </condition>
	 <emission>
	  <red>0.8</red>
	  <green>0.8</green>
	  <blue>0.8</blue>
	 </emission>
	</animation>

  <animation>
    <type>textranslate</type>
    <object-name>Cube</object-name>
    <property>/sim/time/sun-angle-rad</property>
    <step>1.5</step>
    <factor>0.333333</factor>
    <axis>
      <x>-1</x>
      <y>0</y>
    </axis>
  </animation>

</PropertyList>

