Fix interaction bug in OpenGL2 vtkImageSlice/ResliceMapper.
The vtkImageResliceMapper class was changing the elements of a matrix without updating the matrix timestamp, so the helper actors inside of OpenGL2/vtkOpenGLSliceMapper.cxx were not updating their positions as they should.
Showing