<div dir="ltr"><div><div><div>Hello,<br><br></div>I deal with huge point cloud data and I am rendering it the naive way (via VBO or display lists)<br><br></div>However, I've seen software (e.g. Photoscan) do this via some kind of progressive loading (based probably on the distance to the points and point density). I think this is similar to pagedLOD but I've tried using that from OSG and the results are way worse (I created a .ive file from a .ply, then opened the .ive with the osgviewer but I didn't see any difference)<br><br></div>Does osg support this in any way? Or do I have to implement on my own?<br></div>