passenger_rmr.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>passenger_rmr.ac</path>
  18. <animation>
  19. <nopreview/>
  20. <!-- Objets opaques -->
  21. <!-- opaque objects -->
  22. <object-name>head</object-name>
  23. <object-name>corps</object-name>
  24. <object-name>arml</object-name>
  25. <object-name>armr</object-name>
  26. <object-name>forearml</object-name>
  27. <object-name>forearmr</object-name>
  28. <object-name>handl</object-name>
  29. <object-name>handr</object-name>
  30. <object-name>thighl</object-name>
  31. <object-name>thighr</object-name>
  32. <object-name>legl</object-name>
  33. <object-name>legr</object-name>
  34. <object-name>footl</object-name>
  35. <object-name>footr</object-name>
  36. <object-name>belt</object-name>
  37. <!-- Objets transparents -->
  38. <!-- transparent objects -->
  39. </animation>
  40. <!-- Visière invisible depuis le cockpit -->
  41. <!-- head, shield invisible from the cockpit -->
  42. <animation>
  43. <type>select</type>
  44. <object-name>head</object-name>
  45. <condition>
  46. <not-equals>
  47. <property>sim/current-view/name</property>
  48. <value>Rear Mid Right Seat View</value>
  49. </not-equals>
  50. </condition>
  51. </animation>
  52. </PropertyList>