enginepage-text2.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. <greater-than>
  13. <property>/systems/electrical/volts</property>
  14. <value>22</value>
  15. </greater-than>
  16. </condition>
  17. </animation>
  18. <params>
  19. <property type="string">engines/engine[0]/rpm</property>
  20. <factor type="double">3</factor>
  21. <offset type="double">0.0</offset>
  22. <format type="string">%2.1f</format>
  23. <color>
  24. <red type="double">0.0</red>
  25. <green type="double">1.0</green>
  26. <blue type="double">0.0</blue>
  27. </color>
  28. </params>
  29. <path>null.ac</path>
  30. <text>
  31. <name>text</name>
  32. <axis-alignment>yz-plane</axis-alignment>
  33. <type type="string">number-value</type>
  34. <property alias="../../params/property"/>
  35. <scale alias="../../params/factor"/>
  36. <offset alias="../../params/offset"/>
  37. <format alias="../../params/format"/>
  38. <truncate type="bool">false</truncate>
  39. <font type="string">arial_black.txf</font>
  40. <draw-text type="bool">true</draw-text>
  41. <draw-alignment type="bool">false</draw-alignment>
  42. <draw-boundingbox type="bool">false</draw-boundingbox>
  43. <alignment>right-top</alignment>
  44. <character-size type="double">0.004</character-size>
  45. </text>
  46. <animation>
  47. <type>material</type>
  48. <diffuse>
  49. <red alias="../../../params/color/red"/>
  50. <green alias="../../../params/color/green"/>
  51. <blue alias="../../../params/color/blue"/>
  52. </diffuse>
  53. <ambient>
  54. <red alias="../../../params/color/red"/>
  55. <green alias="../../../params/color/green"/>
  56. <blue alias="../../../params/color/blue"/>
  57. </ambient>
  58. <emission>
  59. <red alias="../../../params/color/red"/>
  60. <green alias="../../../params/color/green"/>
  61. <blue alias="../../../params/color/blue"/>
  62. </emission>
  63. </animation>
  64. </PropertyList>