Skip to content

Do not shade for max and min intensity blend modes

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

The GPU volume mapper was computing gradients and shading even in maximum and minimum intensity blend modes. Shading does not apply to such modes as these modes do not depict inter-voxel relationships and gradients are not correct.

Merge request reports