<?xml version="1.0"?>

<PropertyList>

<path>NTT-DoCoMo.ac</path>

<animation>
	<type>material</type>
	<object-name>corner-lights</object-name>
	<condition>
		<greater-than>
			<property>/sim/time/sun-angle-rad</property>
			<value>1.57</value>
		</greater-than>
	</condition>
	<emission>
		<red>1</red>
		<green>1</green>
		<blue>1</blue>
	</emission>
</animation>
	
<animation>
	<type>material</type>
	<object-name>corner-lights</object-name>
	<condition>
		<less-than-equals>
			<property>/sim/time/sun-angle-rad</property>
			<value>1.57</value>
		</less-than-equals>
	</condition>
	<emission>
		<red>0</red>
		<green>0</green>
		<blue>0</blue>
	</emission>
</animation>


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

<animation>
	<type>material</type>
	<object-name>clock-hour-hand</object-name>
	<condition>
		<less-than-equals>
			<property>/sim/time/sun-angle-rad</property>
			<value>1.57</value>
		</less-than-equals>
	</condition>
	<emission>
		<red>0</red>
		<green>0</green>
		<blue>0</blue>
	</emission>
</animation>

<animation>
	<type>material</type>
	<object-name>clock-minute-hand</object-name>
	<condition>
		<greater-than>
			<property>/sim/time/sun-angle-rad</property>
			<value>1.57</value>
		</greater-than>
	</condition>
	<emission>
		<red>1</red>
		<green>1</green>
		<blue>1</blue>
	</emission>
</animation>
	
<animation>
	<type>material</type>
	<object-name>clock-minute-hand</object-name>
	<condition>
		<less-than-equals>
			<property>/sim/time/sun-angle-rad</property>
			<value>1.57</value>
		</less-than-equals>
	</condition>
	<emission>
		<red>0</red>
		<green>0</green>
		<blue>0</blue>
	</emission>
</animation>

<animation>
 <type>rotate</type>
 <object-name>clock-minute-hand</object-name>
 <property>/sim/time/utc/minute[0]</property>
 <factor>6</factor>
 <center>
  <x-m>0.0</x-m>
  <y-m>0.0</y-m>
  <z-m>163.2</z-m>
 </center>
 <axis>
  <x>0</x>
  <y>1</y>
  <z>0</z>
</axis>

</animation>

<animation>
 <type>rotate</type>
 <object-name>clock-hour-hand</object-name>
 <property>/sim/time/utc/day-seconds[0]</property>
 <!-- clock hand is set on the model to JST = UTC + 9-->
 <!-- factor: 3600 secs = 30deg -->
 <factor>0.00833333333333333</factor>
 <center>
  <x-m>0.0</x-m>
  <y-m>0.0</y-m>
  <z-m>163.2</z-m>
 </center>
 <axis>
  <x>0</x>
  <y>1</y>
  <z>0</z>
</axis>

</animation>



</PropertyList>
