<div dir="ltr">Hi,<div><br></div><div>I am a newbie on VTK and I am working on a software using it with PCL.</div><div><br></div><div>I am facing with a strange behavior when trying to display 3d text on the renderer: if I add more than two different 3d text on the viewer, I get an annoying flickering when naivgating with mouse and sometimes all the actors (point cloud and text) disappear until I keep pressed mouse button and reappear only after releasing it.</div><div><br></div><div>Doing some tests I have found that, if I have a vtkFollower object defined as follows:</div><div><br></div><div>vtkSmartPointer<vtkFollower> textActor = vtkSmartoPointer<vtkFollower>::New();</div><div><br></div><div>and I comment the following line:</div><div><br></div><div>textActor->setCamera(renderer->GetActiveCamera()</div><div><br></div><div>the flickering disappear, but obviously I lose the text facing the camera.</div><div><br></div><div>So the problem seems to be localized in GetActiveCamera: does any of you has experienced a similar issue?</div><div>I am working on a Qt widget, I don't know if this can be a problem.</div></div>