preshock.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>preshock.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <texture>Textura.png</texture>
  7. <object-name>Propeller.Spinning</object-name>
  8. </animation>
  9. <animation>
  10. <type>noshadow</type>
  11. <object-name>Propeller.Spinning</object-name>
  12. </animation>
  13. <animation>
  14. <type>select</type>
  15. <object-name>Propeller.Spinning</object-name>
  16. <condition>
  17. <and>
  18. <greater-than>
  19. <property>sim/multiplay/generic/float[16]</property>
  20. <value> 0.99 </value>
  21. </greater-than>
  22. <less-than>
  23. <property>sim/multiplay/generic/float[16]</property>
  24. <value> 1.0 </value>
  25. </less-than>
  26. </and>
  27. </condition>
  28. </animation>
  29. <animation>
  30. <type>spin</type>
  31. <object-name>Propeller.Spinning</object-name>
  32. <property>/engines/engine[0]/n1</property>
  33. <factor>10.0</factor>
  34. <center>
  35. <x-m>-3.25</x-m>
  36. <y-m>0.0</y-m>
  37. <z-m>0.24</z-m>
  38. </center>
  39. <axis>
  40. <x>1.0</x>
  41. <y>0.0</y>
  42. <z>0.0</z>
  43. </axis>
  44. </animation>
  45. </PropertyList>