Hi all,<br><br>Using vtkVolumeRaycastMapper for volume rendering in conjunction with vtkRenderLargeImage with a magnification factor of 2 produces images with a black column of pixels in the middle of the image. The same scene rendered with vtkVolumeTextureMapper3D is perfectly fine. I get the same result both on windows XP (MSVC 9) and OSX.<br>
<br>I suppose the problem is that vtkVolumeRaycastMapper doesn&#39;t render the last (or the first) column of pixels, which doesn&#39;t show too much when it is on the side of the window. When using vtkRenderLargeImage with a magnification of 2, the last column of the first block ends up in the center of the screen.<br>
<br>Has anyone tried to address this problem yet? I might dive into it if I have time soon, though I&#39;m a little bit affraid of the vtkRaycastMapper code :-)<br><br>s.<br>