1
0
Fork 0
fgdata/Models/Military/LightingGantry.xml

43 lines
1.1 KiB
XML
Raw Normal View History

<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>