vortex.xml 632 B

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>vortex.ac</path>
  4. <animation>
  5. <type>noshadow</type>
  6. <object-name>vortex</object-name>
  7. </animation>
  8. <animation>
  9. <type>select</type>
  10. <object-name>vortex</object-name>
  11. <condition>
  12. <and>
  13. <greater-than>
  14. <property>/orientation/alpha-deg</property>
  15. <value>9.0</value>
  16. </greater-than>
  17. <greater-than>
  18. <property>/velocities/airspeed-kt</property>
  19. <value>50.0</value>
  20. </greater-than>
  21. </and>
  22. </condition>
  23. </animation>
  24. <!-- *** LoD *** -->
  25. <animation>
  26. <type>range</type>
  27. <min-m>0</min-m>
  28. <max-m>1000</max-m>
  29. </animation>
  30. </PropertyList>