28 lines
534 B
XML
28 lines
534 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
|
||
|
<PropertyList>
|
||
|
|
||
|
<path>res/a320.nlg.tires.ac</path>
|
||
|
|
||
|
<!-- Animation for tire rotation as the aircraft rolls along the ground-->
|
||
|
<animation>
|
||
|
<name>Tire rotation</name>
|
||
|
<type>spin</type>
|
||
|
<object-name>Tires</object-name>
|
||
|
<object-name>Bearing</object-name>
|
||
|
<property>gear/gear[0]/rollspeed-ms</property>
|
||
|
<factor>10</factor>
|
||
|
<axis>
|
||
|
<x>0</x>
|
||
|
<y>-1</y>
|
||
|
<z>0</z>
|
||
|
</axis>
|
||
|
<center>
|
||
|
<x-m>0</x-m>
|
||
|
<y-m>0</y-m>
|
||
|
<z-m>0</z-m>
|
||
|
</center>
|
||
|
</animation>
|
||
|
|
||
|
</PropertyList>
|