This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Models/LandingGears/a320.mlg.tires.xml

34 lines
646 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2019-01-01 06:03:06 +00:00
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
<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>