← Revision 3 as of 2012-01-24 21:13:40
Size: 1784
Comment:
|
← Revision 4 as of 2012-01-24 21:19:52 →
Size: 2149
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== 3D Renderer == | = 3D Renderer = |
Line 5: | Line 5: |
=== Current Features === | == Current Features == |
Line 13: | Line 13: |
=== Download === | == Download == |
Line 32: | Line 32: |
|| Shift + Up/Down || Rotate about X-Axis || || Shift + Left/Right || Rotate about Y-Axis || |
|| Shift + Left || Rotate about Y-Axis, towards the left || || Shift + Right || Rotate about Y-Axis, towards the right || || Shift + Up || Rotate about X-Axis, upwards || || Shift + Down || Rotate about X-Axis, downwards || |
Line 35: | Line 37: |
Bird's eye view: * Under the Network tab to the left, click or drag the mouse on the bird's eye view to move the main camera |
First-person camera turning: || Left || Turn camera left || || Right || Turn camera right || || Up || Tilt camera upwards || || Down || Tilt camera downwards || |
Line 40: | Line 46: |
Selection: * Drag the mouse to select objects, or click on nodes to select them. |
|
Line 45: | Line 48: |
|| J || Creates a new edge between currently selected nodes and the node currently under the mouse cursor |
|| J || Creates a new edge between currently selected nodes and the node currently under the mouse cursor || || Delete || Removes currently selected nodes and edges || |
Line 47: | Line 51: |
Node dragging: * Hold CTRL and drag the mouse to move currently selected nodes. |
'''Selection''': Drag the mouse to select objects, or click on nodes to select them. |
Line 50: | Line 53: |
=== Currently Supported Visual Properties === |
'''Node dragging''': Hold CTRL and drag the mouse to move currently selected nodes. === Bird's eye view === Under the Network tab to the left, click or drag the mouse on the bird's eye view to move the main camera == Currently Supported Visual Properties === |
Line 60: | Line 70: |
=== Planned Features === | == Planned Features == |
Line 65: | Line 75: |
=== Version History === | == Version History == |
Line 67: | Line 77: |
==== January 24, 2012 ==== | === January 24, 2012 === |
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 |
Rotation:
Z |
Roll camera clockwise |
X |
Roll camera counter-clockwise |
Shift + Left |
Rotate about Y-Axis, towards the left |
Shift + Right |
Rotate about Y-Axis, towards the right |
Shift + Up |
Rotate about X-Axis, upwards |
Shift + Down |
Rotate about X-Axis, downwards |
First-person camera turning:
Left |
Turn camera left |
Right |
Turn camera right |
Up |
Tilt camera upwards |
Down |
Tilt camera downwards |
Network Manipulation Controls
Node, edge addition and removal:
N |
Creates a new node under the mouse cursor |
J |
Creates a new edge between currently selected nodes and the node currently under the mouse cursor |
Delete |
Removes currently selected nodes and edges |
Selection: Drag the mouse to select objects, or click on nodes to select them.
Node dragging: Hold CTRL and drag the mouse to move currently selected nodes.
Bird's eye view
Under the Network tab to the left, click or drag the mouse on the bird's eye view to move the main camera
== 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 beta release