12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <!-- for UH-60 HD -->
-
-
-
- <path>cyclic.ac</path>
-
- <animation>
- <name>CyclicComplet</name>
- <object-name>cyclic</object-name>
-
-
-
- </animation>
-
- <animation>
- <type>rotate</type>
- <object-name>CyclicComplet</object-name>
- <property>controls/flight/elevator</property>
- <factor> -5 </factor>
- <offsets>
- <x-m> 0.0 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> 0.03</z-m>
- </offsets>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
-
-
- <animation>
- <type>rotate</type>
- <object-name>CyclicComplet</object-name>
- <property>controls/flight/aileron</property>
- <factor> -5 </factor>
- <offsets>
- <x-m> 0.0 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> 0.03</z-m>
- </offsets>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|