← Revision 1 as of 2012-01-24 16:56:14
Size: 1028
Comment:
|
← Revision 2 as of 2012-01-24 16:59:11 →
Size: 1054
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 21: | Line 21: |
|| W || move camera up ||; || A || move camera left ||; S: move camera down D: move camera right E: move |
|| W || move up || || A || move left || || S || move down || || D || move right || || E || move forward || || Q || move backward || |
3D Renderer
This is a plugin for Cytoscape 3 that attempts to render networks in 3D and integrate itself with VizMapper. Currently, it is still under development.
Current Features
- Camera movement, rotation
- Bird's eye view that can be clicked on to navigate the main camera
- Node and edge manipulation (node dragging, selection, addition, removal)
- Basic node shapes (spheres, cubes, tetrahedrons)
- Node label text rendering
Download
(Link coming soon)
Camera Controls
Movement:
W |
move up |
A |
move left |
S |
move down |
D |
move right |
E |
move forward |
Q |
move backward |
Currently Supported Visual Properties
Nodes:
- Node fill color
- Node shape
- Node label
Edges:
- Edge fill color
Planned Features
- More complete set of supported visual properties
Integration with VizMapper's default style previewer/editor
Version History
January 24, 2012
v0.5: Initial release