If you're trying to pick a Drawable that isn't a Geometry, unmodified OSG won't pick it. You'll need to derive your own Intersector class to perform picking on custom Drawables. -Paul
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Renan Mendes Sent: Tuesday, November 06, 2007 4:52 PM To: OpenSceneGraph Users Subject: Re: [osg-users] PickHandler Class on Quick Start Guide Hi, Paul. I do have the complete version. You had already given me the address to download some time ago. Well, I have just made some tests. I've create a simple method (just to print a prompt message) when the node was mouse picked, but it didn't work. Do you think that's because my Point class instances are matrix and not shapes? How can I adapt your code for that objective? Thanks again. Renan M Z Mendes
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

