I'm using LineSegmentIntersector to implement picking in my application.
LineSegmentIntersetor works great and I've noticed it's really accurate when
picking osg primitives like spheres, boxes and such, except for the Capsule.
For some reason picking does not work on the Capsule primitive, it's just as
if it wasn't there, but in that case, I shouldn't be able to see it either.

Is there some thing I could have done to make picking stop working on the
capsule? Does it have to be dealt with as a special case?

Thanks in advance,
Alejandro.-
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to