compass.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>compass.ac</path>
  4. <animation>
  5. <object-name>fond</object-name>
  6. <object-name>face</object-name>
  7. <object-name>lubber</object-name>
  8. <object-name>vitre</object-name>
  9. </animation>
  10. <animation>
  11. <type>noshadow</type>
  12. <object-name>vitre</object-name>
  13. </animation>
  14. <animation>
  15. <type>shader</type>
  16. <shader>chrome</shader>
  17. <texture>Aircraft/Generic/Effects/glass_shader.png</texture>
  18. <object-name>vitre</object-name>
  19. </animation>
  20. <animation>
  21. <type>material</type>
  22. <object-name>face</object-name>
  23. <object-name>lubber</object-name>
  24. <emission>
  25. <red> 0.50 </red>
  26. <green> 0.25 </green>
  27. <blue> 0.25 </blue>
  28. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  29. </emission>
  30. </animation>
  31. <animation>
  32. <type>rotate</type>
  33. <object-name>face</object-name>
  34. <property>instrumentation/magnetic-compass/indicated-heading-deg</property>
  35. <axis>
  36. <x> 1 </x>
  37. <y> 0 </y>
  38. <z> 0 </z>
  39. </axis>
  40. </animation>
  41. </PropertyList>