12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>tailrotor.ac</path>
- <animation>
- <object-name>rotortail</object-name>
- <object-name>rotortail1</object-name>
- <object-name>rotortail2</object-name>
- </animation>
- <!-- Blades -->
- <model>
- <name>Blade1</name>
- <path>Aircraft/Robinson-R66/Models/TailRotor/blade.xml</path>
- <offsets>
- <x-m> 0.000 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> 0.115 </z-m>
- </offsets>
- </model>
- <model>
- <name>Blade2</name>
- <path>Aircraft/Robinson-R66/Models/TailRotor/blade.xml</path>
- <offsets>
- <x-m> 0.000 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> 0.115 </z-m>
- <heading-deg> 180 </heading-deg>
- </offsets>
- </model>
- <!-- Mécanisme
- <animation>
- <type>translate</type>
- <object-name>rotortail2</object-name>
- <property>/rotors/tail/blade/incidence-deg</property>
- <factor>0.002</factor>
- <axis>
- <x> 0.000 </x>
- <y> 0.000 </y>
- <z> 1.000 </z>
- </axis>
- </animation> -->
- <animation>
- <name>rotorcomplet</name>
- <object-name>rotortail</object-name>
- <object-name>rotortail2</object-name>
- <object-name>Blade1</object-name>
- <object-name>Blade2</object-name>
- </animation>
- <!-- Rotation du rotor -->
- <animation>
- <type>rotate</type>
- <object-name>rotorcomplet</object-name>
- <property>/rotors/tail/blade[0]/position-deg</property>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
-
- <animation>
- <type>spin</type>
- <object-name>rotorcomplet</object-name>
- <property>rotors/tail/rpm</property>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
-
- </PropertyList>
|