Skip to content

BUG 15914: Fix corrupt image from vtkImageResliceMapper

David Gobbi requested to merge dgobbi/vtk:15914-reslice-mapper into master

Ever since commit 263583d1, the IBO used by this mapper was no longer being updated when the geometry changed. For example, when the oblique slice shape changed from a quadrilateral to a hexagon or vice-versa, the rendered image became corrupted. Adding a Modified() call to the cell array fixed the issue.

Merge request reports