1
0
Fork 0
fgdata/Aircraft/c172p/Models/Pedals/pedals.xml
stuart 44b4a4ea5f Various C172P updates
- Engine sounds copied from c182
- Disable callsign display on the default livery
- Add working pedals
- Minor model tweeks (remove gaps, fix landing light)
- Add induced drag in ground effect
- Fix carb heat animation (out for on)
2009-12-06 19:12:23 +00:00

61 lines
1.1 KiB
XML
Executable file

<?xml version="1.0" ?>
<PropertyList>
<path>pedals.ac</path>
<animation>
<type>translate</type>
<object-name>LeftPedal</object-name>
<property>controls/flight/rudder</property>
<factor>0.05</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>LeftPedal</object-name>
<property>controls/gear/brake-left</property>
<factor>-7</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>0.0</x-m>
<y-m>0.0</y-m>
<z-m>0.0</z-m>
</center>
</animation>
<animation>
<type>translate</type>
<object-name>RightPedal</object-name>
<property>controls/flight/rudder</property>
<factor>-0.05</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>RightPedal</object-name>
<property>controls/gear/brake-right</property>
<factor>-7</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>0.0</x-m>
<y-m>0.0</y-m>
<z-m>0.0</z-m>
</center>
</animation>
</PropertyList>