123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0"?>
- <PropertyList>
- <path>pedals.ac</path>
-
- <animation>
- <type>material</type>
- <object-name>rudderpedal_LL</object-name>
- <object-name>rudderpedal_LR</object-name>
- <object-name>rudderpedal_RL</object-name>
- <object-name>rudderpedal_RR</object-name>
- </animation>
-
- <animation>
- <type>translate</type>
- <object-name>rudderpedal_LL</object-name>
- <property>controls/flight/rudder</property>
- <factor> 0.07 </factor>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
-
- <animation>
- <type>translate</type>
- <object-name>rudderpedal_RL</object-name>
- <property>controls/flight/rudder</property>
- <factor> 0.07 </factor>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
-
- <animation>
- <type>translate</type>
- <object-name>rudderpedal_LR</object-name>
- <property>controls/flight/rudder</property>
- <factor> 0.07 </factor>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
-
- <animation>
- <type>translate</type>
- <object-name>rudderpedal_RR</object-name>
- <property>controls/flight/rudder</property>
- <factor> 0.07 </factor>
- <axis>
- <x> -1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
-
- </PropertyList>
|