12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>joystick.ac</path>
-
- <animation>
- <type>material</type>
- <object-name>Joystick1</object-name>
- <object-name>Joystick2</object-name>
- <object-name>Joystickholder</object-name>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>Joystick1</object-name>
- <object-name>Joystick2</object-name>
- <property>controls/flight/elevator</property>
- <factor>-0.0738</factor>
- <axis>
- <x>1.0</x>
- <y>0.0</y>
- <z>0.0</z>
- </axis>
- </animation>
-
- <animation>
- <type>rotate</type>
- <object-name>Joystick1</object-name>
- <property>controls/flight/aileron</property>
- <factor>-55</factor>
- <center>
- <x-m> 4.85733 </x-m>
- <y-m>-0.35410 </y-m>
- <z-m> 0.94442 </z-m>
- </center>
- <axis>
- <x>1.0</x>
- <y>0.0</y>
- <z>0.0</z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>Joystick2</object-name>
- <property>controls/flight/aileron</property>
- <factor>-55</factor>
- <center>
- <x-m> 4.85733 </x-m>
- <y-m> 0.35555 </y-m>
- <z-m> 0.94442 </z-m>
- </center>
- <axis>
- <x>1.0</x>
- <y>0.0</y>
- <z>0.0</z>
- </axis>
- </animation>
-
- </PropertyList>
|