Rascal110.xml 1.64 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
<?xml version="1.0"?>

<PropertyList>

 <path>Rascal110-000-013.ac</path>

 <model>
   <path>Aircraft/Rascal/Models/smokeW.xml</path>
   <offsets>
     <x-m> 2.0</x-m>
     <y-m> 0.0</y-m>
     <z-m> 0.0</z-m>
     <roll-deg>   0</roll-deg>
     <pitch-deg>  0</pitch-deg>
     <heading-deg>0</heading-deg>
   </offsets>
 </model>

 <animation>
  <type>rotate</type>
  <object-name>L_Aileron</object-name>
  <property>/surface-positions/left-aileron-pos-norm</property>
  <factor>20.0</factor> <!-- fixme -->
  <center>
   <x-m>0.735</x-m>
   <y-m>-0.450</y-m>
   <z-m>0.139</z-m>
  </center>
  <axis>
   <x>0.037</x>
   <y>1.0</y>
   <z>-0.029</z>
  </axis>
 </animation>

 <animation>
  <type>rotate</type>
  <object-name>R_Aileron</object-name>
  <property>/surface-positions/right-aileron-pos-norm</property>
  <factor>20.0</factor> <!-- fixme -->
  <center>
   <x-m>0.735</x-m>
   <y-m>0.450</y-m>
   <z-m>0.139</z-m>
  </center>
  <axis>
   <x>-0.037</x>
   <y>1.0</y>
   <z>0.029</z>
  </axis>
 </animation>

 <animation>
  <type>rotate</type>
  <object-name>Elevator</object-name>
  <property>/surface-positions/elevator-pos-norm</property>
  <factor>35.0</factor> <!-- fixme -->
  <center>
   <x-m>1.752</x-m>
   <y-m>0.0</y-m>
   <z-m>0.051</z-m>
  </center>
  <axis>
   <x>0.0</x>
   <y>1.0</y>
   <z>0.0</z>
  </axis>
 </animation>

 <animation>
  <type>rotate</type>
  <object-name>Rudder</object-name>
  <property>/surface-positions/rudder-pos-norm</property>
  <factor>35.0</factor> <!-- fixme -->
  <center>
   <x-m>1.752</x-m>
   <y-m>0.0</y-m>
   <z-m>0.0</z-m>
  </center>
  <axis>
   <x>0.0</x>
   <y>0.0</y>
   <z>1.0</z>
  </axis>
 </animation>

</PropertyList>