1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!-- Based on R22 panel for tye moment -->
- <PropertyList>
- <path>pedals.ac</path>
- <animation>
- <type>rotate</type>
- <object-name>RHpedal</object-name>
- <property>controls/flight/rudder</property>
- <factor> 20 </factor>
- <center>
- <x-m> -0.123 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> -0.361 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>LHpedal</object-name>
- <property>controls/flight/rudder</property>
- <factor> -20 </factor>
- <center>
- <x-m> -0.123 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> -0.361 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|