enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.31k stars 285 forks source link

BUG: Set vertices for glyph source. #1103

Closed prabhuramachandran closed 2 years ago

prabhuramachandran commented 2 years ago

We were abusing the polys earlier to set the scalar_scatter cell information but it seems safer and more correct to use the verts. This fixes #1071.

prabhuramachandran commented 2 years ago

Thanks, fixed!