Re: [osg-users] LineSegmentIntersector does not work with Billboards

2008-08-14 Thread Robert Osfield
Hi Judd, I have done some work on osgUtil::IntersectionVisitor to add proper support for Billboards. Could you try out the attached IntersectionVisitor header/source files and let me know how you get on. This builds against OSG-2.6/OSG-SVN, but might also compile against 2.4. In my own testing

Re: [osg-users] LineSegmentIntersector does not work with Billboards

2008-08-14 Thread Judd Tracy
It seems to work just fine in my application. Thanks for the support. Judd Robert Osfield wrote: Hi Judd, I have done some work on osgUtil::IntersectionVisitor to add proper support for Billboards. Could you try out the attached IntersectionVisitor header/source files and let me know how

Re: [osg-users] LineSegmentIntersector does not work with Billboards

2008-08-14 Thread Judd Tracy
Robert I have added a method called set (did not know what to call it) that allows you to set the start and end points for the LinSegmentIntersector using the CooridnateFrame and the x, y values like one of the constructors does. It just makes it easier to reset the start and end points

Re: [osg-users] LineSegmentIntersector does not work with Billboards

2008-08-14 Thread Robert Osfield
Hi Judd, Could you post your ammendments to osg-submissions. Cheers, Robert. On Thu, Aug 14, 2008 at 5:11 PM, Judd Tracy [EMAIL PROTECTED] wrote: Robert I have added a method called set (did not know what to call it) that allows you to set the start and end points for the

Re: [osg-users] LineSegmentIntersector does not work with Billboards

2008-08-12 Thread Robert Osfield
Hi Judd, I've just tried osgpick lz.osg And zooming into the trees and attempting picking is showing no intersections results where I'd expect. Reviewing the relevent code in IntersectionVisitor.cpp suggests that there is no special code for handling the local model transforms that are