1
0
Fork 0
fgdata/AI/Aircraft/Spitfire/Models/light-green.xml
2018-07-29 19:33:49 +01:00

71 lines
1.4 KiB
XML

<?xml version="1.0"?>
<!-- Light - Green Flare-->
<PropertyList>
<path>light-green-flare.ac</path>
<animation>
<type>alpha-test</type>
<object-name>Green-Light-Flare</object-name>
<alpha-factor>0.01</alpha-factor>
</animation>
<animation>
<type>billboard</type>
<spherical>true</spherical>
<object-name>Green-Light-Flare</object-name>
</animation>
<animation>
<type>select</type>
<object-name>Green-Light-Flare</object-name>
<condition>
<or>
<equals>
<property>/controls/lighting/nav-lights</property>
<value>1</value>
</equals>
<equals>
<property>/controls/lighting/nav-lights[1]</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>dist-scale</type>
<object-name>Green-Light-Flare</object-name>
<interpolation>
<entry>
<ind>0.001</ind>
<dep>2</dep>
</entry>
<entry>
<ind>40000</ind>
<dep>100</dep>
</entry>
</interpolation>
</animation>
<animation>
<type>scale</type>
<object-name>Green-Light-Flare</object-name>
<property>/sim/time/sun-angle-rad</property>
<offset>-1.4</offset>
<x-min>1</x-min>
<y-min>1</y-min>
<z-min>1</z-min>
<x-factor>2</x-factor>
<y-factor>2</y-factor>
<z-factor>2</z-factor>
</animation>
<!-- *** LoD ***
<animation>
<type>range</type>
<object-name>Green-Flare</object-name>
<min-m>0</min-m>
<max-m>5000</max-m>
</animation>-->
</PropertyList>