44 lines
999 B
XML
44 lines
999 B
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>
|
||
|
<greater-than>
|
||
|
<property>sim/model/lightning/lights/nav_lights</property>
|
||
|
<value>0</value>
|
||
|
</greater-than>
|
||
|
</condition>
|
||
|
</animation>
|
||
|
|
||
|
<!-- Noshadow -->
|
||
|
<animation>
|
||
|
<type>noshadow</type>
|
||
|
</animation>
|
||
|
|
||
|
<!-- *** LoD ***
|
||
|
<animation>
|
||
|
<type>range</type>
|
||
|
<object-name>Green-Flare</object-name>
|
||
|
<min-m>0</min-m>
|
||
|
<max-m>5000</max-m>
|
||
|
</animation>-->
|
||
|
|
||
|
</PropertyList>
|