1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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>passenger_fr.ac</path>
- <animation>
- <!-- Objets opaques -->
- <!-- opaque objects -->
- <object-name>head</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>
- <!-- Visière invisible depuis le cockpit -->
- <!-- head, shield invisible from the cockpit -->
- <animation>
- <type>select</type>
- <object-name>head</object-name>
- <condition>
- <not-equals>
- <property>sim/current-view/name</property>
- <value>Front Right Seat View</value>
- </not-equals>
- </condition>
- </animation>
- </PropertyList>
|