copilot.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. This file is part of FlightGear, the free flight simulator
  4. http://www.flightgear.org/
  5. Copyright (C) 2009 Heiko Schulz, Heiko.H.Schulz@gmx.net
  6. (C) 2016 Michael Habarta, mhabarta@freenet.de
  7. This program is free software; you can redistribute it and/or
  8. modify it under the terms of the GNU General Public License as
  9. published by the Free Software Foundation; either version 2 of the
  10. License, or (at your option) any later version.
  11. This program is distributed in the hope that it will be useful, but
  12. WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. General Public License for more details.
  15. -->
  16. <PropertyList>
  17. <path>copilot.ac</path>
  18. <animation>
  19. <nopreview/>
  20. <!-- Objets opaques -->
  21. <!-- opaque objects -->
  22. <object-name>head</object-name>
  23. <object-name>shield</object-name>
  24. <object-name>corps</object-name>
  25. <object-name>arml</object-name>
  26. <object-name>armr</object-name>
  27. <object-name>forearml</object-name>
  28. <object-name>forearmr</object-name>
  29. <object-name>handl</object-name>
  30. <object-name>handr</object-name>
  31. <object-name>thighl</object-name>
  32. <object-name>thighr</object-name>
  33. <object-name>legl</object-name>
  34. <object-name>legr</object-name>
  35. <object-name>footl</object-name>
  36. <object-name>footr</object-name>
  37. <object-name>belt</object-name>
  38. <!-- Objets transparents -->
  39. <!-- transparent objects -->
  40. </animation>
  41. <!-- head -->
  42. <animation>
  43. <name>head_animation</name>
  44. <object-name>head</object-name>
  45. <object-name>shield</object-name>
  46. </animation>
  47. <!-- Visière invisible depuis le cockpit -->
  48. <!-- head, shield invisible from the cockpit -->
  49. <animation>
  50. <type>select</type>
  51. <object-name>head</object-name>
  52. <object-name>shield</object-name>
  53. <condition>
  54. <not-equals>
  55. <property>sim/current-view/name</property>
  56. <value>Co-Pilot View</value>
  57. </not-equals>
  58. </condition>
  59. </animation>
  60. <animation>
  61. <type>rotate</type>
  62. <object-name>head_animation</object-name>
  63. <property>controls/flight/elevator</property>
  64. <factor> -30 </factor>
  65. <center>
  66. <x-m> -3.731 </x-m>
  67. <y-m> -0.672 </y-m>
  68. <z-m> -0.233 </z-m>
  69. </center>
  70. <axis>
  71. <x> 0.000 </x>
  72. <y> 1.000 </y>
  73. <z> 0.000 </z>
  74. </axis>
  75. </animation>
  76. <animation>
  77. <type>rotate</type>
  78. <object-name>head_animation</object-name>
  79. <property>controls/flight/rudder</property>
  80. <factor>-45</factor>
  81. <center>
  82. <x-m> -3.731 </x-m>
  83. <y-m> -0.672 </y-m>
  84. <z-m> -0.233 </z-m>
  85. </center>
  86. <axis>
  87. <x> 0.000 </x>
  88. <y> 0.000 </y>
  89. <z> 1.000 </z>
  90. </axis>
  91. </animation>
  92. <animation>
  93. <type>rotate</type>
  94. <object-name>head_animation</object-name>
  95. <property>controls/flight/aileron</property>
  96. <factor> 45.0</factor>
  97. <center>
  98. <x-m> -3.731 </x-m>
  99. <y-m> -0.672 </y-m>
  100. <z-m> -0.233 </z-m>
  101. </center>
  102. <axis>
  103. <x> 1.000 </x>
  104. <y> 0.000 </y>
  105. <z> 0.000 </z>
  106. </axis>
  107. </animation>
  108. <!--animation de manche-->
  109. <!--animation right hand-->
  110. <animation>
  111. <type>rotate</type>
  112. <object-name>handr</object-name>
  113. <property>controls/flight/aileron</property>
  114. <factor>-12</factor>
  115. <center>
  116. <x-m> -4.159 </x-m>
  117. <y-m> -0.680 </y-m>
  118. <z-m> -1.036 </z-m>
  119. </center>
  120. <axis>
  121. <x> 1 </x>
  122. <y> 0 </y>
  123. <z> 0.3 </z>
  124. </axis>
  125. </animation>
  126. <animation>
  127. <type>rotate</type>
  128. <object-name>handr</object-name>
  129. <property>controls/flight/elevator</property>
  130. <factor>-12</factor>
  131. <center>
  132. <x-m> -4.159 </x-m>
  133. <y-m> -0.680 </y-m>
  134. <z-m> -1.036 </z-m>
  135. </center>
  136. <axis>
  137. <x> 0 </x>
  138. <y> 1 </y>
  139. <z> 0 </z>
  140. </axis>
  141. </animation>
  142. <animation>
  143. <type>rotate</type>
  144. <object-name>handr</object-name>
  145. <property>controls/flight/elevator</property>
  146. <factor>14</factor>
  147. <center>
  148. <x-m> -4.13 </x-m>
  149. <y-m> -0.68 </y-m>
  150. <z-m> -0.56 </z-m>
  151. </center>
  152. <axis>
  153. <x> 0 </x>
  154. <y> 1 </y>
  155. <z>-0.8 </z>
  156. </axis>
  157. </animation>
  158. <!--animation right forearm-->
  159. <animation>
  160. <type>rotate</type>
  161. <object-name>forearmr</object-name>
  162. <property>controls/flight/aileron</property>
  163. <factor>-12</factor>
  164. <center>
  165. <x-m> -4.159 </x-m>
  166. <y-m> -0.680 </y-m>
  167. <z-m> -1.036 </z-m>
  168. </center>
  169. <axis>
  170. <x> 1 </x>
  171. <y> 0.4 </y>
  172. <z> 0.4 </z>
  173. </axis>
  174. </animation>
  175. <animation>
  176. <type>translate</type>
  177. <object-name>forearmr</object-name>
  178. <property>controls/flight/aileron</property>
  179. <factor>1</factor>
  180. <interpolation>
  181. <entry><ind> 1 </ind><dep> 0.020 </dep></entry>
  182. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  183. <entry><ind>-1 </ind><dep>-0.030 </dep></entry>
  184. </interpolation>
  185. <axis>
  186. <x> 1 </x>
  187. <y> 0 </y>
  188. <z> 0 </z>
  189. </axis>
  190. </animation>
  191. <animation>
  192. <type>translate</type>
  193. <object-name>forearmr</object-name>
  194. <property>controls/flight/aileron</property>
  195. <factor>1</factor>
  196. <interpolation>
  197. <entry><ind> 1 </ind><dep>-0.020 </dep></entry>
  198. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  199. <entry><ind>-1 </ind><dep>-0.000 </dep></entry>
  200. </interpolation>
  201. <axis>
  202. <x> 0 </x>
  203. <y> 1 </y>
  204. <z> 0 </z>
  205. </axis>
  206. </animation>
  207. <animation>
  208. <type>rotate</type>
  209. <object-name>forearmr</object-name>
  210. <property>controls/flight/elevator</property>
  211. <factor>-12</factor>
  212. <center>
  213. <x-m> -4.200 </x-m>
  214. <y-m> 0.000 </y-m>
  215. <z-m> -0.600 </z-m>
  216. </center>
  217. <axis>
  218. <x> 0 </x>
  219. <y> 1 </y>
  220. <z> 0 </z>
  221. </axis>
  222. </animation>
  223. <animation>
  224. <type>rotate</type>
  225. <object-name>forearmr</object-name>
  226. <property>controls/flight/elevator</property>
  227. <factor>-10</factor>
  228. <center>
  229. <x-m> -4.000 </x-m>
  230. <y-m> -0.680 </y-m>
  231. <z-m> -0.600 </z-m>
  232. </center>
  233. <axis>
  234. <x> 0 </x>
  235. <y> 0 </y>
  236. <z> 1 </z>
  237. </axis>
  238. </animation>
  239. <animation>
  240. <type>translate</type>
  241. <object-name>forearmr</object-name>
  242. <property>controls/flight/elevator</property>
  243. <factor>1</factor>
  244. <interpolation>
  245. <entry><ind>-1 </ind><dep> 0.07 </dep></entry>
  246. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  247. <entry><ind> 0.5 </ind><dep>-0.04 </dep></entry>
  248. <entry><ind> 1 </ind><dep>-0.065 </dep></entry>
  249. </interpolation>
  250. <axis>
  251. <x> 1 </x>
  252. <y> 0 </y>
  253. <z> 0 </z>
  254. </axis>
  255. </animation>
  256. <animation>
  257. <type>translate</type>
  258. <object-name>forearmr</object-name>
  259. <property>controls/flight/elevator</property>
  260. <factor>1</factor>
  261. <interpolation>
  262. <entry><ind>-1 </ind><dep> 0.00 </dep></entry>
  263. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  264. <entry><ind> 1 </ind><dep>-0.03 </dep></entry>
  265. </interpolation>
  266. <axis>
  267. <x> 0 </x>
  268. <y> 1 </y>
  269. <z> 0 </z>
  270. </axis>
  271. </animation>
  272. <animation>
  273. <type>translate</type>
  274. <object-name>forearmr</object-name>
  275. <property>controls/flight/elevator</property>
  276. <factor>1</factor>
  277. <interpolation>
  278. <entry><ind> 1 </ind><dep>-0.010 </dep></entry>
  279. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  280. <entry><ind>-1 </ind><dep> 0.010 </dep></entry>
  281. </interpolation>
  282. <axis>
  283. <x> 0 </x>
  284. <y> 0 </y>
  285. <z> 1 </z>
  286. </axis>
  287. </animation>
  288. <!--animation right arm-->
  289. <animation>
  290. <type>rotate</type>
  291. <object-name>armr</object-name>
  292. <property>controls/flight/elevator</property>
  293. <factor>12</factor>
  294. <center>
  295. <x-m> -3.653 </x-m>
  296. <y-m> -0.290 </y-m>
  297. <z-m> -0.340 </z-m>
  298. </center>
  299. <axis>
  300. <x> 0 </x>
  301. <y> 1 </y>
  302. <z> 0.4 </z>
  303. </axis>
  304. </animation>
  305. <animation>
  306. <type>rotate</type>
  307. <object-name>armr</object-name>
  308. <property>controls/flight/aileron</property>
  309. <factor>14</factor>
  310. <center>
  311. <x-m> -3.653 </x-m>
  312. <y-m> -0.530 </y-m>
  313. <z-m> -0.340 </z-m>
  314. </center>
  315. <axis>
  316. <x> 1 </x>
  317. <y> 0 </y>
  318. <z> -3 </z>
  319. </axis>
  320. </animation>
  321. <animation>
  322. <type>translate</type>
  323. <object-name>armr</object-name>
  324. <property>controls/flight/elevator</property>
  325. <factor>1</factor>
  326. <interpolation>
  327. <entry><ind>-1 </ind><dep> 0.00 </dep></entry>
  328. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  329. <entry><ind> 0.7 </ind><dep> 0.00 </dep></entry>
  330. <entry><ind> 1 </ind><dep>-0.03 </dep></entry>
  331. </interpolation>
  332. <axis>
  333. <x> 1 </x>
  334. <y> 0 </y>
  335. <z> 0.6 </z>
  336. </axis>
  337. </animation>
  338. <!--animation left hand-->
  339. <animation>
  340. <type>rotate</type>
  341. <object-name>handl</object-name>
  342. <property>controls/engines/engine/throttle</property>
  343. <factor>-20</factor>
  344. <offset-deg>20</offset-deg>
  345. <center>
  346. <x-m> -3.829 </x-m>
  347. <y-m> -0.910 </y-m>
  348. <z-m> -0.983 </z-m>
  349. </center>
  350. <axis>
  351. <x> 0 </x>
  352. <y> 1 </y>
  353. <z> 0 </z>
  354. </axis>
  355. </animation>
  356. <!--animation left forearm-->
  357. <animation>
  358. <type>rotate</type>
  359. <object-name>forearml</object-name>
  360. <property>controls/engines/engine/throttle</property>
  361. <factor>-20</factor>
  362. <offset-deg>20</offset-deg>
  363. <center>
  364. <x-m> -3.829 </x-m>
  365. <y-m> -0.910 </y-m>
  366. <z-m> -0.983 </z-m>
  367. </center>
  368. <axis>
  369. <x> 0 </x>
  370. <y> 1 </y>
  371. <z> 0 </z>
  372. </axis>
  373. </animation>
  374. <!--animation left arm-->
  375. <animation>
  376. <type>rotate</type>
  377. <object-name>arml</object-name>
  378. <property>controls/engines/engine/throttle</property>
  379. <factor>15</factor>
  380. <offset-deg>-10</offset-deg>
  381. <center>
  382. <x-m> -3.653 </x-m>
  383. <y-m> -0.890 </y-m>
  384. <z-m> -0.300 </z-m>
  385. </center>
  386. <axis>
  387. <x> 0 </x>
  388. <y> 1 </y>
  389. <z> 0 </z>
  390. </axis>
  391. </animation>
  392. <!-- feet -->
  393. <animation>
  394. <type>rotate</type>
  395. <object-name>footl</object-name>
  396. <property>controls/flight/rudder</property>
  397. <factor>14</factor>
  398. <center>
  399. <x-m> -4.552 </x-m>
  400. <y-m> -0.463 </y-m>
  401. <z-m> -1.009 </z-m>
  402. </center>
  403. <axis>
  404. <x> 0 </x>
  405. <y> 1 </y>
  406. <z> 0 </z>
  407. </axis>
  408. </animation>
  409. <animation>
  410. <type>rotate</type>
  411. <object-name>footr</object-name>
  412. <property>controls/flight/rudder</property>
  413. <factor>-14</factor>
  414. <center>
  415. <x-m> -4.552 </x-m>
  416. <y-m> -0.463 </y-m>
  417. <z-m> -1.009 </z-m>
  418. </center>
  419. <axis>
  420. <x> 0 </x>
  421. <y> 1 </y>
  422. <z> 0 </z>
  423. </axis>
  424. </animation>
  425. <!-- left leg -->
  426. <animation>
  427. <type>rotate</type>
  428. <object-name>legl</object-name>
  429. <property>controls/flight/rudder</property>
  430. <factor>-6</factor>
  431. <center>
  432. <x-m> -4.300 </x-m>
  433. <y-m> -0.463 </y-m>
  434. <z-m> -0.800 </z-m>
  435. </center>
  436. <axis>
  437. <x> 0 </x>
  438. <y> 1 </y>
  439. <z> 0 </z>
  440. </axis>
  441. </animation>
  442. <animation>
  443. <type>translate</type>
  444. <object-name>legl</object-name>
  445. <property>controls/flight/rudder</property>
  446. <factor>1</factor>
  447. <interpolation>
  448. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  449. <entry><ind>-1 </ind><dep>-0.020 </dep></entry>
  450. </interpolation>
  451. <axis>
  452. <x> 1 </x>
  453. <y> 0 </y>
  454. <z> 1 </z>
  455. </axis>
  456. </animation>
  457. <animation>
  458. <type>rotate</type>
  459. <object-name>legl</object-name>
  460. <property>controls/flight/aileron</property>
  461. <factor>6</factor>
  462. <interpolation>
  463. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  464. <entry><ind>-0.5 </ind><dep> 0 </dep></entry>
  465. <entry><ind>-1 </ind><dep>-6 </dep></entry>
  466. </interpolation>
  467. <center>
  468. <x-m> -4.552 </x-m>
  469. <y-m> -0.893 </y-m>
  470. <z-m> -1.009 </z-m>
  471. </center>
  472. <axis>
  473. <x>-0.1 </x>
  474. <y> 0 </y>
  475. <z> 1 </z>
  476. </axis>
  477. </animation>
  478. <!-- left thigh -->
  479. <animation>
  480. <type>rotate</type>
  481. <object-name>thighl</object-name>
  482. <property>controls/flight/rudder</property>
  483. <factor>1.2</factor>
  484. <center>
  485. <x-m> -3.600 </x-m>
  486. <y-m> -0.463 </y-m>
  487. <z-m> -0.600 </z-m>
  488. </center>
  489. <axis>
  490. <x> 0 </x>
  491. <y> 1 </y>
  492. <z> 0 </z>
  493. </axis>
  494. </animation>
  495. <animation>
  496. <type>rotate</type>
  497. <object-name>thighl</object-name>
  498. <property>controls/flight/aileron</property>
  499. <factor>3</factor>
  500. <interpolation>
  501. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  502. <entry><ind>-0.5 </ind><dep> 0 </dep></entry>
  503. <entry><ind>-1 </ind><dep> 3 </dep></entry>
  504. </interpolation>
  505. <center>
  506. <x-m> -3.730 </x-m>
  507. <y-m> -0.890 </y-m>
  508. <z-m> -0.630 </z-m>
  509. </center>
  510. <axis>
  511. <x> 0 </x>
  512. <y> 0 </y>
  513. <z> 1 </z>
  514. </axis>
  515. </animation>
  516. <!-- right leg -->
  517. <animation>
  518. <type>rotate</type>
  519. <object-name>legr</object-name>
  520. <property>controls/flight/rudder</property>
  521. <factor>6</factor>
  522. <center>
  523. <x-m> -4.300 </x-m>
  524. <y-m> -0.463 </y-m>
  525. <z-m> -0.800 </z-m>
  526. </center>
  527. <axis>
  528. <x> 0 </x>
  529. <y> 1 </y>
  530. <z> 0 </z>
  531. </axis>
  532. </animation>
  533. <animation>
  534. <type>translate</type>
  535. <object-name>legr</object-name>
  536. <property>controls/flight/rudder</property>
  537. <factor>1</factor>
  538. <interpolation>
  539. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  540. <entry><ind> 1 </ind><dep>-0.020 </dep></entry>
  541. </interpolation>
  542. <axis>
  543. <x> 1 </x>
  544. <y> 0 </y>
  545. <z> 1 </z>
  546. </axis>
  547. </animation>
  548. <animation>
  549. <type>rotate</type>
  550. <object-name>legr</object-name>
  551. <property>controls/flight/aileron</property>
  552. <factor>6</factor>
  553. <interpolation>
  554. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  555. <entry><ind> 0.5 </ind><dep> 0 </dep></entry>
  556. <entry><ind> 1 </ind><dep> 6 </dep></entry>
  557. </interpolation>
  558. <center>
  559. <x-m> -4.552 </x-m>
  560. <y-m> -0.463 </y-m>
  561. <z-m> -1.009 </z-m>
  562. </center>
  563. <axis>
  564. <x> 0 </x>
  565. <y> 0 </y>
  566. <z> 1 </z>
  567. </axis>
  568. </animation>
  569. <!-- right thigh -->
  570. <animation>
  571. <type>rotate</type>
  572. <object-name>thighr</object-name>
  573. <property>controls/flight/rudder</property>
  574. <factor>-1.2</factor>
  575. <center>
  576. <x-m> -3.600 </x-m>
  577. <y-m> -0.463 </y-m>
  578. <z-m> -0.600 </z-m>
  579. </center>
  580. <axis>
  581. <x> 0 </x>
  582. <y> 1 </y>
  583. <z> 0 </z>
  584. </axis>
  585. </animation>
  586. <animation>
  587. <type>rotate</type>
  588. <object-name>thighr</object-name>
  589. <property>controls/flight/aileron</property>
  590. <factor>-3</factor>
  591. <interpolation>
  592. <entry><ind> 0 </ind><dep> 0 </dep></entry>
  593. <entry><ind> 0.5 </ind><dep> 0 </dep></entry>
  594. <entry><ind> 1 </ind><dep>-3 </dep></entry>
  595. </interpolation>
  596. <center>
  597. <x-m> -3.730 </x-m>
  598. <y-m> -0.590 </y-m>
  599. <z-m> -0.630 </z-m>
  600. </center>
  601. <axis>
  602. <x> 0 </x>
  603. <y> 0 </y>
  604. <z> 1 </z>
  605. </axis>
  606. </animation>
  607. </PropertyList>