123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!--
- This file is part of FlightGear, the free flight simulator
- http://www.flightgear.org/
- Copyright (C) 2009 Heiko Schulz, Heiko.H.Schulz@gmx.net
- (C) 2016 Michael Habarta, mhabarta@freenet.de
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
- -->
- <PropertyList>
- <path>copilot.ac</path>
- <animation>
- <nopreview/>
- <!-- Objets opaques -->
- <!-- opaque objects -->
- <object-name>head</object-name>
- <object-name>shield</object-name>
- <object-name>corps</object-name>
- <object-name>arml</object-name>
- <object-name>armr</object-name>
- <object-name>forearml</object-name>
- <object-name>forearmr</object-name>
- <object-name>handl</object-name>
- <object-name>handr</object-name>
- <object-name>thighl</object-name>
- <object-name>thighr</object-name>
- <object-name>legl</object-name>
- <object-name>legr</object-name>
- <object-name>footl</object-name>
- <object-name>footr</object-name>
- <object-name>belt</object-name>
- <!-- Objets transparents -->
- <!-- transparent objects -->
- </animation>
- <!-- head -->
- <animation>
- <name>head_animation</name>
- <object-name>head</object-name>
- <object-name>shield</object-name>
- </animation>
- <!-- Visière invisible depuis le cockpit -->
- <!-- head, shield invisible from the cockpit -->
- <animation>
- <type>select</type>
- <object-name>head</object-name>
- <object-name>shield</object-name>
- <condition>
- <not-equals>
- <property>sim/current-view/name</property>
- <value>Co-Pilot View</value>
- </not-equals>
- </condition>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>head_animation</object-name>
- <property>controls/flight/elevator</property>
- <factor> -30 </factor>
- <center>
- <x-m> -3.731 </x-m>
- <y-m> -0.672 </y-m>
- <z-m> -0.233 </z-m>
- </center>
- <axis>
- <x> 0.000 </x>
- <y> 1.000 </y>
- <z> 0.000 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>head_animation</object-name>
- <property>controls/flight/rudder</property>
- <factor>-45</factor>
- <center>
- <x-m> -3.731 </x-m>
- <y-m> -0.672 </y-m>
- <z-m> -0.233 </z-m>
- </center>
- <axis>
- <x> 0.000 </x>
- <y> 0.000 </y>
- <z> 1.000 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>head_animation</object-name>
- <property>controls/flight/aileron</property>
- <factor> 45.0</factor>
- <center>
- <x-m> -3.731 </x-m>
- <y-m> -0.672 </y-m>
- <z-m> -0.233 </z-m>
- </center>
- <axis>
- <x> 1.000 </x>
- <y> 0.000 </y>
- <z> 0.000 </z>
- </axis>
- </animation>
-
- <!--animation de manche-->
- <!--animation right hand-->
- <animation>
- <type>rotate</type>
- <object-name>handr</object-name>
- <property>controls/flight/aileron</property>
- <factor>-12</factor>
- <center>
- <x-m> -4.159 </x-m>
- <y-m> -0.680 </y-m>
- <z-m> -1.036 </z-m>
- </center>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0.3 </z>
- </axis>
- </animation>
-
- <animation>
- <type>rotate</type>
- <object-name>handr</object-name>
- <property>controls/flight/elevator</property>
- <factor>-12</factor>
- <center>
- <x-m> -4.159 </x-m>
- <y-m> -0.680 </y-m>
- <z-m> -1.036 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>handr</object-name>
- <property>controls/flight/elevator</property>
- <factor>14</factor>
- <center>
- <x-m> -4.13 </x-m>
- <y-m> -0.68 </y-m>
- <z-m> -0.56 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z>-0.8 </z>
- </axis>
- </animation>
- <!--animation right forearm-->
- <animation>
- <type>rotate</type>
- <object-name>forearmr</object-name>
- <property>controls/flight/aileron</property>
- <factor>-12</factor>
- <center>
- <x-m> -4.159 </x-m>
- <y-m> -0.680 </y-m>
- <z-m> -1.036 </z-m>
- </center>
- <axis>
- <x> 1 </x>
- <y> 0.4 </y>
- <z> 0.4 </z>
- </axis>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>forearmr</object-name>
- <property>controls/flight/aileron</property>
- <factor>1</factor>
- <interpolation>
- <entry><ind> 1 </ind><dep> 0.020 </dep></entry>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind>-1 </ind><dep>-0.030 </dep></entry>
- </interpolation>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>forearmr</object-name>
- <property>controls/flight/aileron</property>
- <factor>1</factor>
- <interpolation>
- <entry><ind> 1 </ind><dep>-0.020 </dep></entry>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind>-1 </ind><dep>-0.000 </dep></entry>
- </interpolation>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>forearmr</object-name>
- <property>controls/flight/elevator</property>
- <factor>-12</factor>
- <center>
- <x-m> -4.200 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> -0.600 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>forearmr</object-name>
- <property>controls/flight/elevator</property>
- <factor>-10</factor>
- <center>
- <x-m> -4.000 </x-m>
- <y-m> -0.680 </y-m>
- <z-m> -0.600 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>forearmr</object-name>
- <property>controls/flight/elevator</property>
- <factor>1</factor>
- <interpolation>
- <entry><ind>-1 </ind><dep> 0.07 </dep></entry>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind> 0.5 </ind><dep>-0.04 </dep></entry>
- <entry><ind> 1 </ind><dep>-0.065 </dep></entry>
- </interpolation>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>forearmr</object-name>
- <property>controls/flight/elevator</property>
- <factor>1</factor>
- <interpolation>
- <entry><ind>-1 </ind><dep> 0.00 </dep></entry>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind> 1 </ind><dep>-0.03 </dep></entry>
- </interpolation>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>forearmr</object-name>
- <property>controls/flight/elevator</property>
- <factor>1</factor>
- <interpolation>
- <entry><ind> 1 </ind><dep>-0.010 </dep></entry>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind>-1 </ind><dep> 0.010 </dep></entry>
- </interpolation>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
- <!--animation right arm-->
- <animation>
- <type>rotate</type>
- <object-name>armr</object-name>
- <property>controls/flight/elevator</property>
- <factor>12</factor>
- <center>
- <x-m> -3.653 </x-m>
- <y-m> -0.290 </y-m>
- <z-m> -0.340 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0.4 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>armr</object-name>
- <property>controls/flight/aileron</property>
- <factor>14</factor>
- <center>
- <x-m> -3.653 </x-m>
- <y-m> -0.530 </y-m>
- <z-m> -0.340 </z-m>
- </center>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> -3 </z>
- </axis>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>armr</object-name>
- <property>controls/flight/elevator</property>
- <factor>1</factor>
- <interpolation>
- <entry><ind>-1 </ind><dep> 0.00 </dep></entry>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind> 0.7 </ind><dep> 0.00 </dep></entry>
- <entry><ind> 1 </ind><dep>-0.03 </dep></entry>
- </interpolation>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0.6 </z>
- </axis>
- </animation>
- <!--animation left hand-->
- <animation>
- <type>rotate</type>
- <object-name>handl</object-name>
- <property>controls/engines/engine/throttle</property>
- <factor>-20</factor>
- <offset-deg>20</offset-deg>
- <center>
- <x-m> -3.829 </x-m>
- <y-m> -0.910 </y-m>
- <z-m> -0.983 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <!--animation left forearm-->
- <animation>
- <type>rotate</type>
- <object-name>forearml</object-name>
- <property>controls/engines/engine/throttle</property>
- <factor>-20</factor>
- <offset-deg>20</offset-deg>
- <center>
- <x-m> -3.829 </x-m>
- <y-m> -0.910 </y-m>
- <z-m> -0.983 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <!--animation left arm-->
- <animation>
- <type>rotate</type>
- <object-name>arml</object-name>
- <property>controls/engines/engine/throttle</property>
- <factor>15</factor>
- <offset-deg>-10</offset-deg>
- <center>
- <x-m> -3.653 </x-m>
- <y-m> -0.890 </y-m>
- <z-m> -0.300 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <!-- feet -->
- <animation>
- <type>rotate</type>
- <object-name>footl</object-name>
- <property>controls/flight/rudder</property>
- <factor>14</factor>
- <center>
- <x-m> -4.552 </x-m>
- <y-m> -0.463 </y-m>
- <z-m> -1.009 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>footr</object-name>
- <property>controls/flight/rudder</property>
- <factor>-14</factor>
- <center>
- <x-m> -4.552 </x-m>
- <y-m> -0.463 </y-m>
- <z-m> -1.009 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <!-- left leg -->
- <animation>
- <type>rotate</type>
- <object-name>legl</object-name>
- <property>controls/flight/rudder</property>
- <factor>-6</factor>
- <center>
- <x-m> -4.300 </x-m>
- <y-m> -0.463 </y-m>
- <z-m> -0.800 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>legl</object-name>
- <property>controls/flight/rudder</property>
- <factor>1</factor>
- <interpolation>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind>-1 </ind><dep>-0.020 </dep></entry>
- </interpolation>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>legl</object-name>
- <property>controls/flight/aileron</property>
- <factor>6</factor>
- <interpolation>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind>-0.5 </ind><dep> 0 </dep></entry>
- <entry><ind>-1 </ind><dep>-6 </dep></entry>
- </interpolation>
- <center>
- <x-m> -4.552 </x-m>
- <y-m> -0.893 </y-m>
- <z-m> -1.009 </z-m>
- </center>
- <axis>
- <x>-0.1 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
- <!-- left thigh -->
- <animation>
- <type>rotate</type>
- <object-name>thighl</object-name>
- <property>controls/flight/rudder</property>
- <factor>1.2</factor>
- <center>
- <x-m> -3.600 </x-m>
- <y-m> -0.463 </y-m>
- <z-m> -0.600 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>thighl</object-name>
- <property>controls/flight/aileron</property>
- <factor>3</factor>
- <interpolation>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind>-0.5 </ind><dep> 0 </dep></entry>
- <entry><ind>-1 </ind><dep> 3 </dep></entry>
- </interpolation>
- <center>
- <x-m> -3.730 </x-m>
- <y-m> -0.890 </y-m>
- <z-m> -0.630 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
- <!-- right leg -->
- <animation>
- <type>rotate</type>
- <object-name>legr</object-name>
- <property>controls/flight/rudder</property>
- <factor>6</factor>
- <center>
- <x-m> -4.300 </x-m>
- <y-m> -0.463 </y-m>
- <z-m> -0.800 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>translate</type>
- <object-name>legr</object-name>
- <property>controls/flight/rudder</property>
- <factor>1</factor>
- <interpolation>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind> 1 </ind><dep>-0.020 </dep></entry>
- </interpolation>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>legr</object-name>
- <property>controls/flight/aileron</property>
- <factor>6</factor>
- <interpolation>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind> 0.5 </ind><dep> 0 </dep></entry>
- <entry><ind> 1 </ind><dep> 6 </dep></entry>
- </interpolation>
- <center>
- <x-m> -4.552 </x-m>
- <y-m> -0.463 </y-m>
- <z-m> -1.009 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
- <!-- right thigh -->
- <animation>
- <type>rotate</type>
- <object-name>thighr</object-name>
- <property>controls/flight/rudder</property>
- <factor>-1.2</factor>
- <center>
- <x-m> -3.600 </x-m>
- <y-m> -0.463 </y-m>
- <z-m> -0.600 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 1 </y>
- <z> 0 </z>
- </axis>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>thighr</object-name>
- <property>controls/flight/aileron</property>
- <factor>-3</factor>
- <interpolation>
- <entry><ind> 0 </ind><dep> 0 </dep></entry>
- <entry><ind> 0.5 </ind><dep> 0 </dep></entry>
- <entry><ind> 1 </ind><dep>-3 </dep></entry>
- </interpolation>
- <center>
- <x-m> -3.730 </x-m>
- <y-m> -0.590 </y-m>
- <z-m> -0.630 </z-m>
- </center>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- </animation>
- </PropertyList>
|