g.gui.animation.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!-- meta page description: wxGUI Animation tool -->
  2. <!-- meta page index: wxGUI -->
  3. <h2>DESCRIPTION</h2>
  4. The <b>Animation Tool</b> is a <em><a href="wxGUI.html">wxGUI</a></em> component
  5. for animating a series of GRASS raster maps or a space time raster dataset (created by t.* modules).
  6. <p>
  7. Animation Tool allows you to:
  8. <ul>
  9. <li>display up to 4 synchronized animations</li>
  10. <li>control the animation speed</li>
  11. <li>interactively change active frame using a slider</li>
  12. <li>visualize space time datasets with unequally spaced intervals</li>
  13. <li>animate 3d view (partially implemented)</li>
  14. </ul>
  15. <p>
  16. 3D view animation enables to animate raster (as an elevation map or a color map)
  17. or vector map (points, lines). Internally, module m.nviz.image is used.
  18. To display 3D view animation follow these steps:
  19. <ul>
  20. <li>open GRASS GUI, load maps and start 3D view</li>
  21. <li>set view, light and other parameters as you like</li>
  22. <li>save workspace file</li>
  23. <li>add new animation in Animation Tool, choose 3D view mode</li>
  24. <li>choose data (series of maps or space time dataset) used for animation</li>
  25. <li>set workspace file</li>
  26. <li>choose parameter (parameter of m.nviz.image) to animate (e.g. color_map)</li>
  27. </ul>
  28. <center>
  29. <br>
  30. <img src="wxGUI_animation_tool.jpg" border="1" alt="Animation Tool screenshot">
  31. <br>
  32. <br>
  33. </center>
  34. <h2>TODO</h2>
  35. <ul>
  36. <li>export animation</li>
  37. <li>...</li>
  38. </ul>
  39. <h2>SEE ALSO</h2>
  40. <em>
  41. <a href="wxGUI.html">wxGUI</a><br>
  42. <a href="wxGUI.components.html">wxGUI components</a>
  43. </em>
  44. <p>
  45. <em>
  46. <a href="g.gui.html">g.gui</a>,
  47. <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
  48. <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
  49. <a href="g.gui.iclass.html">g.gui.iclass</a>,
  50. <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
  51. <a href="g.gui.psmap.html">g.gui.psmap</a>,
  52. <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
  53. <a href="g.gui.vdigit.html">g.gui.vdigit</a>
  54. </em>
  55. <h2>AUTHOR</h2>
  56. Anna Kratochvilova,
  57. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  58. <p>
  59. <i>$Date$</i>