Skip to main content

createVolumeMapper

Callable

  • createVolumeMapper(imageData: any, vtkOpenGLTexture: any): any

  • Given an imageData and a vtkOpenGLTexture, it creates a “shared” vtk volume mapper from which various volume actors can be created.


    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.