alessandro terenzi schrieb:
Beside the picking problem stated above, I wonder if the PolytopeIntersector can intersect osgText::Text objects? I'd like to implement context menus so I need to pick one of many Text objects attached to the same unique Geode, but it looks like that the intersector retrieves just the Geode and not any of its (text) children...is this the expected behavior?
 
Thanks.
Alessandro
Hi,

the PlaneIntersector does intersect text-objects, so if the PolytopeIntersector uses the PlaneIntersector, it should do it.

See here:



(the red line is the intersection).

Regards,

Andreas

 
On 4/21/07, Robert Osfield <[EMAIL PROTECTED]> wrote:
On 4/18/07, Paul Martz <[EMAIL PROTECTED]> wrote:
> I hacked the Quick Start Guide example to draw two large quads instead of
> two cows and you're absolutely right! One of the quad vertices has to be
> inside the polytope in order for picking to work. This seems like a bug in
> the Intersector classes. Either submit a fix, or alert Robert to this when
> he's back from vacation.

The PolytopeIntersector is only a partial implementation which needs
replacing with a full implementation.  An OSG user did extend it to
work better, but didn't submit it an form ready for integration, I was
expecting a later rev of this work, but it hasn't appeared yet.  I'll
need to do some searching through the archives to track it down.

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


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



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

Reply via email to