Hello All,
I have a set of dependency graphs with ~100-100,000 nodes per graph.
I did a visualation with graphVis (nice tool), but with the number
of nodes, it is not very pretty, or easy to look at.
I was toying with the idea of using the java 3d scene graph to visualize
this depenency graph with multiple resolutions in 3D space, but have
little experience in this task (napping dependency graphs to 3d Space).
We use Java 3d to view 3d solids, but that is a pretty easy task since,
the spatial relationship is fixed during authoring.
Could someone point me to some references on algs/techniques/libs
to map depenceny graphs into 3d space?
The references do not have to be to java3d, just an algorithm/approach
would be useful. ( I would not be opposed to using an open source
library though :-).
This would be for a debugging/testing tool for our data structures.
Thanks in advance,
Mike
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".