-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
openGLIssues relating to 3D/openGLIssues relating to 3D/openGL
Description
For a project I want to visualize a Graph in 3D. So far it seems pyqtgraph does not provide a natural way doing this. Problem: There is no way to visualize a general "vertexes-edges" object.
Workaround 1: If the graph can be displayed as mesh -> restricts the possible graphs.
Workaround 2: Render a scatterplot + edge replacement (e.g. cyllinder) -> data/render overhead.
What I would like to have (contribute):
A GraphItem Object similar to the 2D case. The (default) visualization should be similar to the mesh wireframe.
Please give me feedback in how far I might have overseen something or what next steps could be.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
openGLIssues relating to 3D/openGLIssues relating to 3D/openGL