1
0
Fork 0
fgdata/Models/Military/LightingGantry.xml
2015-03-07 22:11:00 +01:00

43 lines
No EOL
1.1 KiB
XML

<PropertyList>
<path>LightingGantry.ac</path>
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>15000</max-m>
</animation>
<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>