Hi All,<br><br>I believe I have found a fix to the problem that caused volumes rendered with vtkVolumeRayCastMapper to show lines of background pixels where the patches rendered by vtkRenderLargeImage meet. This bug has been reported previously on this list. I include in this message a diff between my version of vtkVolumeRaycastMapper.cxx and the one in the CVS. Can someone review my change and apply the patch?<br>
<br>In short, the problem was that the width and height of the images rendered by the mappers where computed with floating point numbers and then cast to int. It caused those dimensions to be short by 1 pixel in most cases. It usually has no noticeable effect. But in the case where the mapper is used with vtkRenderLargeImage, each of the patches rendered by vtkRenderLargeImage is short by 1 pixel and so there is a gap between them.<br>
<br>I believe the same problem is present in other software volume mappers such as vtkFixedPointVolumeRaycastMapper.<br><br>s.<br>