createVolumeMapper
Callable
Parameters
imageData: any
the vtkImageData object that contains the data to render.
vtkOpenGLTexture: any
The vtkOpenGLTexture that will be used to render the volume.
Returns any
The volume mapper.
the vtkImageData object that contains the data to render.
The vtkOpenGLTexture that will be used to render the volume.
The volume mapper.
Given an imageData and a vtkOpenGLTexture, it creates a “shared” vtk volume mapper from which various volume actors can be created.