Bases: GLGraphicsItem
Displays image data as a textured quad.
| Arguments: | |
| data | Volume data to be rendered. Must be 3D numpy array (x, y, RGBA) with dtype=ubyte. (See functions.makeRGBA) |
| smooth | (bool) If True, the volume slices are rendered with linear interpolation |