Skip to content
  • David Gobbi's avatar
    BUG: Error in zeroing the cropped-out regions of vtkVolumeTextureMapper2D. Inte · 64e5fcbf
    David Gobbi authored
    rpolation was causing a dark "fringe" at the boundary between cropped and non-cr
    opped regions, because the (R,G,B) values in the non-zeroed region being averaged with the (0,0,0) values in the zeroed region.  The solution is to only zero the alpha values in the border between regions, and leave the RGB values alone.
    64e5fcbf