Skip to content

Volume mask issue

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

Mask texture objects were being freed everytime there was a change in the volume property. They should only be freed when releasing graphics resources for the mapper.

Merge request reports