- <?xml version="1.0" encoding="ISO-8859-1"?>
<PropertyList>
<!-- Le fuselage -->
<model>
<name>Particules</name>
<path>Aircraft/Robinson-R66/Models/Effects/Ground/particules.xml</path>
<offsets>
<x-m> -2.218 </x-m>
<y-m> 0.000 </y-m>
<z-m> -1.000 </z-m>
<roll-deg> 90 </roll-deg>
</offsets>
</model>
<!-- pitch -->
<animation>
<type>rotate</type>
<object-name>Particules</object-name>
<property>orientation/pitch-deg</property>
<factor> -1 </factor>
<axis>
<x> 0 </x>
<y> 1 </y>
<z> 0 </z>
</axis>
</animation>
<!-- roll -->
<animation>
<type>rotate</type>
<object-name>Particules</object-name>
<property>orientation/roll-deg</property>
<factor> 1 </factor>
<axis>
<x> 1 </x>
<y> 0 </y>
<z> 0 </z>
</axis>
</animation>
<!-- Translate to ground level -->
<animation>
<type>translate</type>
<object-name>Particules</object-name>
<property>sim/multiplay/generic/float[2]</property>
<factor> -1 </factor>
<axis>
<x> 0 </x>
<y> 0 </y>
<z> 1 </z>
</axis>
</animation>
</PropertyList>
|