chute.xml 977 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version = '1.0' ?>
  2. <PropertyList>
  3. <!-- Braking Chute -->
  4. <path>chute.ac</path>
  5. <animation>
  6. <type>material</type>
  7. <object-name>Cube</object-name>
  8. </animation>
  9. <animation>
  10. <type>rotate</type>
  11. <object-name>switch</object-name>
  12. <property>controls/doors/chute-door-pos-norm</property>
  13. <interpolation>
  14. <entry><ind>0</ind><dep>0</dep></entry>
  15. <entry><ind>0.3</ind><dep>30</dep></entry>
  16. </interpolation>
  17. <center>
  18. <x-m> 4.91181</x-m>
  19. <y-m> 0.00000</y-m>
  20. <z-m> 1.14907</z-m>
  21. </center>
  22. <axis>
  23. <x>0</x>
  24. <y>1</y>
  25. <z>0</z>
  26. </axis>
  27. </animation>
  28. <animation>
  29. <type>pick</type>
  30. <object-name>switch</object-name>
  31. <visible>true</visible>
  32. <action>
  33. <button>0</button>
  34. <repeatable>false</repeatable>
  35. <binding>
  36. <command>nasal</command>
  37. <script>vulcanb2.toggle_chute()</script>
  38. </binding>
  39. </action>
  40. </animation>
  41. </PropertyList>