I have some paged geometry that I'm trying to pick. I followed the
osgpick example. This works just fine presently. However, what happens
when I introduce other models to the scene? How do I distinguish
between what I want to pick from the other geometry? The obvious way
seems to be to name the nodes and cull away nodes that don't have the
correct name. Problem is that my paged data isn't named. I suppose I
could name the top-most node and walk the intersected data's parent
list and see if I stumble across a parent with the correct name, but
this seems like a terrible hack. Is there a more elegant way?
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to