aoa.xml 870 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0"?>
  2. <!-- angle-of-attack indexer lights, by Dave Culp -->
  3. <PropertyList>
  4. <path>aoa.ac</path>
  5. <animation>
  6. <type>material</type>
  7. <object-name>face</object-name>
  8. <object-name>needle</object-name>
  9. <emission>
  10. <red>0.6</red>
  11. <green>0.3</green>
  12. <blue>0.3</blue>
  13. <factor-prop>controls/lighting/instruments-norm</factor-prop>
  14. </emission>
  15. </animation>
  16. <animation>
  17. <type>rotate</type>
  18. <object-name>needle</object-name>
  19. <property>fdm/jsbsim/aero/alpha-deg</property>
  20. <factor>-24.7</factor>
  21. <max-deg>0</max-deg>
  22. <min-deg>-280</min-deg>
  23. <center>
  24. <x-m>-0.01153</x-m>
  25. <y-m>0</y-m>
  26. <z-m>0</z-m>
  27. </center>
  28. <axis>
  29. <x>-1</x>
  30. <y>0</y>
  31. <z>0</z>
  32. </axis>
  33. </animation>
  34. <!-- *** LoD *** -->
  35. <animation>
  36. <type>range</type>
  37. <min-m>0</min-m>
  38. <max-m>5</max-m>
  39. </animation>
  40. </PropertyList>