Re: [mitk-users] Moving PolyData in a 3D window

2017-12-26 Thread Alex Valcourt Caron
Hi, I found the actual problem, which was that the Views weren't initialized. Now however, the world geometry is being constantly modified when I try to place my Surface. Is there a way for the center of this geometry to stick to (0,0,0) ? Each time my interactor is called with a MouseEvent, I

[mitk-users] Moving PolyData in a 3D window

2017-12-25 Thread Alex Valcourt Caron
Hi, I am currently having trouble moving a Surface which PolyData is for now initialized by a vtkSphereSource (not really important this step). The surface is initially centered at (0,0,0). I register it by simply calling SetVtkPolyData() on the surface with the output of the source once updat