A350-family/Models/LandingGears/a320.mlg.tires.xml
fly 2c15b8362f Initial commit
Signed-off-by: fly <merspieler@airmail.cc>
2020-07-19 00:49:38 +10:00

31 lines
588 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
<path>res/a320.mlg.tires.ac</path>
<params>
<gear>gear/gear[1]/rollspeed-ms</gear>
</params>
<!-- 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 alias="../../params/gear" />
<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>