Skip to content

Fix updating of tcoords in ImageSliceMapper.

David Gobbi requested to merge dgobbi/vtk:update-image-tcoords into master

The timestamp of the texture coords for the image mapper was not being modified when the coords changed. Recent changes to the VBOs exposed this bug.

Merge request reports