Re: [mitk-users] Using vtkFollower in a VtkMapper3D mapper compiles and

2015-08-19 Thread Rostislav Khlebnikov
Hi Federico, take a look at the mapper for one of my data structures - it uses followers, so it might help. Despite the name it handles both 2d and 3d but you might find what you're looking for :) Rostislav. On 19/08/2015 21:15, Federico Milano wrote: Hi. I'm trying to use vtkFollower in a V

[mitk-users] Using vtkFollower in a VtkMapper3D mapper compiles and

2015-08-19 Thread Federico Milano
Hi. I'm trying to use vtkFollower in a Vtk based 3D mapper derived from PointSetVtkMapper3D. Basically I'm trying to keep showing the point labels in 3D to the camera when the camera is rotated. I'm adding the follower to m_PointsAssembly in CreateVTKRenderObjects and I'm setting the camera in Gene