MantisBT - VTK
View Issue Details
0009131VTK(No Category)public2009-06-10 13:262016-08-12 09:55
Simon Drouin 
Kitware Robot 
normaltweakalways
closedmoved 
 
 
0009131: vtkVolumeRayCastMapper renders an image 1 pixel too short
vtkVolumeRayCastMapper renders an image 1 pixel too short. This is causing major problems when rendering with vtkRenderLargeImage with magnification > than 1 because there is a gap between patches rendered by vtkRenderLargeImage.

The same problem is present in other software volume mappers such as vtkFixedPointVolumeRaycastMapper.

No tags attached.
txt vtkVolumeRayCastMapper.cxx_patch.txt (899) 2009-06-10 13:42
https://www.vtk.org/Bug/file/7309/vtkVolumeRayCastMapper.cxx_patch.txt
png without_patch.png (173,638) 2009-06-11 11:27
https://www.vtk.org/Bug/file/7315/without_patch.png
png

png with_patch.png (172,548) 2009-06-11 11:27
https://www.vtk.org/Bug/file/7316/with_patch.png
png

cpp vtkLargeImageRenderTest.cpp (2,908) 2009-06-11 11:28
https://www.vtk.org/Bug/file/7317/vtkLargeImageRenderTest.cpp
txt CMakeLists.txt (535) 2009-06-11 11:28
https://www.vtk.org/Bug/file/7318/CMakeLists.txt
Issue History
2009-06-10 13:26Simon DrouinNew Issue
2009-06-10 13:42Simon DrouinFile Added: vtkVolumeRayCastMapper.cxx_patch.txt
2009-06-10 13:44Simon DrouinNote Added: 0016695
2009-06-10 16:44François BertelStatusbacklog => tabled
2009-06-10 16:44François BertelAssigned To => François Bertel
2009-06-10 16:47François BertelNote Added: 0016699
2009-06-11 11:27Simon DrouinFile Added: without_patch.png
2009-06-11 11:27Simon DrouinFile Added: with_patch.png
2009-06-11 11:28Simon DrouinFile Added: vtkLargeImageRenderTest.cpp
2009-06-11 11:28Simon DrouinFile Added: CMakeLists.txt
2009-06-11 11:31Simon DrouinNote Added: 0016707
2010-09-07 13:45François BertelAssigned ToFrançois Bertel =>
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037085
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0016695)
Simon Drouin   
2009-06-10 13:44   
See attached file vtkVolumeRayCastMapper.cxx_patch.txt for a patch that fixes this issue for vtkVolumeRayCastMapper. A similar fix is probably needed for other mappers such as vtkFixedPointVolumeRaycastMapper.
(0016699)
François Bertel   
2009-06-10 16:47   
Do you have a small full code example that illustrates this defect?

The goal is the following: have a small example that fails without the patch.
Add the patch to vtk as well as the example as a regression test and make sure it passes.
(0016707)
Simon Drouin   
2009-06-11 11:31   
I uploaded a small test program (vtkLargeImageRenderTest.cpp and CMakeLists.txt) that renders properly with the patch and not without it. I've also uploaded a pngs that show render window with and without the patch.
(0037085)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.