stby-ai.xml 662 B

123456789101112131415161718192021222324252627282930313233343536
  1. <!--
  2. 777-200 Standby Altimeter
  3. -->
  4. <PropertyList>
  5. <path>stby-ai.ac</path>
  6. <animation>
  7. <type>texmultiple</type>
  8. <object-name>StbyAIface</object-name>
  9. <transform>
  10. <property>orientation/pitch-deg</property>
  11. <subtype>textranslate</subtype>
  12. <factor>0.00305</factor>
  13. <axis>
  14. <x>0</x>
  15. <y>1</y>
  16. <z>0</z>
  17. </axis>
  18. </transform>
  19. <transform>
  20. <property>orientation/roll-deg</property>
  21. <subtype>texrotate</subtype>
  22. <center>
  23. <x>0.25</x>
  24. <y>0.50</y>
  25. </center>
  26. <axis>
  27. <x>0</x>
  28. <y>0</y>
  29. <z>-1</z>
  30. </axis>
  31. </transform>
  32. </animation>
  33. </PropertyList>