Non-uniform Rectilinear grid volume rendering support
Support non-uniform rectilinear grids in vtkGPUVolumeRayCastMapper
.
This branch changes the input data type assumption in vtkVolumeMapper
to be vtkDataSet
instead of vtkImageData
. This allows users to pass vtkRectilinearGrid
type datasets and opens future possibilities of volume rendering other types of datasets.
Edited by Sankhesh Jhaveri