Layout animation
Posted: 16 Jul 2013 11:13
Hi,
Using the toolkit I want to make the layouting of a graph animated as in the gephi app - change the node's position on every iteration of goAlgo()... Currently I am calling:
previewController.refreshPreview();
target.refresh();
target.resetZoom();
...but this way everything is re-rendered and the preview isn't smooth as in the gephi app.
How should I do it? Do I need to use Dynamics for that or there is some other method?
Thanks for the help!
Using the toolkit I want to make the layouting of a graph animated as in the gephi app - change the node's position on every iteration of goAlgo()... Currently I am calling:
previewController.refreshPreview();
target.refresh();
target.resetZoom();
...but this way everything is re-rendered and the preview isn't smooth as in the gephi app.
How should I do it? Do I need to use Dynamics for that or there is some other method?
Thanks for the help!