123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>interior.ac</path>
- <animation>
- <!-- Objets opaques -->
- <object-name>interieur</object-name>
- <object-name>inttour</object-name>
- <object-name>intporte</object-name>
- <object-name>planchet</object-name>
- <object-name>cloisons</object-name>
- <object-name>sieges</object-name>
- <object-name>tableG1</object-name>
- <object-name>tableG2</object-name>
- <object-name>tableD1</object-name>
- <object-name>trousgobelets</object-name>
- <object-name>ajout</object-name>
- <object-name>soufles</object-name>
- <!-- Objets transparents -->
- <object-name>intvitres</object-name>
- </animation>
- <animation>
- <type>noshadow</type>
- <object-name>intvitres</object-name>
- </animation>
- <!-- working for Compositor -->
- <effect>
- <inherits-from>../Effects/Glass/glassrain</inherits-from>
- <object-name>intvitres</object-name>
- </effect>
- <!-- Planches de bord -->
- <model>
- <path>Panel/panel.xml</path>
- <offsets>
- <x-m> -5.381 </x-m>
- <y-m> 0.000 </y-m>
- <z-m> -0.101 </z-m>
- </offsets>
- </model>
- <!-- Pilote -->
- <model>
- <path>../Pilot/pilot.xml</path>
- <offsets>
- <x-m> -4.803 </x-m>
- <y-m> -0.409 </y-m>
- <z-m> -0.394 </z-m>
- </offsets>
- </model>
- <!-- Porte -->
- <animation>
- <type>pick</type>
- <object-name>intporte</object-name>
- <visible>true</visible>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>nasal</command>
- <script>doors.crew.toggle();</script>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>intporte</object-name>
- <property>sim/model/door-positions/crew/position-norm</property>
- <factor> 130 </factor>
- <center>
- <x-m> -3.532 </x-m>
- <y-m> -0.502 </y-m>
- <z-m> -1.254 </z-m>
- </center>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|