Re: [osg-users] LIDAR plugin

2017-09-12 Thread Voerman, L.
PR created for master. It's a reasonably safe update for the 3.4 tree as well, but I'm not clear on the update policy for the stable branch. Regards, Laurens. On Mon, Sep 11, 2017 at 3:33 PM, Robert Osfield wrote: > Hi Laurens, > > Do you want to create a PR for this

Re: [osg-users] LIDAR plugin

2017-09-11 Thread Robert Osfield
Hi Laurens, Do you want to create a PR for this new FindLIBLAS.cmake? If not I can manually merge it. Robert. On 8 September 2017 at 08:57, Voerman, L. wrote: > Hi Michael, > the cmake script demands a las_c library - I created a version of >

Re: [osg-users] LIDAR plugin

2017-09-10 Thread Michael W. Hall
I rebuilt with your FindLIBLAS.cmake file.  I had found the LIBLASC library and had already installed it.  When I did a ccmake, the LIBLASC was found.   After building, I ran osgViewer and it loaded the plugin.  Your  FindLIBLAS.cmake file worked on my Ubuntu system.  Thanks for the help and

Re: [osg-users] LIDAR plugin

2017-09-09 Thread Michael W. Hall
Rebuilding with the cmake script you provided.  Will give update when done. On Fri, 2017-09-08 at 09:57 +0200, Voerman, L. wrote: > Hi Michael, > the cmake script demands a las_c library - I created a version of > OpenSceneGraph\CMakeModules\FindLIBLAS.cmake (attached) that skips > this demand. >

Re: [osg-users] LIDAR plugin

2017-09-08 Thread Voerman, L.
Hi Michael, the cmake script demands a las_c library - I created a version of OpenSceneGraph\CMakeModules\FindLIBLAS.cmake (attached) that skips this demand. This works just as well on my windows 10/Visual Studio 2015 build, so if you can test it on linux we could ask Robert to merge it. (My

Re: [osg-users] LIDAR plugin

2017-09-01 Thread Michael W. Hall
I saw the pluging building during the build process.  What is the name and where would it have been installed?  I will double check.  I am running Ubuntu. Thanks. On Thu, 2017-08-31 at 22:07 -0600, Chris Hanson wrote: > LAZ is a compressed variant of LAS. > > Refer to this for how to convert to

Re: [osg-users] LIDAR plugin

2017-09-01 Thread Michael W. Hall
Thanks for the reply.  I have the files converted to .las now.   Still when I do osgviewer Hoboken_001,las  I get the same error about no plugin.  I have also tried osgviewer -e .las and not luck either.  I can see that the plugin is built.   Here is the actual output: Warning: Could not find

[osg-users] LIDAR plugin

2017-08-31 Thread Michael W. Hall
I have OSG 3.4.0 installed.  I have some LIDAR Data and when is type: osgviewer   I get a message saying that it cannot find a plugin for the data.  The data has a .laz extension, but it looks like the plugin is looking for .las extension.  I renamed the files with a .las extension and still did