Luke Campagnola
1dae1def22
Merge branch 'develop' into pyqtgraph-core
2013-12-23 11:16:39 -05:00
Luke Campagnola
c07a92efbe
Reorganized directory structure to be more standard
...
Started new SVG exporter
Merged updates from ACQ4
2012-12-25 00:43:31 -05:00
Luke Campagnola
af59296231
Reorganized directory structure to be more standard
...
Started new SVG exporter
Merged updates from ACQ4
2012-12-25 00:43:31 -05:00
Luke Campagnola
aca9c8310f
Major overhaul for GLMeshItem, MeshData classes
...
[ Note: These APIs have changed significantly. ]
- MeshData and GLMeshItem now operate on numpy arrays instead of lists.
- MeshData can handle per-vertex and per-triangle color information
Added GLSurfacePlotItem class based on new GLMeshItem
GLGraphicsItem now has per-item support for customizing GL state (setGLOptions method)
Added several new shader programs
Added new examples:
GLIsosurface
GLSurfacePlot
GLshaders
2012-11-23 17:34:22 -05:00
Luke Campagnola
b1dbec848c
Added checks for OpenGL version and 3D texture size limits
...
Added script for reporting GL version info
2012-07-08 21:33:35 -04:00
Luke Campagnola
fc9b3dee4d
Started Python3 compatibility changes
2012-05-11 18:05:41 -04:00
Luke Campagnola
044b26e11c
OpenGL:
...
improved mouse/keyboard interaction
bugfix in GLViewWidget.cameraPosition
2012-04-28 15:12:46 -04:00
Luke Campagnola
2149f9db29
Added documentation on 3D graphics system
2012-04-23 14:34:54 -04:00
Luke Campagnola
920fd9333e
OpenGL scenegraph updates
...
- volumetric rendering
- isosurfaces, mesh rendering
- basic transformation and parent/child functionality
2012-03-09 12:38:15 -05:00
Luke Campagnola
872fcb17ff
Added basic OpenGL scenegraph system
...
- rotate/scalable view widget
- volumetric data item
2012-03-06 01:22:02 -05:00