Re: [mitk-users] Overlay in 3D problem

2015-09-09 Thread Kolb, Christoph
><mailto:[email protected]<mailto:[email protected]>>] Gesendet: Montag, 7. September 2015 22:04 An: Kolb, Christoph Cc: [email protected]<mailto:[email protected]><mailto:[email protected]<mailto:[email protected]>

Re: [mitk-users] Overlay in 3D problem

2015-09-08 Thread Federico Milano
o manage. I would not > recommend to use it for the registration of foreground renderers. > Can you please explain how you want to use the foreground renderers? > > Regards > Christoph > > > Von: Federico Milano [[email protected]<mail

Re: [mitk-users] Overlay in 3D problem

2015-09-08 Thread Kolb, Christoph
s? Regards Christoph Von: Federico Milano [[email protected]<mailto:[email protected]>] Gesendet: Montag, 7. September 2015 22:04 An: Kolb, Christoph Cc: [email protected]<mailto:[email protected]> Betreff: Re: [mitk-users] Overlay in 3D prob

Re: [mitk-users] Overlay in 3D problem

2015-09-07 Thread Federico Milano
[email protected] > Betreff: Re: [mitk-users] Overlay in 3D problem > > Thank you Christoph. Another question, if I'm doing this in a VtkMapper, > where should I add the renderer? Because if I do it in > > GenerateDataForRenderer() > > using so

Re: [mitk-users] Overlay in 3D problem

2015-09-07 Thread Kolb, Christoph
] Overlay in 3D problem Thank you Christoph. Another question, if I'm doing this in a VtkMapper, where should I add the renderer? Because if I do it in GenerateDataForRenderer() using something like mitk::OverlayManager::AddBaseRenderer() then I end up changing the vtkRendererCollection o

Re: [mitk-users] Overlay in 3D problem

2015-09-07 Thread Federico Milano
Thank you Christoph. Another question, if I'm doing this in a VtkMapper, where should I add the renderer? Because if I do it in GenerateDataForRenderer() using something like mitk::OverlayManager::AddBaseRenderer() then I end up changing the vtkRendererCollection of the vtkRenderWindow while it

Re: [mitk-users] Overlay in 3D problem

2015-08-30 Thread Kolb, Christoph
Hi Federico, prior to the 2015.05 Release, we have added a flag to the Overlays, that forces them to be drawn in front: http://bugs.mitk.org/show_bug.cgi?id=18536 http://docs.mitk.org/nightly-qt4/classmitk_1_1OverlayManager.html#a78c770eb3f088025c9b8026

[mitk-users] Overlay in 3D problem

2015-08-29 Thread Federico Milano
Hi. I'm trying to display an overlay in a 3D window. I'm using this document : as a guide. I've created a plugin that adds a TextOverlay3D to the 3D window renderer overlay manager (exaclty as it is stated in that document). The