Hi.

I'm trying to pick a child node of another node.
Here's the example source code:

https://dl.dropbox.com/u/12634473/osg/osg_pick.tar.bz2

Here's the log of running it: http://pastie.org/5715829

First, you can see my scene structer.

And then goes 2 clicks:
1) I click cessna and MatrixTransform named 'cessna' is first in the
returned nodePath.
2) I click cessna's child cow, and somehow first MatrixTransform named
'cessna' is returned in nodePath, and only then 'cow'.

Why is that? And how do I get 'cow' as the first in the nodePath?
Thanks.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to