Title: osgSim::SegmentSphere and pick

Hi

Im trying to pick an osgSim::SphereSegment (largely) using the same code as found in the osgPick example.  Any other regular geode that I’ve created added to my scene works (ie: I obtain a proper pick value).  When I try to pick a clearly sizable osgSim::SphereSegment, I get no hits.

Is osgSim::SphereSegment pickable? Are there any suggestions on what I could be missing? A mask or something?  Has anyone tried to pick a SphereSegment?

-       Ive added my SphereSegment under the same group node as my other pickable geodes, so I know Im passing the right top node to my picker.  As I said, I receive picks for any other regular geode I’ve added Drawables to

-       Ive put breakpoints in the SphereSegment code, but it doesnt seem to stop anywhere ( I dont mean in the init() that works fine.  I mean in all the intersect methods).



Thanks





_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to