compass_magnetic.xml 647 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>compass_magnetic.ac</path>
  4. <animation>
  5. <type>material</type>
  6. <object-name>Compass.Ball</object-name>
  7. <emission>
  8. <red>0.8</red>
  9. <green>0.4</green>
  10. <blue>0.2</blue>
  11. <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
  12. </emission>
  13. </animation>
  14. <animation>
  15. <type>rotate</type>
  16. <object-name>Compass.Ball</object-name>
  17. <property>/instrumentation/magnetic-compass/indicated-heading-deg</property>
  18. <axis>
  19. <x>0</x>
  20. <y>0</y>
  21. <z>1</z>
  22. </axis>
  23. <center>
  24. <x-m>-0.036</x-m>
  25. <y-m>0</y-m>
  26. <z-m>0</z-m>
  27. </center>
  28. </animation>
  29. </PropertyList>