plot3d: 3D Visualisation widgets¶
This package provides widgets displaying 3D content based on OpenGL.
It depends on PyOpenGL and QtOpenGL.
Widgets gallery¶
| Widget | Description |
|---|---|
![]() |
ScalarFieldView is a Plot3DWindow dedicated to display 3D scalar field.
It can display iso-surfaces and an interactive cutting plane.
Sample code: viewer3DVolume.py. |
![]() |
Plot3DWindow is a QMainWindow with a Plot3DWidget as central widget
and toolbars. |
![]() |
Plot3DWidget is the base Qt widget providing an OpenGL 3D scene.
Other widgets are using this widget as the OpenGL scene canvas. |
![]() |
SFViewParamTree is a QTreeView widget that can be attached to a ScalarFieldView.
It displays current parameters of the ScalarFieldView and allows to modify it.
Sample code: viewer3DVolume.py. |
Public modules¶
The following sub-modules are available:
Sample code¶
- viewer3DVolume.py: Sample code using
ScalarFieldView



