]> Creatis software - clitk.git/commit
Solved bug 363 (still to be improved, though)
authorRomulo Pinho <pinho@lyon.fnclcc.fr>
Fri, 29 Apr 2011 07:38:52 +0000 (09:38 +0200)
committerRomulo Pinho <pinho@lyon.fnclcc.fr>
Fri, 29 Apr 2011 07:45:58 +0000 (09:45 +0200)
commitd2e92bc7c55acd7e295d981db66b81939e94e178
treeede234da32c584cd84525071845ff6317c502d7c
parent0ad96739f698f30592fac9bcda4ff37844b0bc69
Solved bug 363 (still to be improved, though)

- indeed a z-buffer issue (order of painting)
- actors' positions were being chosen wrt to pixel coordinates, instead of world coordinates
- image actors apparently don't can be directly overlaid on top of each other (no positioning issue)
- VF actor is placed right before or after the start of the image actor's bounding box, depending on the position of the camera
- Clipping box of landmarks has also been corrected
- This solution seems to work robustly, but we never know... ;-)
- Will improve VF by using a vtkSlicer object to interpolate between slices
vv/vvSlicer.cxx