Re: [osg-users] Finding position of top of rotated cylinder

2014-05-29 Thread Bush, Alex W.
Ideally you wouldn't need to determine the position of the top after rotation because they would all be positioned off of the same point, and then rotated together into place. Either way, I found what caused the original code to not work; it was the order of transformations. The PositionAttitu

Re: [osg-users] Info about panoramic images in OSG

2014-05-29 Thread Chris Hanson
I think you're doing it backwards. Are you trying to just texture map the images onto the point cloud? On Thu, May 29, 2014 at 6:22 AM, Adri CS wrote: > > Hi! > > We're using OSG and the PointCloudLibrary to read point cloud files > (mainly, XYZ and Intensity for each point) and display the cl

[osg-users] Info about panoramic images in OSG

2014-05-29 Thread Adri CS
Hi! We're using OSG and the PointCloudLibrary to read point cloud files (mainly, XYZ and Intensity for each point) and display the clouds. It works perfectly. No, we have bought a Ladybug camera in order to get panoramic pictures and the idea is to superimpose those panoramas in the point cloud.