<div dir="ltr">I'm trying to use a vtkLODActor to draw a point cloud that has too many points.<div><br></div><div>In order to so, after loading the data into the vtkPolyData and creating a vtkPolyDataMapper, I use the following piece of code</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace, monospace">m_CloudMapper->ImmediateModeRenderingOff();</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">m_CloudActor->SetNumberOfCloudPoints(numberOfPoints / 10);</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">m_CloudActor->GetProperty()->SetInterpolationToFlat();</font></div></blockquote><div><pre style="margin-top:0px;margin-bottom:0px"></pre><div><br></div><div>Even with a couple million points and settings the desired update rate with the line</div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace, monospace">m_QVTKWidget->GetInteractor()->SetDesiredUpdateRate(30.0);</font></div></blockquote><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">I can't get the effect that Paraview offers. Even when the camera moves, the vtkLODActor is not acting by random selecting points to draw and keep the desired rate.</font></div><div><br></div><div>Am I missing something?</div><div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Thales Luis Rodrigues Sabino</div><div><br></div><div>PhD Student at <a href="http://www.ufjf.br/pgmc/" target="_blank">PGMC-UFJF</a></div><div><a href="http://lattes.cnpq.br/0601030410417146" target="_blank">Lattes</a> | <a href="https://br.linkedin.com/in/tluisrs" target="_blank">LinkedIn</a> | <a href="https://www.researchgate.net/profile/Thales_Luis_Sabino" target="_blank">ResearchGate</a></div></div></div></div></div>
</div></div>