Hello,<br>I need to display the graphs I construct in 3D. Since the vtkGraphLayoutView provides layouts for only 2D view, I am using the &quot;PerformAlgorithm&quot; in the infovis directory to display graphs in 3D. But &quot;PerformAlgorithm&quot; does not display vertex labels (whereas graphLayoutView does it). What modifications do I need to do on &quot;PerformAlgorithm&quot; to achieve this? <br>
<br>Also is this a good way of displaying graphs? In the future, we will let users to update the graph (add/delete vertices and edges). Therefore, vertices and edges should be pickable and updates need to be reflected accordingly.<br>
<br>Thanks a lot for your time and help.<br><br>-- <br>My web page: <a href="http://www.cs.rpi.edu/~vargua">http://www.cs.rpi.edu/~vargua</a><br>