passenger_rl.xml 1.8 KB

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