flap-indicator.xml 687 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>flap-indicator.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>Face</object-name>
  7. <object-name>Needle</object-name>
  8. <emission>
  9. <red>1.0</red>
  10. <green>0.2</green>
  11. <blue>0.0</blue>
  12. <factor-prop>/sim/model//material/instruments/factor</factor-prop>
  13. </emission>
  14. </animation>
  15. <animation>
  16. <type>rotate</type>
  17. <object-name>Needle</object-name>
  18. <property>/controls/flight/flaps</property>
  19. <factor>50</factor>
  20. <offset-deg>0</offset-deg>
  21. <center>
  22. <x-m>0</x-m>
  23. <y-m>-0.01</y-m>
  24. <z-m>0.01</z-m>
  25. </center>
  26. <axis>
  27. <x>-1</x>
  28. <y>0</y>
  29. <z>0</z>
  30. </axis>
  31. </animation>
  32. </PropertyList>