Hello,
I am implementing a GUI using wxpython, and I have the following
problem: by using some vtk procedures, I have implemented three planes
that cut a volume, and for each one of them, I display the cut in a 2D
window using createRenderWindowInteractor.
The problem is that, when zooming into the 2D view in any of those
windows and then moving the plane again, I lose the zoom view,
returning to the original position of the camera. What I would like to
have is keeping the zoom view while moving the plane.
Does anyone know what would I need to change in my wx GUI? I am almost
sure that the problem is with wxpython (more in particular, with the
rendering of my window), and not with the underlying vtk
functionality.
Thank you very much, looking forward to your answers