vehiclepage-text.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!-- $Id$ -->
  2. <!--
  3. Zeppelin NT07 airship.
  4. Copyright (C) 2009 Anders Gidenstam (anders(at)gidenstam.org)
  5. This file is licensed under the GPL license v2 or later.
  6. -->
  7. <PropertyList>
  8. <animation>
  9. <type>select</type>
  10. <object-name>text</object-name>
  11. <condition>
  12. <and>
  13. <greater-than>
  14. <property>instrumentation/VEMD/Phase/tested</property>
  15. <value>0</value>
  16. </greater-than>
  17. <less-than>
  18. <property>instrumentation/VEMD/Phase/shutdown</property>
  19. <value>1</value>
  20. </less-than>
  21. </and>
  22. </condition>
  23. </animation>
  24. <params>
  25. <property type="string">engines/engine[0]/rpm</property>
  26. <factor type="double">3</factor>
  27. <offset type="double">0.0</offset>
  28. <format type="string">%3.1f</format>
  29. <color>
  30. <red type="double">0.0</red>
  31. <green type="double">1.0</green>
  32. <blue type="double">0.0</blue>
  33. </color>
  34. </params>
  35. <path>null.ac</path>
  36. <text>
  37. <name>text</name>
  38. <axis-alignment>yz-plane</axis-alignment>
  39. <type type="string">number-value</type>
  40. <property alias="../../params/property"/>
  41. <scale alias="../../params/factor"/>
  42. <offset alias="../../params/offset"/>
  43. <format alias="../../params/format"/>
  44. <truncate type="bool">false</truncate>
  45. <font type="string">arial_black.txf</font>
  46. <draw-text type="bool">true</draw-text>
  47. <draw-alignment type="bool">false</draw-alignment>
  48. <draw-boundingbox type="bool">false</draw-boundingbox>
  49. <alignment>right-top</alignment>
  50. <character-size type="double">0.004</character-size>
  51. </text>
  52. <animation>
  53. <type>material</type>
  54. <diffuse>
  55. <red alias="../../../params/color/red"/>
  56. <green alias="../../../params/color/green"/>
  57. <blue alias="../../../params/color/blue"/>
  58. </diffuse>
  59. <ambient>
  60. <red alias="../../../params/color/red"/>
  61. <green alias="../../../params/color/green"/>
  62. <blue alias="../../../params/color/blue"/>
  63. </ambient>
  64. <emission>
  65. <red alias="../../../params/color/red"/>
  66. <green alias="../../../params/color/green"/>
  67. <blue alias="../../../params/color/blue"/>
  68. </emission>
  69. </animation>
  70. </PropertyList>