26 lines
571 B
XML
26 lines
571 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList>
|
|
|
|
<path>refueling.ac</path>
|
|
|
|
<animation>
|
|
<!-- Objets opaques -->
|
|
<object-name>refueling-drogue</object-name>
|
|
<object-name>pod-left</object-name>
|
|
<object-name>pod-right</object-name>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>refueling-drogue</object-name>
|
|
<condition>
|
|
<greater-than>
|
|
<property>controls/refuelling/refuelling-drogues-pos-norm</property>
|
|
<value>0.5</value>
|
|
</greater-than>
|
|
</condition>
|
|
</animation>
|
|
|
|
</PropertyList>
|
|
|