<div dir="ltr"><span style="font-size:12.8px">I'm trying to use a vtkLODActor to draw a point cloud that has too many points.</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">In order to so, after loading the data into the vtkPolyData and creating a vtkPolyDataMapper, I use the following piece of code</div><div style="font-size:12.8px"><br></div><blockquote style="font-size:12.8px;margin:0px 0px 0px 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 style="font-size:12.8px"><pre style="white-space:pre-wrap;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="font-size:12.8px;margin:0px 0px 0px 40px;border:none;padding:0px"><font face="monospace, monospace">m_QVTKWidget->GetInteractor()->SetDesiredUpdateRate(30.0);</font></blockquote><div style="font-size:12.8px"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px"><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 style="font-size:12.8px"><br></div><div style="font-size:12.8px">Am I missing something?</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>