[osg-users] Intersection with osgUtil::PolytopeIntersector

2007-10-28 Thread Daniel Moos
Hi everybody I have a question about intersection. I try to intersect lines with the osgUtil::PolytopeIntersector class. This works fine. Now how can i get the picked line from the picked geometry? I want to have the two vertices from the picked line... Thanks a lot! Daniel My Code for inters

Re: [osg-users] Intersection with osgUtil::PolytopeIntersector

2007-10-29 Thread Peter Hrenka
Daniel Moos wrote: > Hi everybody Hi Daniel, > I have a question about intersection. I try to intersect lines with the > osgUtil::PolytopeIntersector class. This works fine. > Now how can i get the picked line from the picked geometry? I want to have > the > two vertices from the picked line..