Re: [osg-users] Multiple Node Intersection

2020-12-23 Thread Andrew Cunningham
Hi , Maybe you figured it out by now, but you are only looking at the "first intersection" of the picker ( getFirstIntersection). You need to iterate over all intersections. Andrew On Fri, Dec 18, 2020 at 9:15 AM marco@elmansrl.eu wrote: > > Hi, > > I need to make the selection (pick) of a n

[osg-users] Multiple Node Intersection

2020-12-18 Thread marco....@elmansrl.eu
Hi, I need to make the selection (pick) of a node, going to check if that node is present within an area built around the mouse click point. This should mean that, if there are more nodes inside that area, the pick event returns them to me. Currently for the point selection, therefore of a sin