1
0
Fork 0
fgdata/Models/Geometry/parachuter.xml
2015-03-07 22:11:00 +01:00

37 lines
689 B
XML

<?xml version="1.0"?>
<PropertyList>
<path>parachuter.ac</path>
<offsets>
<pitch-deg>90</pitch-deg>
</offsets>
<!-- EXTRACT -->
<animation>
<type>translate</type>
<object-name>parachute</object-name>
<property>sim/time/elapsed-sec</property>
<offset>0</offset>
<factor>3</factor>
<max-m>5</max-m>
<axis>
<z>1</z>
</axis>
</animation>
<!-- INFLATE -->
<animation>
<type>scale</type>
<object-name>parachute</object-name>
<property>sim/time/elapsed-sec</property>
<offset>0</offset>
<x-max>20</x-max>
<y-max>20</y-max>
<z-max>1</z-max>
<x-factor>15</x-factor>
<y-factor>15</y-factor>
<z-factor>1</z-factor>
</animation>
</PropertyList>