1
0
Fork 0
fgdata/Aircraft/Generic/Human/Models/copilot.xml

57 lines
1 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<animation>
<type>select</type>
<condition>
<not-equals>
<property>sim/model/crew/pilot[1]/enabled</property>
<value>0</value>
</not-equals>
</condition>
</animation>
<model>
<name>male</name>
<path>Aircraft/Generic/Human/Models/male-copilot.xml</path>
</model>
<animation>
<type>select</type>
<object-name>male</object-name>
<condition>
<equals>
<property>sim/model/crew/pilot[1]/gender</property>
<value>0</value>
</equals>
</condition>
</animation>
<model>
<name>female</name>
<path>Aircraft/Generic/Human/Models/female-copilot.xml</path>
</model>
<animation>
<type>select</type>
<object-name>female</object-name>
<condition>
<equals>
<property>sim/model/crew/pilot[1]/gender</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>scale</type>
<object-name>female</object-name>
<x-offset>1.05</x-offset>
<y-offset>1.05</y-offset>
<z-offset>1.05</z-offset>
</animation>
</PropertyList>