12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version = '1.0' ?>
- <PropertyList>
- <!-- Braking Chute -->
- <path>chute.ac</path>
- <animation>
- <type>material</type>
- <object-name>Cube</object-name>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>switch</object-name>
- <property>controls/doors/chute-door-pos-norm</property>
- <interpolation>
- <entry><ind>0</ind><dep>0</dep></entry>
- <entry><ind>0.3</ind><dep>30</dep></entry>
- </interpolation>
- <center>
- <x-m> 4.91181</x-m>
- <y-m> 0.00000</y-m>
- <z-m> 1.14907</z-m>
- </center>
- <axis>
- <x>0</x>
- <y>1</y>
- <z>0</z>
- </axis>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>switch</object-name>
- <visible>true</visible>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>nasal</command>
- <script>vulcanb2.toggle_chute()</script>
- </binding>
- </action>
- </animation>
- </PropertyList>
|