clock.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0"?>
  2. <!--
  3. Your basic clock
  4. Gary "Buckaroo" Neely
  5. -->
  6. <PropertyList>
  7. <path>clock.ac</path>
  8. <animation>
  9. <type>material</type>
  10. <object-name>Clock.Face</object-name>
  11. <object-name>Clock.Hour</object-name>
  12. <object-name>Clock.Minute</object-name>
  13. <object-name>Clock.Second</object-name>
  14. <emission>
  15. <red>0.8</red>
  16. <green>0.4</green>
  17. <blue>0.2</blue>
  18. <factor-prop>/systems/electrical/outputs/panel-norm</factor-prop>
  19. </emission>
  20. </animation>
  21. <animation>
  22. <type>rotate</type>
  23. <object-name>Clock.Hour</object-name>
  24. <property>/instrumentation/clock/indicated-sec</property>
  25. <factor>0.00833333333333333</factor>
  26. <axis>
  27. <x>-1</x>
  28. <y>0</y>
  29. <z>0</z>
  30. </axis>
  31. </animation>
  32. <animation>
  33. <type>rotate</type>
  34. <object-name>Clock.Minute</object-name>
  35. <property>/instrumentation/clock/indicated-sec</property>
  36. <factor>0.1</factor>
  37. <axis>
  38. <x>-1</x>
  39. <y>0</y>
  40. <z>0</z>
  41. </axis>
  42. </animation>
  43. <animation>
  44. <type>rotate</type>
  45. <object-name>Clock.Second</object-name>
  46. <property>/instrumentation/clock/indicated-sec</property>
  47. <factor>6</factor>
  48. <axis>
  49. <x>-1</x>
  50. <y>0</y>
  51. <z>0</z>
  52. </axis>
  53. </animation>
  54. <animation>
  55. <type>rotate</type>
  56. <object-name>Clock.Knob</object-name>
  57. <property>/instrumentation/clock/offset-sec</property>
  58. <interpolation>
  59. <entry><ind>-43200</ind><dep>-180</dep></entry>
  60. <entry><ind> 0</ind><dep> 0</dep></entry>
  61. <entry><ind> 43200</ind><dep> 180</dep></entry>
  62. </interpolation>
  63. <center>
  64. <x-m>0</x-m>
  65. <y-m>-0.031</y-m>
  66. <z-m>-0.031</z-m>
  67. </center>
  68. <axis>
  69. <x>-1</x>
  70. <y>0</y>
  71. <z>0</z>
  72. </axis>
  73. </animation>
  74. </PropertyList>