[osg-users] Massive Point Cloud rendering

Bruno Oliveira bruno.manata.oliveira at gmail.com
Thu Apr 14 09:43:32 PDT 2016


I found out what I was looking for,

https://github.com/adasta/osgpcl

However, this depends on octrees from PCL. I'll think on some alternative
using OSG only. Does OSG implement anything like this?

Robert: Thank you for your tips. I will make sure to be more specific in
the following posts. However, let me just stress that I did not go into
much detail because I did not want to solve any specific problem, I just
wanted to state tthat rendering a huge point cloud at once is slow and
therefore I needed to research for some optimizations.
What I did with the OSG PagedLOD was to convert a ply point cloud with 70
million points to some .ive file, with "./osgpagedlod cloud.ply", and then
trying to view it with osgviewer, "osgviewer output.ive"

2016-04-14 17:28 GMT+01:00 Jason Beverage <jasonbeverage at gmail.com>:

> Hi all,
>
> Just to be clear, what you're seeing in that video is a separate library
> for dealing with massive point clouds that we've developed here at Pelican
> Mapping.  It works great with osgEarth (as you've seen in the videos) but
> it's not part of osgEarth itself.  The point cloud library isn't currently
> open source.
>
> Jason
>
> On Thu, Apr 14, 2016 at 11:33 AM Chris Hanson <xenon at alphapixel.com>
> wrote:
>
>> ​Bruno, I'm guessing you're dealing with geospatially-oriented point
>> clouds.
>>
>> You should probably consider working with osgEarth, as it already has an
>> infrastructure for indexing, paging/loading and rendering LIDAR geospatial
>> point clouds. Here's a video of it in action:
>> https://www.youtube.com/watch?v=QcSSkWSE6ys
>> _______________________________________________
>> osg-users mailing list
>> osg-users at lists.openscenegraph.org
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>>
>
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20160414/5ec7db4c/attachment-0003.htm>


More information about the osg-users mailing list