1
0
Fork 0
fgdata/AI/Aircraft/Cessna208Caravan/Models/main.xml
2015-03-07 22:11:00 +01:00

80 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<path>caravan.ac</path>
<!--
<animation>
<type>material</type>
<texture-prop>texture</texture-prop>
<texture>texture.png</texture>
</animation>
-->
<!-- L'hélice -->
<animation>
<name>HeliceComplete</name>
<object-name>propdisc</object-name>
<object-name>propblur</object-name>
<object-name>helice</object-name>
<object-name>bol</object-name>
</animation>
<!-- Séléction de l'objet visible en fonction des rpm -->
<animation>
<type>select</type>
<object-name>propdisc</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>0</value>
</greater-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>propblur</object-name>
<condition>
<and>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>0</value>
</greater-than>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>60</value>
</less-than>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>helice</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>60</value>
</less-than>
</condition>
</animation>
<animation>
<type>spin</type>
<object-name>HeliceComplete</object-name>
<property>velocities/true-airspeed-kt</property>
<factor> 1 </factor>
<center>
<x-m> -5.911 </x-m>
<y-m> 0.000 </y-m>
<z-m> 0.433 </z-m>
</center>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
</PropertyList>