flaps.xml 837 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0"?>
  2. <!-- OV-10 flap position indicator, by Dave Culp -->
  3. <PropertyList>
  4. <path>flaps.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>surface-positions/flap-pos-norm</property>
  20. <factor>90</factor>
  21. <center>
  22. <x-m>-0.02</x-m>
  23. <y-m>-0.005</y-m>
  24. <z-m>0.008225</z-m>
  25. </center>
  26. <axis>
  27. <x>-1</x>
  28. <y>0</y>
  29. <z>0</z>
  30. </axis>
  31. </animation>
  32. <!-- *** LoD *** -->
  33. <animation>
  34. <type>range</type>
  35. <min-m>0</min-m>
  36. <max-m>5</max-m>
  37. </animation>
  38. </PropertyList>