Skip to content

Non-uniform Rectilinear grid volume rendering support

Sankhesh Jhaveri requested to merge sankhesh/vtk:rectilinear_grid_volume into master

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.

Fixes #17065 (closed) and paraview/paraview#19740 (closed)

Edited by Sankhesh Jhaveri

Merge request reports