Merge remote-tracking branch 'jdreaver/develop' into develop
This commit is contained in:
commit
b5955faaa2
@ -66,6 +66,7 @@ class GLScatterPlotItem(GLGraphicsItem):
|
||||
#print pData.shape, pData.min(), pData.max()
|
||||
pData = pData.astype(np.ubyte)
|
||||
|
||||
if getattr(self, "pointTexture", None) is None:
|
||||
self.pointTexture = glGenTextures(1)
|
||||
glActiveTexture(GL_TEXTURE0)
|
||||
glEnable(GL_TEXTURE_2D)
|
||||
|
Loading…
Reference in New Issue
Block a user