You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flightgear-addon-aerotow-ev.../FGData/AI/Aircraft/Aerotow/c182/Models/BeaconLight.xml

54 lines
1.2 KiB

<?xml version="1.0"?>
<PropertyList>
<path>WhiteLight1.ac</path>
<animation>
<type>alpha-test</type>
<alpha-factor>0.01</alpha-factor>
</animation>
<animation>
<type>billboard</type>
<object-name>Light</object-name>
<spherical type="bool">true</spherical>
</animation>
<animation>
<type>material</type>
<object-name>Light</object-name>
<emission>
<red>1.0</red>
<green>0.0</green>
<blue>0.0</blue>
</emission>
</animation>
<animation>
<type>select</type>
<object-name>Light</object-name>
<condition>
<and>
<greater-than>
<property>/sim/time/sun-angle-rad</property>
<value>1.57</value>
</greater-than>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>0</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>dist-scale</type>
<object-name>Light</object-name>
<interpolation>
<entry><ind>0</ind><dep>0.25</dep></entry>
<entry><ind>20</ind><dep>0.50</dep></entry>
<entry><ind>1500</ind><dep>5</dep></entry>
</interpolation>
</animation>
</PropertyList>