1<?xml version="1.0"?>
2
3<PropertyList>
4
5  <path>MD11_services-ba.ac</path>
6
7  <animation>
8    <type>range</type>
9    <min-m>0</min-m>
10    <max-property>sim/rendering/static-lod/bare</max-property>
11  </animation>
12
13  <animation>
14    <type>textranslate</type>
15    <object-name>jour</object-name>
16    <property>/sim/time/sun-angle-rad</property>
17    <step> 1.57 </step>
18    <factor>0.318471338</factor>
19    <center>
20     <x-m> 0 </x-m>
21     <y-m> 0 </y-m>
22     <z-m> 0 </z-m>
23    </center>
24    <axis>
25      <x> -1 </x>
26      <y>  0 </y>
27      <z>  0 </z>
28    </axis>
29  </animation>
30
31  <animation>
32    <type>material</type>
33    <object-name>jour</object-name>
34    <condition>
35      <greater-than>
36        <property>/sim/time/sun-angle-rad</property>
37        <value>1.57</value>
38      </greater-than>
39    </condition>
40    <emission>
41      <red>   1.0 </red>
42      <green> 1.0 </green>
43      <blue>  1.0 </blue>
44    </emission>
45  </animation>
46
47  <animation>
48    <type>material</type>
49    <object-name>jour</object-name>
50    <condition>
51      <less-than-equals>
52        <property>/sim/time/sun-angle-rad</property>
53        <value>1.57</value>
54      </less-than-equals>
55    </condition>
56    <emission>
57      <red>   0.0 </red>
58      <green> 0.0 </green>
59      <blue>  0.0 </blue>
60    </emission>
61  </animation>
62
63</PropertyList>
64