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.nlg.tires.xml
2017-11-16 14:29:08 -05:00

33 lines
685 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!--
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<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>