-
- Downloads
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
Showing
- examples/GLIsosurface.py 72 additions, 0 deletionsexamples/GLIsosurface.py
- examples/GLMeshItem.py 100 additions, 34 deletionsexamples/GLMeshItem.py
- examples/GLSurfacePlot.py 98 additions, 0 deletionsexamples/GLSurfacePlot.py
- examples/GLshaders.py 108 additions, 0 deletionsexamples/GLshaders.py
- examples/__main__.py 6 additions, 4 deletionsexamples/__main__.py
- opengl/GLGraphicsItem.py 90 additions, 1 deletionopengl/GLGraphicsItem.py
- opengl/GLViewWidget.py 19 additions, 1 deletionopengl/GLViewWidget.py
- opengl/MeshData.py 417 additions, 111 deletionsopengl/MeshData.py
- opengl/items/GLGridItem.py 6 additions, 5 deletionsopengl/items/GLGridItem.py
- opengl/items/GLMeshItem.py 149 additions, 53 deletionsopengl/items/GLMeshItem.py
- opengl/items/GLScatterPlotItem.py 16 additions, 14 deletionsopengl/items/GLScatterPlotItem.py
- opengl/items/GLSurfacePlotItem.py 139 additions, 0 deletionsopengl/items/GLSurfacePlotItem.py
- opengl/items/GLVolumeItem.py 7 additions, 5 deletionsopengl/items/GLVolumeItem.py
- opengl/shaders.py 304 additions, 19 deletionsopengl/shaders.py
Loading
Please register or sign in to comment