<meta http-equiv="content-type" content="text/html; charset=utf-8"><div>I am trying to make a demo of a depth first traversal of a graph.</div><div><br></div><a href="http://www.vtk.org/Wiki/VTK/Examples/Graph/DFSAnimation">http://www.vtk.org/Wiki/VTK/Examples/Graph/DFSAnimation</a><div>
<br></div><div>The idea is to start with a tree of red vertices, and color the next vertex in the traversal blue every 1 second. It almost works - the vertices change color if you interact with the window (i.e. click the mouse). I thought the couple of calls to Render() at the end of the timer callback would have refreshed the window automatically? Also, the vertices all return to red after the last vertex is reached?</div>
<div><br></div><div>Anyone have any clues about why either of these would be happening?</div><div><a href="http://www.vtk.org/Wiki/VTK/Examples/Graph/DFSAnimation"></a><br clear="all">Thanks,<br><br>David<br>
</div>