Skip to content

Fix interaction bug in OpenGL2 vtkImageSlice/ResliceMapper.

David Gobbi requested to merge dgobbi/vtk:slicemapper-matrix into master

The SetUserMatrix(matrix) operation was being ignored after the first render, because the same matrix object was being reused, and the actors were oblivious to the fact that the matrix contents had changed.

Merge request reports