2014-02-28 21:09:03 -05:00
|
|
|
PyQtGraph's 3D Graphics System
|
2012-04-23 14:34:54 -04:00
|
|
|
==============================
|
|
|
|
|
|
|
|
The 3D graphics system in pyqtgraph is composed of a :class:`view widget <pyqtgraph.opengl.GLViewWidget>` and
|
|
|
|
several graphics items (all subclasses of :class:`GLGraphicsItem <pyqtgraph.opengl.GLGraphicsItem>`) which
|
|
|
|
can be added to a view widget.
|
|
|
|
|
2014-02-28 21:33:48 -05:00
|
|
|
**Note 1:** pyqtgraph.opengl is based on the deprecated OpenGL fixed-function pipeline. Although it is
|
|
|
|
currently a functioning system, it is likely to be superceded in the future by `VisPy <http://vispy.org>`_.
|
|
|
|
|
|
|
|
**Note 2:** use of this system requires python-opengl bindings. Linux users should install the python-opengl
|
2012-04-23 14:34:54 -04:00
|
|
|
packages from their distribution. Windows/OSX users can download from `<http://pyopengl.sourceforge.net>`_.
|
|
|
|
|
|
|
|
Contents:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
glviewwidget
|
|
|
|
|
|
|
|
glgriditem
|
2012-11-28 23:34:05 -05:00
|
|
|
glsurfaceplotitem
|
2012-04-23 14:34:54 -04:00
|
|
|
glvolumeitem
|
2012-10-22 13:34:03 -04:00
|
|
|
glimageitem
|
2012-11-28 23:34:05 -05:00
|
|
|
glmeshitem
|
2013-05-31 14:04:04 -04:00
|
|
|
gllineplotitem
|
2012-04-23 14:34:54 -04:00
|
|
|
glaxisitem
|
|
|
|
glgraphicsitem
|
2012-10-25 00:19:08 -04:00
|
|
|
glscatterplotitem
|
2012-04-23 14:34:54 -04:00
|
|
|
meshdata
|
|
|
|
|